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.Constructor constructor)
          Deprecated. Replaced.
 OptimizationLevel CompilationSystem.getOptimizationLevel(java.lang.reflect.Method method)
          Deprecated. Replaced.
 

Methods in com.bea.jvm with parameters of type OptimizationLevel
 boolean CompilationSystem.forceCompilation(java.lang.reflect.Constructor constructor, OptimizationLevel optLevel)
          Deprecated.  
 boolean CompilationSystem.forceCompilation(java.lang.reflect.Method method, OptimizationLevel optLevel)
          Deprecated. Replaced.
 

Uses of OptimizationLevel in com.bea.jvm.event
 

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

Constructors in com.bea.jvm.event with parameters of type OptimizationLevel
CompilationEvent(java.lang.reflect.AccessibleObject constructorOrMethod, CodeGenerationStrategy strategy, OptimizationLevel optimizationLevel, long compilationTime)
           
CompilationEvent(java.lang.reflect.Constructor constructor, OptimizationLevel optimizationlevel, long compilationTime)
          Deprecated. Replaced.
CompilationEvent(java.lang.reflect.Method method, OptimizationLevel optimizationlevel, long compilationTime)
          Deprecated. Replaced.
CompilationEvent(java.lang.Object constructorOrMethod, CodeGenerationStrategy strategy, OptimizationLevel optimizationLevel, long compilationTime)
          Deprecated. Will be killed off in later releases.
 



Copyright © 1999, 2008, Oracle and/or its affiliates. All rights reserved.