# HG changeset patch # User trims # Date 1255126732 25200 # Node ID a1423fe86a18c5155acbce0babd84769e3149a62 # Parent 6ddec53892321a8dfd72629bfb0a9d381dfeb873# Parent 708275a44e4a0bc870c10a5a96ccee7f81cd592e Merge diff -r 708275a44e4a -r a1423fe86a18 .hgtags --- a/.hgtags Sat Oct 03 10:53:08 2009 -0400 +++ b/.hgtags Fri Oct 09 15:18:52 2009 -0700 @@ -45,3 +45,6 @@ d07e68298d4e17ebf93d8299e43fcc3ded26472a jdk7-b68 54fd4d9232969ea6cd3d236e5ad276183bb0d423 jdk7-b69 0632c3e615a315ff11e2ab1d64f4d82ff9853461 jdk7-b70 +50a95aa4a247f0cbbf66df285a8b1d78ffb153d9 jdk7-b71 +a94714c550658fd6741793ef036cb9625dc2ab1a jdk7-b72 +faf94d94786b621f8e13cbcc941ca69c6d967c3f jdk7-b73 diff -r 708275a44e4a -r a1423fe86a18 agent/make/saenv.sh --- a/agent/make/saenv.sh Sat Oct 03 10:53:08 2009 -0400 +++ b/agent/make/saenv.sh Fri Oct 09 15:18:52 2009 -0700 @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2003-2009 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 agent/make/saenv64.sh --- a/agent/make/saenv64.sh Sat Oct 03 10:53:08 2009 -0400 +++ b/agent/make/saenv64.sh Fri Oct 09 15:18:52 2009 -0700 @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2003-2009 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 agent/src/os/solaris/proc/Makefile --- a/agent/src/os/solaris/proc/Makefile Sat Oct 03 10:53:08 2009 -0400 +++ b/agent/src/os/solaris/proc/Makefile Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ # -# Copyright 2002-2006 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2002-2009 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 agent/src/os/solaris/proc/mapfile --- a/agent/src/os/solaris/proc/mapfile Sat Oct 03 10:53:08 2009 -0400 +++ b/agent/src/os/solaris/proc/mapfile Fri Oct 09 15:18:52 2009 -0700 @@ -1,7 +1,7 @@ # # -# Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2003-2009 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java --- a/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java Sat Oct 03 10:53:08 2009 -0400 +++ b/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 agent/src/share/classes/sun/jvm/hotspot/memory/FreeChunk.java --- a/agent/src/share/classes/sun/jvm/hotspot/memory/FreeChunk.java Sat Oct 03 10:53:08 2009 -0400 +++ b/agent/src/share/classes/sun/jvm/hotspot/memory/FreeChunk.java Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 make/hotspot_version --- a/make/hotspot_version Sat Oct 03 10:53:08 2009 -0400 +++ b/make/hotspot_version Fri Oct 09 15:18:52 2009 -0700 @@ -35,7 +35,7 @@ HS_MAJOR_VER=17 HS_MINOR_VER=0 -HS_BUILD_NUMBER=01 +HS_BUILD_NUMBER=02 JDK_MAJOR_VER=1 JDK_MINOR_VER=7 diff -r 708275a44e4a -r a1423fe86a18 src/cpu/x86/vm/c1_LIRGenerator_x86.cpp --- a/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/os_cpu/solaris_sparc/vm/atomic_solaris_sparc.inline.hpp --- a/src/os_cpu/solaris_sparc/vm/atomic_solaris_sparc.inline.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/os_cpu/solaris_sparc/vm/atomic_solaris_sparc.inline.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/os_cpu/solaris_x86/vm/atomic_solaris_x86.inline.hpp --- a/src/os_cpu/solaris_x86/vm/atomic_solaris_x86.inline.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/os_cpu/solaris_x86/vm/atomic_solaris_x86.inline.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/c1/c1_IR.cpp --- a/src/share/vm/c1/c1_IR.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/c1/c1_IR.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/c1/c1_IR.hpp --- a/src/share/vm/c1/c1_IR.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/c1/c1_IR.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/c1/c1_LIRAssembler.cpp --- a/src/share/vm/c1/c1_LIRAssembler.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/c1/c1_LIRAssembler.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2000-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/ci/ciObjectFactory.cpp --- a/src/share/vm/ci/ciObjectFactory.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/ci/ciObjectFactory.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/classfile/classLoader.hpp --- a/src/share/vm/classfile/classLoader.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/classfile/classLoader.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/code/debugInfoRec.hpp --- a/src/share/vm/code/debugInfoRec.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/code/debugInfoRec.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/code/nmethod.hpp --- a/src/share/vm/code/nmethod.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/code/nmethod.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/compiler/oopMap.cpp --- a/src/share/vm/compiler/oopMap.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/compiler/oopMap.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/compiler/oopMap.hpp --- a/src/share/vm/compiler/oopMap.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/compiler/oopMap.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/gc_implementation/g1/concurrentZFThread.cpp --- a/src/share/vm/gc_implementation/g1/concurrentZFThread.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/gc_implementation/g1/concurrentZFThread.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2001-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/gc_implementation/g1/g1MMUTracker.cpp --- a/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/gc_implementation/g1/g1MMUTracker.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2001-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp --- a/src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp --- a/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.hpp --- a/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/gc_implementation/shared/markSweep.cpp --- a/src/share/vm/gc_implementation/shared/markSweep.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/gc_implementation/shared/markSweep.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/gc_implementation/shared/markSweep.hpp --- a/src/share/vm/gc_implementation/shared/markSweep.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/gc_implementation/shared/markSweep.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/memory/genMarkSweep.cpp --- a/src/share/vm/memory/genMarkSweep.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/memory/genMarkSweep.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2001-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/memory/iterator.cpp --- a/src/share/vm/memory/iterator.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/memory/iterator.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2001 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/memory/iterator.hpp --- a/src/share/vm/memory/iterator.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/memory/iterator.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/memory/serialize.cpp --- a/src/share/vm/memory/serialize.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/memory/serialize.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/oops/arrayKlass.cpp --- a/src/share/vm/oops/arrayKlass.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/oops/arrayKlass.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/oops/instanceKlassKlass.hpp --- a/src/share/vm/oops/instanceKlassKlass.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/oops/instanceKlassKlass.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/oops/instanceRefKlass.cpp --- a/src/share/vm/oops/instanceRefKlass.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/oops/instanceRefKlass.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/oops/methodDataOop.hpp --- a/src/share/vm/oops/methodDataOop.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/oops/methodDataOop.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2000-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/oops/objArrayOop.hpp --- a/src/share/vm/oops/objArrayOop.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/oops/objArrayOop.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/opto/compile.hpp --- a/src/share/vm/opto/compile.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/opto/compile.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/opto/idealKit.cpp --- a/src/share/vm/opto/idealKit.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/opto/idealKit.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/opto/idealKit.hpp --- a/src/share/vm/opto/idealKit.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/opto/idealKit.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/opto/ifnode.cpp --- a/src/share/vm/opto/ifnode.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/opto/ifnode.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2000-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/opto/phaseX.cpp --- a/src/share/vm/opto/phaseX.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/opto/phaseX.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/opto/phaseX.hpp --- a/src/share/vm/opto/phaseX.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/opto/phaseX.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/opto/postaloc.cpp --- a/src/share/vm/opto/postaloc.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/opto/postaloc.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/prims/jvm.h --- a/src/share/vm/prims/jvm.h Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/prims/jvm.h Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/runtime/atomic.hpp --- a/src/share/vm/runtime/atomic.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/runtime/atomic.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/runtime/perfData.hpp --- a/src/share/vm/runtime/perfData.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/runtime/perfData.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2001-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/runtime/sweeper.cpp --- a/src/share/vm/runtime/sweeper.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/runtime/sweeper.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/runtime/vframeArray.hpp --- a/src/share/vm/runtime/vframeArray.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/runtime/vframeArray.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/runtime/vframe_hp.hpp --- a/src/share/vm/runtime/vframe_hp.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/runtime/vframe_hp.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/services/threadService.cpp --- a/src/share/vm/services/threadService.cpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/services/threadService.cpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 708275a44e4a -r a1423fe86a18 src/share/vm/services/threadService.hpp --- a/src/share/vm/services/threadService.hpp Sat Oct 03 10:53:08 2009 -0400 +++ b/src/share/vm/services/threadService.hpp Fri Oct 09 15:18:52 2009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2009 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it