test/hotspot/jtreg/runtime/LoadClass/test-classes/Hello.java
author shade
Thu, 30 Nov 2017 17:13:33 +0100
branchepsilon-gc-branch
changeset 55934 912c55e702d6
parent 48016 df39ee817323
child 50115 94a048a97de4
permissions -rw-r--r--
Merge

/*
 * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
 * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

public class Hello {
  public static void main(String args[]) {
    System.out.println("Hello World");
  }
}