Uses of Interface
com.bea.jvm.OptimizationLevel

Packages that use OptimizationLevel
com.bea.jvm Provides the interfaces and the factory class for the JRockit management API.  
com.bea.jvm.event Provides interfaces and classes for dealing with different types of management API events. 
 

Uses of OptimizationLevel in com.bea.jvm
 

Methods in com.bea.jvm that return OptimizationLevel
 OptimizationLevel CompilationSystem.getOptimizationLevel(java.lang.reflect.Method method)
          Deprecated. Replaced. @see CompilationSystem#getCodeGenerationStrategy(Method)
 OptimizationLevel CompilationSystem.getOptimizationLevel(java.lang.reflect.Constructor constructor)
          Deprecated. Replaced. @see CompilationSystem#getCodeGenerationStrategy(Constructor)
 

Methods in com.bea.jvm with parameters of type OptimizationLevel
 boolean CompilationSystem.forceCompilation(java.lang.reflect.Method method, OptimizationLevel optLevel)
          Deprecated. Replaced. @see
 boolean CompilationSystem.forceCompilation(java.lang.reflect.Constructor constructor, OptimizationLevel optLevel)
          Forces the compiler to generate code for the specified constructor using the specified OptimizationLevel.
 

Uses of OptimizationLevel in com.bea.jvm.event
 

Methods in com.bea.jvm.event that return OptimizationLevel
 OptimizationLevel CompilationEvent.getOptimizationLevel()
          Deprecated. Replaced. @see CompilationEvent#getCodeGenerationStrategy().
 

Constructors in com.bea.jvm.event with parameters of type OptimizationLevel
CompilationEvent(java.lang.reflect.Method method, OptimizationLevel optimizationlevel, long compilationTime)
          Deprecated. Replaced. @see CompilationEvent#CompilationEvent(Method, CodeGenerationStrategy, long)
CompilationEvent(java.lang.reflect.Constructor constructor, OptimizationLevel optimizationlevel, long compilationTime)
          Deprecated. Replaced. @see CompilationEvent#CompilationEvent(Constructor, CodeGenerationStrategy, long)
CompilationEvent(java.lang.Object constructorOrMethod, CodeGenerationStrategy strategy, OptimizationLevel optimizationLevel, long compilationTime)
          Temporary Constructor that will be removed with all the other deprecated methods in the next release.