Issue222846

classification
Title: Can't disable JIT
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:35:31 by bckfnn, last changed 2000-11-18.23:06:55 by bckfnn.

Messages
msg138 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:35:31
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'
msg139 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.23:06:55
The -Djava.compiler=NONE option must be suplied to the java command, not to the jpython.bat script. This means the script must be changed in an editor.
History
Date User Action Args
2000-11-18 19:35:31bckfnncreate