--- old/test/hotspot/jtreg/runtime/Nestmates/privateStaticFields/TestMethodHandles.java 2017-10-13 02:05:11.989705095 -0400 +++ new/test/hotspot/jtreg/runtime/Nestmates/privateStaticFields/TestMethodHandles.java 2017-10-13 02:05:10.281607342 -0400 @@ -24,7 +24,7 @@ /* * @test * @bug 8046171 - * @summary Test access to private static fields between nestmates and nest-top + * @summary Test access to private static fields between nestmates and nest-host * using different flavours of named nested types using core reflection * @run main TestMethodHandles */ @@ -36,7 +36,7 @@ public class TestMethodHandles { - // private static field of nest-top for nestmates to access + // private static field of nest-host for nestmates to access private static int priv_field; // public constructor so we aren't relying on private access