Message6630

Author amak
Recipients amak, pekka.klarck, pjenvey
Date 2011-09-03.02:30:23
SpamBayes Score 0.0033457277
Marked as misclassified No
Message-id <1315017024.03.0.276985922463.issue1729@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO, we should not be shipping or supporting anything in the sun.* namespace. Jython is sufficiently powerful that users are free and empowered to make use of these non-standard facilities if they wish. 

But they should not be part of the core platform, which should rely only on java.*, javax.* or open source components in other namespaces. sun.misc has no place in jython.

For example, what happens if the code is run on a IBM JVM? Should we support sun.misc.* there?

If users wish to use JVM-specific facilities, they should be prepared to deal with the consequences.

My €0,02.
History
Date User Action Args
2011-09-03 02:30:24amaksetmessageid: <1315017024.03.0.276985922463.issue1729@psf.upfronthosting.co.za>
2011-09-03 02:30:24amaksetrecipients: + amak, pekka.klarck, pjenvey
2011-09-03 02:30:24amaklinkissue1729 messages
2011-09-03 02:30:23amakcreate