diff -r a270e0fac50e -r ba674d5d0f77 hotspot/test/testlibrary_tests/ctw/Bar.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hotspot/test/testlibrary_tests/ctw/Bar.java Mon Sep 29 09:29:24 2014 -0700 @@ -0,0 +1,5 @@ +public class Bar { + private static void staticMethod() { } + public void method() { } + protected Bar() { } +}