RFR: 8284274: Error reporting crashes because missing ResourceMarks [v2]

Coleen Phillimore coleenp at openjdk.java.net
Tue Apr 12 16:17:15 UTC 2022


On Tue, 12 Apr 2022 14:24:30 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

>> 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?

I gave them local #defines so they'd have good names.

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

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


More information about the hotspot-dev mailing list