test/hotspot/jtreg/runtime/LoadClass/test-classes/Hello.java
changeset 48016 df39ee817323
child 50115 94a048a97de4
equal deleted inserted replaced
48015:d5bb6637c785 48016:df39ee817323
       
     1 /*
       
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
       
     3  * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
       
     4  */
       
     5 
       
     6 public class Hello {
       
     7   public static void main(String args[]) {
       
     8     System.out.println("Hello World");
       
     9   }
       
    10 }