test/jdk/java/lang/reflect/Nestmates/TestReflectionAPI.java
changeset 52706 19b15ff2576b
parent 50735 2f2af62dfac7
--- a/test/jdk/java/lang/reflect/Nestmates/TestReflectionAPI.java	Tue Nov 27 19:46:57 2018 -0500
+++ b/test/jdk/java/lang/reflect/Nestmates/TestReflectionAPI.java	Tue Nov 27 21:20:16 2018 -0500
@@ -196,10 +196,10 @@
             "declares a different nest host of HostOfMemberNoHost$MemberNoHost",
             "Unable to load nest-host class (NestHost) of " +
             "HostOfMemberMissingHost$MemberMissingHost",
-            "Type HostOfMemberNotOurHost$MemberNotOurHost is not a nest member " +
-            "of InvalidNestHost: current type is not listed as a nest member",
-            "Type HostOfMemberNotInstanceHost$MemberNotInstanceHost is not a nest " +
-            "member of [LInvalidNestHost;: current type is not listed as a nest member",
+            "Type HostOfMemberNotOurHost$MemberNotOurHost (loader: 'app') is not a nest member " +
+            "of InvalidNestHost (loader: 'app'): current type is not listed as a nest member",
+            "Type HostOfMemberNotInstanceHost$MemberNotInstanceHost (loader: 'app') is not a nest " +
+            "member of [LInvalidNestHost; (loader: 'app'): current type is not listed as a nest member",
             "Incompatible magic value 3735928559 in class file MalformedHost",
         };
         for (int i = 0; i < bad.length; i++) {