Changeset 278 for trunk/openjdk/jdk/test/tools
- Timestamp:
- Mar 26, 2011, 8:39:20 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 34 edited
- 7 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:ignore
-
old new 1 1 build 2 build-product-release
-
-
Property svn:mergeinfo
set to
/branches/vendor/oracle/openjdk6/b22 merged eligible /branches/vendor/oracle/openjdk6/current merged eligible
- Property svn:ignore
-
trunk/openjdk/jdk/test/tools/jar/ChangeDir.java
r2 r278 1 1 /* 2 * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/jar/JarEntryTime.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/jar/UpdateManifest.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/jar/index/MetaInf.java
r2 r278 1 1 /* 2 * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/Arrrghs.java
r2 r278 1 1 /* 2 * Copyright 2007-2008 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2007, 2008, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/Arrrghs.sh
r2 r278 8 8 9 9 # 10 # Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved.10 # Copyright (c) 2004, 2008, Oracle and/or its affiliates. All rights reserved. 11 11 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 12 12 # … … 25 25 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 26 26 # 27 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,28 # CA 95054 USA or visit www.sun.com if you need additional information or29 # have anyquestions.27 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 28 # or visit www.oracle.com if you need additional information or have any 29 # questions. 30 30 # 31 31 -
trunk/openjdk/jdk/test/tools/launcher/ChangeDataModel.sh
r2 r278 1 1 # 2 # Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2003, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 17 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 # 19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 # CA 95054 USA or visit www.sun.com if you need additional information or21 # have anyquestions.19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 # or visit www.oracle.com if you need additional information or have any 21 # questions. 22 22 # 23 23 -
trunk/openjdk/jdk/test/tools/launcher/ClassPathWildCard.sh
r2 r278 7 7 8 8 # 9 # Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.9 # Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 10 10 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 11 11 # … … 24 24 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 25 25 # 26 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,27 # CA 95054 USA or visit www.sun.com if you need additional information or28 # have anyquestions.26 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 27 # or visit www.oracle.com if you need additional information or have any 28 # questions. 29 29 # 30 30 -
trunk/openjdk/jdk/test/tools/launcher/CreatePlatformFile.java
r2 r278 1 1 /* 2 * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/DefaultLocaleTest.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/DefaultLocaleTest.sh
r2 r278 1 1 # 2 # Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 17 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 # 19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 # CA 95054 USA or visit www.sun.com if you need additional information or21 # have anyquestions.19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 # or visit www.oracle.com if you need additional information or have any 21 # questions. 22 22 # 23 23 -
trunk/openjdk/jdk/test/tools/launcher/Makefile.SolarisRunpath
r2 r278 1 # Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.1 # Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 2 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 3 # … … 16 16 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 17 # 18 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,19 # CA 95054 USA or visit www.sun.com if you need additional information or20 # have anyquestions.18 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 # or visit www.oracle.com if you need additional information or have any 20 # questions. 21 21 22 22 # -
trunk/openjdk/jdk/test/tools/launcher/MultipleJRE.sh
r2 r278 9 9 10 10 # 11 # Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved.11 # Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved. 12 12 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 13 13 # … … 26 26 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 27 27 # 28 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,29 # CA 95054 USA or visit www.sun.com if you need additional information or30 # have anyquestions.28 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 29 # or visit www.oracle.com if you need additional information or have any 30 # questions. 31 31 # 32 32 -
trunk/openjdk/jdk/test/tools/launcher/PrintVersion.java
r2 r278 1 1 /* 2 * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/SolarisDataModel.sh
r2 r278 1 # Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.1 # Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 2 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 3 # … … 16 16 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 17 # 18 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,19 # CA 95054 USA or visit www.sun.com if you need additional information or20 # have anyquestions.18 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 # or visit www.oracle.com if you need additional information or have any 20 # questions. 21 21 22 22 # @test -
trunk/openjdk/jdk/test/tools/launcher/SolarisRunpath.sh
r2 r278 1 # Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.1 # Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 2 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 3 # … … 16 16 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 17 # 18 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,19 # CA 95054 USA or visit www.sun.com if you need additional information or20 # have anyquestions.18 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 # or visit www.oracle.com if you need additional information or have any 20 # questions. 21 21 22 22 -
trunk/openjdk/jdk/test/tools/launcher/SomeException.java
r2 r278 1 1 /* 2 * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/UglyPrintVersion.java
r2 r278 1 1 /* 2 * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/UnicodeCleanup.java
r2 r278 1 1 /* 2 * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/UnicodeTest.java
r2 r278 1 1 /* 2 * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/UnicodeTest.sh
r2 r278 1 # Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.1 # Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 2 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 3 # … … 16 16 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 17 # 18 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,19 # CA 95054 USA or visit www.sun.com if you need additional information or20 # have anyquestions.18 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 # or visit www.oracle.com if you need additional information or have any 20 # questions. 21 21 22 22 # @test -
trunk/openjdk/jdk/test/tools/launcher/UnresolvedExceptions.java
r2 r278 1 1 /* 2 * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/ZipMeUp.java
r2 r278 1 1 /* 2 * Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/deleteI18n.sh
r2 r278 1 1 # 2 # Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 17 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 # 19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 # CA 95054 USA or visit www.sun.com if you need additional information or21 # have anyquestions.19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 # or visit www.oracle.com if you need additional information or have any 21 # questions. 22 22 # 23 23 -
trunk/openjdk/jdk/test/tools/launcher/i18nTest.sh
r2 r278 1 1 # 2 # Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 17 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 # 19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 # CA 95054 USA or visit www.sun.com if you need additional information or21 # have anyquestions.19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 # or visit www.oracle.com if you need additional information or have any 21 # questions. 22 22 # 23 23 -
trunk/openjdk/jdk/test/tools/launcher/libraryCaller.c
r2 r278 1 1 /* 2 * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/libraryCaller.h
r2 r278 1 1 2 2 /* 3 * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.3 * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 4 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 5 5 * … … 18 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 19 19 * 20 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,21 * CA 95054 USA or visit www.sun.com if you need additional information or22 * have anyquestions.20 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 21 * or visit www.oracle.com if you need additional information or have any 22 * questions. 23 23 */ 24 24 -
trunk/openjdk/jdk/test/tools/launcher/libraryCaller.java
r2 r278 1 1 /* 2 * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/launcher/unresolvedExceptions.sh
r2 r278 1 1 # 2 # Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 17 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 # 19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 # CA 95054 USA or visit www.sun.com if you need additional information or21 # have anyquestions.19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 # or visit www.oracle.com if you need additional information or have any 21 # questions. 22 22 # 23 23 -
trunk/openjdk/jdk/test/tools/launcher/versionOpt.sh
r2 r278 2 2 3 3 # 4 # Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.4 # Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 5 5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 6 6 # … … 19 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 20 # 21 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,22 # CA 95054 USA or visit www.sun.com if you need additional information or23 # have anyquestions.21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 22 # or visit www.oracle.com if you need additional information or have any 23 # questions. 24 24 # 25 25 -
trunk/openjdk/jdk/test/tools/pack200/MemoryAllocatorTest.java
r2 r278 1 1 /* 2 * Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23 -
trunk/openjdk/jdk/test/tools/pack200/Pack200Simple.sh
r2 r278 1 1 # 2 # Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2003, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 17 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 # 19 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 # CA 95054 USA or visit www.sun.com if you need additional information or21 # have anyquestions.19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 # or visit www.oracle.com if you need additional information or have any 21 # questions. 22 22 # 23 23 -
trunk/openjdk/jdk/test/tools/pack200/Pack200Test.java
r2 r278 1 1 /* 2 * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 17 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 18 * 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,20 * CA 95054 USA or visit www.sun.com if you need additional information or21 * have anyquestions.19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * or visit www.oracle.com if you need additional information or have any 21 * questions. 22 22 */ 23 23
Note:
See TracChangeset
for help on using the changeset viewer.