On Thu, 8 Jun 2023 17:14:39 GMT, Yudi Zheng <yzh...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: 4f23fc1f Author: Yudi Zheng <yzh...@openjdk.org> Committer: Doug Simon <dnsi...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/4f23fc1f273ea30f49c5412a2f25c07f8982d5b5 Stats: 3 lines in 2 files changed: 0 ins; 2 del; 1 mod 8309671: Avoid using jvmci.Compiler property to determine if Graal is enabled Reviewed-by: dnsimon, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/14381