hg: jdk9/hs-rt/hotspot: 8057696: java -version triggers assertion for slowdebug zero builds

coleen.phillimore at oracle.com coleen.phillimore at oracle.com
Mon Sep 8 16:46:54 UTC 2014


Changeset: aff33974bb53
Author:    coleenp
Date:      2014-09-08 11:14 -0400
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/aff33974bb53

8057696: java -version triggers assertion for slowdebug zero builds
Summary: The change as introduced with JDK-8003426 removed some zero code in cppInterpreter_zero.cpp which called generate_normal_entry() in that same file with a value of synchronized == false unconditionally. However, since the new code calls generate_normal_entry() with either true or false, the assertion in this method is no longer valid.
Reviewed-by: coleenp
Contributed-by: sgehwolf at redhat.com

! src/cpu/zero/vm/cppInterpreter_zero.cpp



More information about the jdk9-all-changes mailing list