Blocks :
|
|
Relates :
|
|
Relates :
|
For develop the stress tests of TieredCompilation, new WhiteBox API are required: - lockCompilation(long timeout) / unlockCompilation() : to lock compilation in order to stress queue balancing, counter overflowing - deoptimizeFrames() : to deoptimize methods which are on stack - testSetUseCodeCacheFlushing(boolean value) : to disable code flushing in order to stress code cache - TestSetVMFlag( String name, boolean value ) : get VM final flags vaues
|