Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8303245 | 8u381 | Daniel Skantz | P4 | Resolved | Fixed | b01 |
Next methods should throw exception:
WB_G1AuxiliaryMemoryUsage
WB_G1RegionSize
WB_G1StartMarkCycle
WB_G1InConcurrentMark
WB_G1NumFreeRegions
WB_G1NumMaxRegions
WB_G1BelongsToFreeRegion
WB_G1BelongsToHumongousRegion
WB_G1IsHumongous
Example of methods that throw exception:
WB_G1GetMixedGCInfo
WB_PSHeapGenerationAlignment
WB_G1AuxiliaryMemoryUsage
WB_G1RegionSize
WB_G1StartMarkCycle
WB_G1InConcurrentMark
WB_G1NumFreeRegions
WB_G1NumMaxRegions
WB_G1BelongsToFreeRegion
WB_G1BelongsToHumongousRegion
WB_G1IsHumongous
Example of methods that throw exception:
WB_G1GetMixedGCInfo
WB_PSHeapGenerationAlignment
- backported by
-
JDK-8303245 WhiteBox methods should throw an exception if used with inappropriate collector.
- Resolved
- duplicates
-
JDK-8303059 Crash when invoke WhiteBox method 'g1StartConcMarkCycle'
- Closed
- is blocked by
-
JDK-8177551 [TESTBUG] TestHumongousClassLoader.java can fail on systems with non-g1 collector.
- Resolved
- relates to
-
JDK-8303961 VM crash when add option '-XX:G1UpdateBufferSize=512M'
- Open