hg: jdk9/hs/hotspot: 2 new changesets

coleen.phillimore at oracle.com coleen.phillimore at oracle.com
Wed Sep 21 18:38:38 UTC 2016


Changeset: 45d7a06ba454
Author:    coleenp
Date:      2016-09-21 09:56 -0400
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/45d7a06ba454

8163969: Cyclic interface initialization causes JVM crash
Summary: Fix interface initialization to follow spec: interface initializations do not set initialization state of interfaces that extend them.
Reviewed-by: dholmes, acorn, lfoltan

! src/share/vm/oops/instanceKlass.cpp
+ test/runtime/lambda-features/CyclicInterfaceInit.java
+ test/runtime/lambda-features/InterfaceInitializationStates.java

Changeset: 682c41f68fbf
Author:    coleenp
Date:      2016-09-21 16:47 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/682c41f68fbf

Merge




More information about the jdk9-hs-changes mailing list