comparison test/runtime/6626217/Test6626217.sh @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 50bb249de889
children 89152779163c
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
1 # 1 #
2 # Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
46 ${CP} ${TESTSRC}${FS}* ${THIS_DIR} 46 ${CP} ${TESTSRC}${FS}* ${THIS_DIR}
47 47
48 # A Clean Compile: this line will probably fail within jtreg as have a clean dir: 48 # A Clean Compile: this line will probably fail within jtreg as have a clean dir:
49 ${RM} -f *.class *.impl many_loader.java 49 ${RM} -f *.class *.impl many_loader.java
50 50
51 # Make sure that the compilation steps occurs in the future as not to allow fast systems
52 # to copy and compile bug_21227.java so fast as to make the class and java have the same
53 # time stamp, which later on would make the compilation step of many_loader.java fail
54 sleep 2
55
56 # Compile all the usual suspects, including the default 'many_loader' 51 # Compile all the usual suspects, including the default 'many_loader'
57 ${CP} many_loader1.java.foo many_loader.java 52 ${CP} many_loader1.java.foo many_loader.java
58 ${JAVAC} ${TESTJAVACOPTS} -source 1.4 -target 1.4 -Xlint *.java 53 ${JAVAC} ${TESTJAVACOPTS} -source 1.4 -target 1.4 -Xlint *.java
59 54
60 # Rename the class files, so the custom loader (and not the system loader) will find it 55 # Rename the class files, so the custom loader (and not the system loader) will find it