hg: jdk9/hs-comp/hotspot: 2 new changesets
albert.noll at oracle.com
albert.noll at oracle.com
Fri Jun 20 08:20:17 UTC 2014
Changeset: 5ebb6694ed7b
Author: thartmann
Date: 2014-06-20 08:14 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/5ebb6694ed7b
8008321: compile.cpp verify_graph_edges uses bool as int
Summary: The dead_nodes counter in verify_graph_edges(..) has the type bool but is used as int.
Reviewed-by: roland, anoll
! src/share/vm/opto/compile.cpp
Changeset: 98a3a2dea3b9
Author: anoll
Date: 2014-06-20 09:25 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/98a3a2dea3b9
8043158: Crash in CodeSweeperSweepNoFlushTest in CompileQueue::free_all()
Summary: Acquire lock before calling notify()
Reviewed-by: twisti, thartmann
! src/share/vm/compiler/compileBroker.cpp
More information about the jdk9-hs-comp-changes
mailing list