Name: diC59631 Date: 10/14/98
I need to be able to detect when jit is enabled!
I have a method which calls some code will not
work using jit for various reasons (not a bug)
I would like to be able to tempoary disable jit
when executing this method. Of cause this means
that I need to discover if the jit compiler
is enabled upon entry of my method!
The java.lang.Compiler class already has an
enable and a disable method. But I am missing
a isEnabled method to do what I want.
This is a problem with JDK1.1 as well as JDK1.2.
(Review ID: 40450)
======================================================================