RFR: 8309671: Avoid using jvmci.Compiler property to determine if Graal is enabled
Yudi Zheng
yzheng at openjdk.org
Thu Jun 8 17:40:03 UTC 2023
HeapMonitor checks if System.getProperty("jvmci.Compiler") is graal and will not enforce checking line number derived from uncommon trap debug info. However, Graal does not set this property explicitly.
-------------
Commit messages:
- Avoid using jvmci.Compiler property to determine if Graal is enabled.
Changes: https://git.openjdk.org/jdk/pull/14381/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14381&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8309671
Stats: 3 lines in 2 files changed: 0 ins; 2 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/14381.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14381/head:pull/14381
PR: https://git.openjdk.org/jdk/pull/14381
More information about the serviceability-dev
mailing list