Message138

Author bckfnn
Recipients
Date 2000-11-18.19:35:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm trying to disable the JIT feature. This seems to be responsible for some 
unexplicable bugs. However, the option to disable the JIT seems to have no
effect:

% jpython -Djava.compiler=NONE
JPython 1.1 on java1.2.1 (JIT: sunwjit)
Copyright (C) 1997-1999 Corporation for National Research Initiatives
>>> import java
>>> java.lang.System.getProperties()["java.compiler"]
'sunwjit'
History
Date User Action Args
2008-02-20 17:16:42adminlinkissue222846 messages
2008-02-20 17:16:42admincreate