--- old/test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/TestReflection.java 2017-10-13 02:05:35.451047764 -0400 +++ new/test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/TestReflection.java 2017-10-13 02:05:33.758950928 -0400 @@ -24,7 +24,7 @@ /* * @test * @bug 8046171 - * @summary Test access to private static methods between nestmates and nest-top + * @summary Test access to private static methods between nestmates and nest-host * using different flavours of named nested types using core reflection * @run main TestReflection * @run main/othervm -Dsun.reflect.noInflation=true TestReflection @@ -38,7 +38,7 @@ public class TestReflection { - // Private method of nest-top for nestmates to access + // Private method of nest-host for nestmates to access private static void priv_static_invoke() { System.out.println("TestReflection::priv_static_invoke"); }