hg: jdk/jdk: 2 new changesets
christian.hagedorn at oracle.com
christian.hagedorn at oracle.com
Mon May 4 09:40:17 UTC 2020
Changeset: 2ca886fd1d52
Author: chagedorn
Date: 2020-05-04 10:23 +0200
URL: https://hg.openjdk.java.net/jdk/jdk/rev/2ca886fd1d52
8230402: Allocation of compile task fails with assert: "Leaking compilation tasks?"
Summary: Remove assert that is only hit with hand written edge case tests.
Reviewed-by: kvn, thartmann
! src/hotspot/share/compiler/compileTask.cpp
! src/hotspot/share/compiler/compileTask.hpp
! test/hotspot/jtreg/compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java
Changeset: c985a2c84933
Author: chagedorn
Date: 2020-05-04 10:27 +0200
URL: https://hg.openjdk.java.net/jdk/jdk/rev/c985a2c84933
8244182: Use root node as default for find_node when called from debugger
Summary: Improve find_node for simpler debugging.
Reviewed-by: roland, thartmann
! src/hotspot/share/opto/node.cpp
More information about the jdk-changes
mailing list