--- /dev/null 2017-09-20 01:43:30.052953571 -0700 +++ new/test/hotspot/jtreg/runtime/LoadClass/test-classes/Hello.java 2017-10-26 15:56:22.746206367 -0700 @@ -0,0 +1,10 @@ +/* + * 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"); + } +}