hotspot/test/testlibrary_tests/ctw/Foo.java
author skovalev
Mon, 15 Jun 2015 16:47:24 +0300
changeset 31232 741963a4e59e
parent 26915 ba674d5d0f77
child 46503 760f8f589de3
permissions -rw-r--r--
8078145: testlibrary_tests/RandomGeneratorTest.java failed with AssertionError : Unexpected random number sequence for mode: NO_SEED Reviewed-by: iignatyev, vlivanov

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