This is a mirror bug for
4697804 nsk/regression/b4432433 fails with java.lang.OutOfMemory Exception
A common case for bailing out to vm_exit_out_of_memory due to low
resource conditions was fixed in 4697804 for the default collector only.
Other collectors which hook up with DefNewGeneration (more generally,
which hook up with a young generation collector which doesn't implement
promotion undo) will still hit that case until they implement
Generation::commit_contiguous_available(size_t bytes)
Currently, only OneContigCardSpaceGeneration implements this method.
4697804 nsk/regression/b4432433 fails with java.lang.OutOfMemory Exception
A common case for bailing out to vm_exit_out_of_memory due to low
resource conditions was fixed in 4697804 for the default collector only.
Other collectors which hook up with DefNewGeneration (more generally,
which hook up with a young generation collector which doesn't implement
promotion undo) will still hit that case until they implement
Generation::commit_contiguous_available(size_t bytes)
Currently, only OneContigCardSpaceGeneration implements this method.
- relates to
-
JDK-4697804 VM should minimize need for calls to vm_exit_out_of_memory()
-
- Closed
-