hotspot/test/compiler/aot/scripts/HelloWorld.java
changeset 46441 514c0eddaccc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hotspot/test/compiler/aot/scripts/HelloWorld.java	Sat May 06 09:36:01 2017 -0700
@@ -0,0 +1,5 @@
+public class HelloWorld {
+    public static void main(String[] args) {
+        System.out.println("Hello, world!");
+    }
+}