RFR: 8278125: Some preallocated OOMEs are missing stack trace [v2]

Yi Yang yyang at openjdk.java.net
Mon Dec 6 08:02:53 UTC 2021


On Sat, 4 Dec 2021 18:17:50 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Yi Yang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Universe::is_out_of_memory_xx
>
> test/hotspot/jtreg/runtime/ErrorHandling/GenOutOfMemoryError.java line 60:
> 
>> 58:         Asserts.assertTrue(4/*PreallocatedOutOfMemoryErrorCount is default to 4*/ == OOME_HAS_STACK_CNT, "Some OOMEs do not have stacktraces");
>> 59:     }
>> 60: }
> 
> missing newline apparently.

Added

-------------

PR: https://git.openjdk.java.net/jdk/pull/6672


More information about the hotspot-runtime-dev mailing list