hotspot/test/testlibrary_tests/ctw/Bar.java
author michaelm
Thu, 25 Feb 2016 23:14:22 +0000
changeset 36131 379db4b2f95d
parent 26915 ba674d5d0f77
child 46503 760f8f589de3
permissions -rw-r--r--
8087112: HTTP API and HTTP/1.1 implementation Reviewed-by: alanb, chegar, coffeys, psandoz, rriggs

public class Bar {
  private static void staticMethod() { }
  public void method() { }
  protected Bar() { }
}