RFR: 8284274: Error reporting crashes because missing ResourceMarks

Harold Seigel hseigel at openjdk.java.net
Tue Apr 12 14:27:38 UTC 2022


On Tue, 12 Apr 2022 14:20:48 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Yes, the 14 comes with the test.  Nothing else queries the value of TestCrashInErrorHandler or passes anything but 14 or now in my test, 2.
>
> We could change the 14 to the first test to some enum test_error_handler { secondary_crash = 1, resource_mark_crash = 2 }; and change the test.  I just left the 14 since the test can't see the enum values.

Can you add a comment explaining the 14 and 2?

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

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


More information about the hotspot-dev mailing list