hg: jdk10/hs: 2 new changesets

harold.seigel at oracle.com harold.seigel at oracle.com
Mon Oct 23 16:33:30 UTC 2017


Changeset: c3c04b6e14f8
Author:    hseigel
Date:      2017-10-23 10:42 -0400
URL:       http://hg.openjdk.java.net/jdk10/hs/rev/c3c04b6e14f8

8174954: Parameter target type is allowed access after a module read edge or a package export has occurred after failed resolution
Summary: Store resolution exception in resolution_error table and set flag in cpCache indicating resolution failed.
Reviewed-by: acorn, jrose, dholmes, lfoltan

! src/hotspot/share/classfile/resolutionErrors.hpp
! src/hotspot/share/interpreter/linkResolver.cpp
! src/hotspot/share/oops/constantPool.hpp
! src/hotspot/share/oops/cpCache.cpp
! src/hotspot/share/oops/cpCache.hpp
+ test/hotspot/jtreg/runtime/BootstrapMethod/BSMCalledTwice.java
+ test/hotspot/jtreg/runtime/modules/AccessCheck/MethodAccessReadTwice.java
+ test/hotspot/jtreg/runtime/modules/AccessCheck/p5/c5.java
+ test/hotspot/jtreg/runtime/modules/AccessCheck/p7/c7.java

Changeset: 1aecd400f2fa
Author:    hseigel
Date:      2017-10-23 14:57 +0000
URL:       http://hg.openjdk.java.net/jdk10/hs/rev/1aecd400f2fa

Merge




More information about the jdk10-hs-changes mailing list