Changeset 390 for trunk/openjdk/hotspot/src
- Timestamp:
- Jul 2, 2012, 3:05:26 PM (13 years ago)
- Location:
- trunk/openjdk/hotspot/src
- Files:
-
- 50 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1999, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/cpu/x86/vm/globals_x86.hpp
r309 r390 1 1 /* 2 * Copyright (c) 2000, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/cpu/x86/vm/vm_version_x86.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1997, 201 0, Oracle and/or its affiliates. All Rights Reserved.2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All Rights Reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/cpu/x86/vm/vm_version_x86.hpp
r309 r390 1 1 /* 2 * Copyright (c) 1997, 201 0, Oracle and/or its affiliates. All Rights Reserved.2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All Rights Reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/cpu/x86/vm/x86_32.ad
r309 r390 1 1 // 2 // Copyright (c) 1997, 201 0, Oracle and/or its affiliates. All rights reserved.2 // Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 // -
trunk/openjdk/hotspot/src/cpu/x86/vm/x86_64.ad
r309 r390 1 1 // 2 // Copyright (c) 2003, 201 0, Oracle and/or its affiliates. All rights reserved.2 // Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 // -
trunk/openjdk/hotspot/src/os/linux/vm/os_linux.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1999, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/os_cpu/os2_x86/vm/os2_x86_32.s
- Property svn:mergeinfo changed
/branches/vendor/oracle/openjdk6/b25/hotspot/src/os_cpu/os2_x86/vm/os2_x86_32.s (added) merged: 387 /branches/vendor/oracle/openjdk6/current/hotspot/src/os_cpu/os2_x86/vm/os2_x86_32.s merged: 308-386
- Property svn:mergeinfo changed
-
trunk/openjdk/hotspot/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1999, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp
r309 r390 203 203 } 204 204 } else { 205 assert(strstr(impl, "SPARC") != NULL, "should be sparc"); 205 #ifndef PRODUCT 206 if (strstr(impl, "SPARC") == NULL) { 207 warning("WARNING: cpu implementation = '%s', should contain SPARC", impl); 208 } 209 #endif 206 210 } 207 211 free((void*)impl); -
trunk/openjdk/hotspot/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1999, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/adlc/output_c.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1998, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/c1/c1_Compilation.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1999, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/c1/c1_Compilation.hpp
r309 r390 1 1 /* 2 * Copyright (c) 1999, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2005, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/ci/ciEnv.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1999, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2001, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp
r309 r390 1 1 /* 2 * Copyright (c) 2001, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2001, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2001, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2005, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2007, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2005, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.hpp
r309 r390 1 1 /* 2 * Copyright (c) 2005, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/memory/allocation.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1997, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/memory/allocation.hpp
r309 r390 1 1 /* 2 * Copyright (c) 1997, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/memory/genMarkSweep.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2001, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/opto/ifnode.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2000, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/opto/loopTransform.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2000, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/opto/loopnode.hpp
r309 r390 1 1 /* 2 * Copyright (c) 1998, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/opto/loopopts.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1999, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/opto/node.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1997, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/prims/jvmtiEventController.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2003, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/prims/jvmtiExport.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2003, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/prims/jvmtiExport.hpp
r309 r390 1 1 /* 2 * Copyright (c) 1998, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/prims/jvmtiImpl.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2003, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/prims/jvmtiImpl.hpp
r309 r390 1 1 /* 2 * Copyright (c) 1999, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/prims/jvmtiTagMap.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2003, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/prims/jvmtiTagMap.hpp
r309 r390 1 1 /* 2 * Copyright (c) 2003, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/runtime/arguments.hpp
r309 r390 1 1 /* 2 * Copyright (c) 1997, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/runtime/globals.hpp
r309 r390 1 1 /* 2 * Copyright (c) 1997, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/runtime/jniHandles.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1998, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/services/heapDumper.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2005, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/utilities/debug.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1997, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/utilities/debug.hpp
r309 r390 1 1 /* 2 * Copyright (c) 1997, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp
r309 r390 1 1 /* 2 * Copyright (c) 1998, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/utilities/globalDefinitions_sparcWorks.hpp
r309 r390 1 1 /* 2 * Copyright (c) 1997, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/utilities/globalDefinitions_visCPP.hpp
r309 r390 1 1 /* 2 * Copyright (c) 1997, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/utilities/vmError.cpp
r309 r390 1 1 /* 2 * Copyright (c) 2003, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/share/vm/utilities/vmError.hpp
r309 r390 1 1 /* 2 * Copyright (c) 2003, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 *
Note:
See TracChangeset
for help on using the changeset viewer.