Blocks :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The -XX:CompileCommand should be extended to support an option that forces the VM to always compile the specified method on first encounter. In contrast to -Xcomp in combination with -XX:CompileOnly this does not _only_ compile the method but compiles other methods as well. CompilationPolicy::must_be_compiled(..) is probably a good entry point to figure out how to implement it.
|