RFR: 8284274: Error reporting crashes because missing ResourceMarks

Coleen Phillimore coleenp at openjdk.java.net
Tue Apr 12 12:08:53 UTC 2022


Taking the suggestion from @stefank in the bug report, disable the ResourceMark missing assert during error reporting.  There's a ResourceArea in the thread that can be used.  Added a test.
Tested with tier1-4 on x86 and aarch64 platforms.

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

Commit messages:
 - 8284274: Error reporting crashes because missing ResourceMarks
 - 8284274: Error reporting crashes because missing ResourceMarks

Changes: https://git.openjdk.java.net/jdk/pull/8201/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8201&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8284274
  Stats: 129 lines in 3 files changed: 126 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8201.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8201/head:pull/8201

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


More information about the hotspot-dev mailing list