hg: valhalla/valhalla: 8188075: [Nestmates] Add a core reflection API to get nestmate information

david.holmes at oracle.com david.holmes at oracle.com
Mon Nov 20 21:55:18 UTC 2017


Changeset: 1d27b0b464d3
Author:    dholmes
Date:      2017-11-20 16:51 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1d27b0b464d3

8188075: [Nestmates] Add a core reflection API to get nestmate information

! make/hotspot/symbols/symbols-unix
! make/mapfiles/libjava/mapfile-vers
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/instanceKlass.hpp
! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/prims/jvm.h
! src/java.base/share/classes/java/lang/Class.java
! src/java.base/share/native/include/jvm.h
! src/java.base/share/native/libjava/Class.c
! test/hotspot/jtreg/runtime/Nestmates/membership/TestNestmateMembership.java
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/HostOfMemberMalformedHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/HostOfMemberMissingHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/HostOfMemberNoHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/HostOfMemberNotInstanceHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/HostOfMemberNotOurHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/Hosts.java
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/MalformedHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/MemberMalformedHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/MemberMissingHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/MemberNoHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/MemberNotInstanceHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/MemberNotOurHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/PackagedNestHost.java
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/PackagedNestHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/PackagedNestHost2.java
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/PackagedNestHost2Member.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/PackagedNestHostMember.jcod
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/SampleNest.java
+ test/hotspot/jtreg/runtime/Nestmates/reflectionAPI/TestReflectionAPI.java




More information about the valhalla-dev mailing list