--- old/test/hotspot/jtreg/runtime/Nestmates/privateFields/TestMethodHandles.java 2017-10-13 02:04:18.006615675 -0400 +++ new/test/hotspot/jtreg/runtime/Nestmates/privateFields/TestMethodHandles.java 2017-10-13 02:04:16.206512656 -0400 @@ -24,7 +24,7 @@ /* * @test * @bug 8046171 - * @summary Test access to private fields between nestmates and nest-top + * @summary Test access to private fields between nestmates and nest-host * using different flavours of named nested types using method handles * @run main TestMethodHandles */ @@ -34,7 +34,7 @@ public class TestMethodHandles { - // Private field of nest-top for nestmates to access + // Private field of nest-host for nestmates to access private int priv_field; // public constructor so we aren't relying on private access