hg: valhalla/valhalla: 8188076: [Nestmates] Rename MemberOfNest attribute to NestHost

david.holmes at oracle.com david.holmes at oracle.com
Mon Oct 16 12:41:02 UTC 2017


Changeset: 3e4dc0e4d52a
Author:    dholmes
Date:      2017-10-16 08:37 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3e4dc0e4d52a

8188076: [Nestmates] Rename MemberOfNest attribute to NestHost
Reviewed-by: mcimadamore

! src/hotspot/share/classfile/classFileParser.cpp
! src/hotspot/share/classfile/classFileParser.hpp
! src/hotspot/share/classfile/vmSymbols.hpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/instanceKlass.hpp
! src/java.base/share/classes/jdk/internal/org/objectweb/asm/Attribute.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/util/Names.java
! src/jdk.jdeps/share/classes/com/sun/tools/classfile/Attribute.java
! src/jdk.jdeps/share/classes/com/sun/tools/classfile/ClassWriter.java
- src/jdk.jdeps/share/classes/com/sun/tools/classfile/MemberOfNest_attribute.java
+ src/jdk.jdeps/share/classes/com/sun/tools/classfile/NestHost_attribute.java
! src/jdk.jdeps/share/classes/com/sun/tools/javap/AttributeWriter.java
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/BadNestHost.jcod
! test/hotspot/jtreg/runtime/Nestmates/classFileParsing/BadNestMembersEntry.jcod
! test/hotspot/jtreg/runtime/Nestmates/classFileParsing/BadNestMembersLength.jcod
- test/hotspot/jtreg/runtime/Nestmates/classFileParsing/BadNestTop.jcod
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/ConflictingAttributesInNestHost.jcod
! test/hotspot/jtreg/runtime/Nestmates/classFileParsing/ConflictingAttributesInNestMember.jcod
- test/hotspot/jtreg/runtime/Nestmates/classFileParsing/ConflictingAttributesInNestTop.jcod
! test/hotspot/jtreg/runtime/Nestmates/classFileParsing/DuplicateNestMemberEntry.jcod
! test/hotspot/jtreg/runtime/Nestmates/classFileParsing/TestNestmateAttributes.java
- test/hotspot/jtreg/runtime/Nestmates/classFileParsing/TwoMemberOfNest.jcod
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/TwoNestHost.jcod
! test/hotspot/jtreg/runtime/Nestmates/classFileParsing/TwoNestMembers.jcod
+ test/hotspot/jtreg/runtime/Nestmates/membership/ArrayNestHost.jcod
- test/hotspot/jtreg/runtime/Nestmates/membership/ArrayNestTop.jcod
+ test/hotspot/jtreg/runtime/Nestmates/membership/MissingNestHost.jcod
- test/hotspot/jtreg/runtime/Nestmates/membership/MissingNestTop.jcod
! test/hotspot/jtreg/runtime/Nestmates/membership/NotAMember.jcod
! test/hotspot/jtreg/runtime/Nestmates/membership/NotAMember2.java
! test/hotspot/jtreg/runtime/Nestmates/membership/NotAMember2.jcod
+ test/hotspot/jtreg/runtime/Nestmates/membership/PackagedNestHost.java
+ test/hotspot/jtreg/runtime/Nestmates/membership/PackagedNestHost.jcod
+ test/hotspot/jtreg/runtime/Nestmates/membership/PackagedNestHost2.java
+ test/hotspot/jtreg/runtime/Nestmates/membership/PackagedNestHost2Member.jcod
- test/hotspot/jtreg/runtime/Nestmates/membership/PackagedNestTop.java
- test/hotspot/jtreg/runtime/Nestmates/membership/PackagedNestTop.jcod
- test/hotspot/jtreg/runtime/Nestmates/membership/PackagedNestTop2.java
- test/hotspot/jtreg/runtime/Nestmates/membership/PackagedNestTop2Member.jcod
! test/hotspot/jtreg/runtime/Nestmates/membership/TestNestmateMembership.java
! test/hotspot/jtreg/runtime/Nestmates/privateConstructors/TestInvokeSpecial.java
! test/hotspot/jtreg/runtime/Nestmates/privateConstructors/TestMethodHandles.java
! test/hotspot/jtreg/runtime/Nestmates/privateConstructors/TestReflection.java
! test/hotspot/jtreg/runtime/Nestmates/privateFields/TestMethodHandles.java
! test/hotspot/jtreg/runtime/Nestmates/privateFields/TestPrivateField.java
! test/hotspot/jtreg/runtime/Nestmates/privateFields/TestReflection.java
! test/hotspot/jtreg/runtime/Nestmates/privateMethods/MissingMethod.jcod
! test/hotspot/jtreg/runtime/Nestmates/privateMethods/MissingMethodWithSuper.jcod
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/MissingNestHost.jcod
- test/hotspot/jtreg/runtime/Nestmates/privateMethods/MissingNestTop.jcod
! test/hotspot/jtreg/runtime/Nestmates/privateMethods/StaticIfaceError.jcod
! test/hotspot/jtreg/runtime/Nestmates/privateMethods/StaticIfaceGood.jcod
! test/hotspot/jtreg/runtime/Nestmates/privateMethods/TestInvoke.java
! test/hotspot/jtreg/runtime/Nestmates/privateMethods/TestInvokeErrors.java
! test/hotspot/jtreg/runtime/Nestmates/privateMethods/TestMethodHandles.java
! test/hotspot/jtreg/runtime/Nestmates/privateMethods/TestReflection.java
! test/hotspot/jtreg/runtime/Nestmates/privateStaticFields/TestMethodHandles.java
! test/hotspot/jtreg/runtime/Nestmates/privateStaticFields/TestPrivateStaticField.java
! test/hotspot/jtreg/runtime/Nestmates/privateStaticFields/TestReflection.java
! test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/TestInvokeStatic.java
! test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/TestMethodHandles.java
! test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/TestReflection.java
! test/langtools/lib/annotations/annotations/classfile/ClassfileInspector.java
! test/langtools/tools/javac/MethodParameters/AttributeVisitor.java
! test/langtools/tools/javac/valhalla/nestmate/CheckNestmateAttrs.java



More information about the valhalla-dev mailing list