hotspot/test/testlibrary_tests/ctw/Bar.java
changeset 26915 ba674d5d0f77
child 46503 760f8f589de3
--- /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() { }
+}