# HG changeset patch # User coleenp # Date 1248980779 14400 # Node ID 66b0f834a44049013533767907d8bfe29a7ff204 # Parent 16c930df1e9bcb1ca7375ea615aab221ae7f2701# Parent 18f526145aea355a9320b724373386fc2170f183 Merge diff -r 16c930df1e9b -r 66b0f834a440 .hgtags --- a/.hgtags Tue Jul 28 13:50:07 2009 -0600 +++ b/.hgtags Thu Jul 30 15:06:19 2009 -0400 @@ -39,3 +39,5 @@ a88386380bdaaa5ab4ffbedf22c57bac5dbec034 jdk7-b62 32c83fb84370a35344676991a48440378e6b6c8a jdk7-b63 ba36394eb84b949b31212bdb32a518a8f92bab5b jdk7-b64 +ba313800759b678979434d6da8ed3bf49eb8bea4 jdk7-b65 +57c71ad0341b8b64ed20f81151eb7f06324f8894 jdk7-b66 diff -r 16c930df1e9b -r 66b0f834a440 agent/src/os/linux/Makefile --- a/agent/src/os/linux/Makefile Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/os/linux/Makefile Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/HotSpotTypeDataBase.java --- a/agent/src/share/classes/sun/jvm/hotspot/HotSpotTypeDataBase.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/HotSpotTypeDataBase.java Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java --- a/agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/code/MonitorValue.java --- a/agent/src/share/classes/sun/jvm/hotspot/code/MonitorValue.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/code/MonitorValue.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2001 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/code/ScopeDesc.java --- a/agent/src/share/classes/sun/jvm/hotspot/code/ScopeDesc.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/code/ScopeDesc.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/code/ScopeValue.java --- a/agent/src/share/classes/sun/jvm/hotspot/code/ScopeValue.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/code/ScopeValue.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2001 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerBase.java --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerBase.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerBase.java Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/debugger/JVMDebugger.java --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/JVMDebugger.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/JVMDebugger.java Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2008 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2008 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerServer.java --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerServer.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerServer.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2008 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/jdi/ObjectReferenceImpl.java --- a/agent/src/share/classes/sun/jvm/hotspot/jdi/ObjectReferenceImpl.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/jdi/ObjectReferenceImpl.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/jdi/ThreadReferenceImpl.java --- a/agent/src/share/classes/sun/jvm/hotspot/jdi/ThreadReferenceImpl.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/jdi/ThreadReferenceImpl.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2005 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java --- a/agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/runtime/CompiledVFrame.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/CompiledVFrame.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/CompiledVFrame.java Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/runtime/InterpretedVFrame.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/InterpretedVFrame.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/InterpretedVFrame.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2001 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThread.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThread.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThread.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/runtime/MonitorInfo.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/MonitorInfo.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/MonitorInfo.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2001 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/runtime/StackValue.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/StackValue.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/StackValue.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2001 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/runtime/StubRoutines.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/StubRoutines.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/StubRoutines.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/runtime/Thread.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/Thread.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/Thread.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ByteCodeRewriter.java --- a/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ByteCodeRewriter.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ByteCodeRewriter.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassDump.java --- a/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassDump.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassDump.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassWriter.java --- a/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassWriter.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassWriter.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/ui/tree/OopTreeNodeAdapter.java --- a/agent/src/share/classes/sun/jvm/hotspot/ui/tree/OopTreeNodeAdapter.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/ui/tree/OopTreeNodeAdapter.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2006 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 16c930df1e9b -r 66b0f834a440 agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaThread.java --- a/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaThread.java Tue Jul 28 13:50:07 2009 -0600 +++ b/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaThread.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-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 16c930df1e9b -r 66b0f834a440 make/hotspot_version --- a/make/hotspot_version Tue Jul 28 13:50:07 2009 -0600 +++ b/make/hotspot_version Thu Jul 30 15:06:19 2009 -0400 @@ -35,7 +35,7 @@ HS_MAJOR_VER=16 HS_MINOR_VER=0 -HS_BUILD_NUMBER=06 +HS_BUILD_NUMBER=07 JDK_MAJOR_VER=1 JDK_MINOR_VER=7 diff -r 16c930df1e9b -r 66b0f834a440 make/jprt.properties --- a/make/jprt.properties Tue Jul 28 13:50:07 2009 -0600 +++ b/make/jprt.properties Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ # -# Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2006-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 16c930df1e9b -r 66b0f834a440 make/linux/makefiles/jsig.make --- a/make/linux/makefiles/jsig.make Tue Jul 28 13:50:07 2009 -0600 +++ b/make/linux/makefiles/jsig.make Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 make/linux/makefiles/saproc.make --- a/make/linux/makefiles/saproc.make Tue Jul 28 13:50:07 2009 -0600 +++ b/make/linux/makefiles/saproc.make Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 make/solaris/makefiles/optimized.make --- a/make/solaris/makefiles/optimized.make Tue Jul 28 13:50:07 2009 -0600 +++ b/make/solaris/makefiles/optimized.make Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 make/solaris/makefiles/sparcWorks.make --- a/make/solaris/makefiles/sparcWorks.make Tue Jul 28 13:50:07 2009 -0600 +++ b/make/solaris/makefiles/sparcWorks.make Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 make/windows/build_vm_def.sh --- a/make/windows/build_vm_def.sh Tue Jul 28 13:50:07 2009 -0600 +++ b/make/windows/build_vm_def.sh Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 make/windows/create.bat --- a/make/windows/create.bat Tue Jul 28 13:50:07 2009 -0600 +++ b/make/windows/create.bat Thu Jul 30 15:06:19 2009 -0400 @@ -1,6 +1,6 @@ @echo off REM -REM Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. +REM Copyright 1999-2009 Sun Microsystems, Inc. All Rights Reserved. REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. REM REM This code is free software; you can redistribute it and/or modify it diff -r 16c930df1e9b -r 66b0f834a440 make/windows/get_msc_ver.sh --- a/make/windows/get_msc_ver.sh Tue Jul 28 13:50:07 2009 -0600 +++ b/make/windows/get_msc_ver.sh Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 make/windows/makefiles/adlc.make --- a/make/windows/makefiles/adlc.make Tue Jul 28 13:50:07 2009 -0600 +++ b/make/windows/makefiles/adlc.make Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 make/windows/makefiles/compile.make --- a/make/windows/makefiles/compile.make Tue Jul 28 13:50:07 2009 -0600 +++ b/make/windows/makefiles/compile.make Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 make/windows/makefiles/makedeps.make --- a/make/windows/makefiles/makedeps.make Tue Jul 28 13:50:07 2009 -0600 +++ b/make/windows/makefiles/makedeps.make Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 make/windows/makefiles/rules.make --- a/make/windows/makefiles/rules.make Tue Jul 28 13:50:07 2009 -0600 +++ b/make/windows/makefiles/rules.make Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 make/windows/makefiles/sa.make --- a/make/windows/makefiles/sa.make Tue Jul 28 13:50:07 2009 -0600 +++ b/make/windows/makefiles/sa.make Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 make/windows/makefiles/sanity.make --- a/make/windows/makefiles/sanity.make Tue Jul 28 13:50:07 2009 -0600 +++ b/make/windows/makefiles/sanity.make Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ # -# Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2006-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 16c930df1e9b -r 66b0f834a440 make/windows/makefiles/vm.make --- a/make/windows/makefiles/vm.make Tue Jul 28 13:50:07 2009 -0600 +++ b/make/windows/makefiles/vm.make Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp --- a/src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/cpu/sparc/vm/frame_sparc.inline.hpp --- a/src/cpu/sparc/vm/frame_sparc.inline.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/cpu/sparc/vm/frame_sparc.inline.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/cpu/sparc/vm/globals_sparc.hpp --- a/src/cpu/sparc/vm/globals_sparc.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/cpu/sparc/vm/globals_sparc.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2006 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 16c930df1e9b -r 66b0f834a440 src/cpu/x86/vm/c1_MacroAssembler_x86.cpp --- a/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/cpu/x86/vm/frame_x86.cpp --- a/src/cpu/x86/vm/frame_x86.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/cpu/x86/vm/frame_x86.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/cpu/x86/vm/globals_x86.hpp --- a/src/cpu/x86/vm/globals_x86.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/cpu/x86/vm/globals_x86.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2006 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 16c930df1e9b -r 66b0f834a440 src/cpu/x86/vm/interpreterRT_x86_64.cpp --- a/src/cpu/x86/vm/interpreterRT_x86_64.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/cpu/x86/vm/interpreterRT_x86_64.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/cpu/x86/vm/templateTable_x86_32.hpp --- a/src/cpu/x86/vm/templateTable_x86_32.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/cpu/x86/vm/templateTable_x86_32.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/cpu/x86/vm/templateTable_x86_64.cpp --- a/src/cpu/x86/vm/templateTable_x86_64.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/cpu/x86/vm/templateTable_x86_64.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/cpu/x86/vm/vtableStubs_x86_32.cpp --- a/src/cpu/x86/vm/vtableStubs_x86_32.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/cpu/x86/vm/vtableStubs_x86_32.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/cpu/x86/vm/vtableStubs_x86_64.cpp --- a/src/cpu/x86/vm/vtableStubs_x86_64.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/cpu/x86/vm/vtableStubs_x86_64.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/os/linux/vm/os_linux.hpp --- a/src/os/linux/vm/os_linux.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os/linux/vm/os_linux.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/os/solaris/dtrace/generateJvmOffsets.cpp --- a/src/os/solaris/dtrace/generateJvmOffsets.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os/solaris/dtrace/generateJvmOffsets.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/os/solaris/dtrace/jhelper.d --- a/src/os/solaris/dtrace/jhelper.d Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os/solaris/dtrace/jhelper.d Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/os/solaris/dtrace/libjvm_db.c --- a/src/os/solaris/dtrace/libjvm_db.c Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os/solaris/dtrace/libjvm_db.c Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/os_cpu/linux_sparc/vm/globals_linux_sparc.hpp --- a/src/os_cpu/linux_sparc/vm/globals_linux_sparc.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/linux_sparc/vm/globals_linux_sparc.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/os_cpu/linux_sparc/vm/os_linux_sparc.hpp --- a/src/os_cpu/linux_sparc/vm/os_linux_sparc.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/linux_sparc/vm/os_linux_sparc.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/os_cpu/linux_x86/vm/globals_linux_x86.hpp --- a/src/os_cpu/linux_x86/vm/globals_linux_x86.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/linux_x86/vm/globals_linux_x86.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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 16c930df1e9b -r 66b0f834a440 src/os_cpu/linux_x86/vm/orderAccess_linux_x86.inline.hpp --- a/src/os_cpu/linux_x86/vm/orderAccess_linux_x86.inline.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/linux_x86/vm/orderAccess_linux_x86.inline.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2003 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 16c930df1e9b -r 66b0f834a440 src/os_cpu/solaris_sparc/vm/globals_solaris_sparc.hpp --- a/src/os_cpu/solaris_sparc/vm/globals_solaris_sparc.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/solaris_sparc/vm/globals_solaris_sparc.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 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 16c930df1e9b -r 66b0f834a440 src/os_cpu/solaris_sparc/vm/orderAccess_solaris_sparc.inline.hpp --- a/src/os_cpu/solaris_sparc/vm/orderAccess_solaris_sparc.inline.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/solaris_sparc/vm/orderAccess_solaris_sparc.inline.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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 16c930df1e9b -r 66b0f834a440 src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp --- a/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/os_cpu/solaris_sparc/vm/os_solaris_sparc.hpp --- a/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 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 16c930df1e9b -r 66b0f834a440 src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp --- a/src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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 16c930df1e9b -r 66b0f834a440 src/os_cpu/solaris_x86/vm/orderAccess_solaris_x86.inline.hpp --- a/src/os_cpu/solaris_x86/vm/orderAccess_solaris_x86.inline.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/solaris_x86/vm/orderAccess_solaris_x86.inline.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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 16c930df1e9b -r 66b0f834a440 src/os_cpu/windows_x86/vm/globals_windows_x86.hpp --- a/src/os_cpu/windows_x86/vm/globals_windows_x86.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/windows_x86/vm/globals_windows_x86.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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 16c930df1e9b -r 66b0f834a440 src/os_cpu/windows_x86/vm/orderAccess_windows_x86.inline.hpp --- a/src/os_cpu/windows_x86/vm/orderAccess_windows_x86.inline.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/windows_x86/vm/orderAccess_windows_x86.inline.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2003 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 16c930df1e9b -r 66b0f834a440 src/os_cpu/windows_x86/vm/os_windows_x86.cpp --- a/src/os_cpu/windows_x86/vm/os_windows_x86.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/windows_x86/vm/os_windows_x86.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/os_cpu/windows_x86/vm/os_windows_x86.hpp --- a/src/os_cpu/windows_x86/vm/os_windows_x86.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/windows_x86/vm/os_windows_x86.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 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 16c930df1e9b -r 66b0f834a440 src/os_cpu/windows_x86/vm/unwind_windows_x86.hpp --- a/src/os_cpu/windows_x86/vm/unwind_windows_x86.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/os_cpu/windows_x86/vm/unwind_windows_x86.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-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 16c930df1e9b -r 66b0f834a440 src/share/tools/MakeDeps/BuildConfig.java --- a/src/share/tools/MakeDeps/BuildConfig.java Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/tools/MakeDeps/BuildConfig.java Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/tools/MakeDeps/WinGammaPlatformVC7.java --- a/src/share/tools/MakeDeps/WinGammaPlatformVC7.java Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/tools/MakeDeps/WinGammaPlatformVC7.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 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 16c930df1e9b -r 66b0f834a440 src/share/tools/MakeDeps/WinGammaPlatformVC8.java --- a/src/share/tools/MakeDeps/WinGammaPlatformVC8.java Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/tools/MakeDeps/WinGammaPlatformVC8.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 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 16c930df1e9b -r 66b0f834a440 src/share/tools/MakeDeps/WinGammaPlatformVC9.java --- a/src/share/tools/MakeDeps/WinGammaPlatformVC9.java Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/tools/MakeDeps/WinGammaPlatformVC9.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 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 16c930df1e9b -r 66b0f834a440 src/share/tools/hsdis/Makefile --- a/src/share/tools/hsdis/Makefile Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/tools/hsdis/Makefile Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ # -# Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2008-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 16c930df1e9b -r 66b0f834a440 src/share/tools/hsdis/hsdis-demo.c --- a/src/share/tools/hsdis/hsdis-demo.c Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/tools/hsdis/hsdis-demo.c Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2008-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 16c930df1e9b -r 66b0f834a440 src/share/tools/hsdis/hsdis.c --- a/src/share/tools/hsdis/hsdis.c Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/tools/hsdis/hsdis.c Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2008-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 16c930df1e9b -r 66b0f834a440 src/share/vm/adlc/adlc.hpp --- a/src/share/vm/adlc/adlc.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/adlc/adlc.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 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 16c930df1e9b -r 66b0f834a440 src/share/vm/asm/assembler.cpp --- a/src/share/vm/asm/assembler.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/asm/assembler.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/c1/c1_Compilation.cpp --- a/src/share/vm/c1/c1_Compilation.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/c1/c1_Compilation.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/c1/c1_GraphBuilder.cpp --- a/src/share/vm/c1/c1_GraphBuilder.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/c1/c1_GraphBuilder.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/c1/c1_LinearScan.cpp --- a/src/share/vm/c1/c1_LinearScan.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/c1/c1_LinearScan.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/ci/bcEscapeAnalyzer.cpp --- a/src/share/vm/ci/bcEscapeAnalyzer.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/ci/bcEscapeAnalyzer.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/ci/ciEnv.cpp --- a/src/share/vm/ci/ciEnv.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/ci/ciEnv.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/ci/ciEnv.hpp --- a/src/share/vm/ci/ciEnv.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/ci/ciEnv.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/ci/ciMethodBlocks.cpp --- a/src/share/vm/ci/ciMethodBlocks.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/ci/ciMethodBlocks.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2006-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 16c930df1e9b -r 66b0f834a440 src/share/vm/ci/ciStreams.cpp --- a/src/share/vm/ci/ciStreams.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/ci/ciStreams.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2005 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 16c930df1e9b -r 66b0f834a440 src/share/vm/ci/ciStreams.hpp --- a/src/share/vm/ci/ciStreams.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/ci/ciStreams.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2005 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 16c930df1e9b -r 66b0f834a440 src/share/vm/ci/ciTypeFlow.cpp --- a/src/share/vm/ci/ciTypeFlow.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/ci/ciTypeFlow.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/classfile/classLoader.cpp --- a/src/share/vm/classfile/classLoader.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/classfile/classLoader.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/classfile/verifier.cpp --- a/src/share/vm/classfile/verifier.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/classfile/verifier.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/code/vtableStubs.cpp --- a/src/share/vm/code/vtableStubs.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/code/vtableStubs.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/compiler/compileBroker.cpp --- a/src/share/vm/compiler/compileBroker.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/compiler/compileBroker.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/collectionSetChooser.cpp --- a/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp --- a/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp --- a/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/concurrentG1RefineThread.hpp --- a/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/concurrentMark.cpp --- a/src/share/vm/gc_implementation/g1/concurrentMark.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp --- a/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/concurrentMarkThread.hpp --- a/src/share/vm/gc_implementation/g1/concurrentMarkThread.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/concurrentMarkThread.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/concurrentZFThread.hpp --- a/src/share/vm/gc_implementation/g1/concurrentZFThread.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/concurrentZFThread.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp --- a/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/g1MarkSweep.cpp --- a/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/g1RemSet.inline.hpp --- a/src/share/vm/gc_implementation/g1/g1RemSet.inline.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/g1RemSet.inline.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/heapRegion.cpp --- a/src/share/vm/gc_implementation/g1/heapRegion.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/heapRegion.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/heapRegionSeq.hpp --- a/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/heapRegionSeq.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/ptrQueue.cpp --- a/src/share/vm/gc_implementation/g1/ptrQueue.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/ptrQueue.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/sparsePRT.cpp --- a/src/share/vm/gc_implementation/g1/sparsePRT.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/sparsePRT.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/vm_operations_g1.cpp --- a/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/g1/vm_operations_g1.hpp --- a/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/parNew/parGCAllocBuffer.hpp --- a/src/share/vm/gc_implementation/parNew/parGCAllocBuffer.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/parNew/parGCAllocBuffer.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.hpp --- a/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/shared/concurrentGCThread.cpp --- a/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2005 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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_implementation/shared/concurrentGCThread.hpp --- a/src/share/vm/gc_implementation/shared/concurrentGCThread.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_implementation/shared/concurrentGCThread.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2005 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 16c930df1e9b -r 66b0f834a440 src/share/vm/gc_interface/gcCause.hpp --- a/src/share/vm/gc_interface/gcCause.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/gc_interface/gcCause.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/includeDB_compiler1 --- a/src/share/vm/includeDB_compiler1 Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/includeDB_compiler1 Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/includeDB_jvmti --- a/src/share/vm/includeDB_jvmti Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/includeDB_jvmti Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ // -// Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. +// Copyright 2007-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 16c930df1e9b -r 66b0f834a440 src/share/vm/interpreter/bytecode.cpp --- a/src/share/vm/interpreter/bytecode.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/interpreter/bytecode.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2002 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 16c930df1e9b -r 66b0f834a440 src/share/vm/interpreter/bytecode.hpp --- a/src/share/vm/interpreter/bytecode.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/interpreter/bytecode.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2002 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 16c930df1e9b -r 66b0f834a440 src/share/vm/interpreter/bytecodeStream.hpp --- a/src/share/vm/interpreter/bytecodeStream.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/interpreter/bytecodeStream.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/interpreter/bytecodeTracer.cpp --- a/src/share/vm/interpreter/bytecodeTracer.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/interpreter/bytecodeTracer.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/interpreter/bytecodes.cpp --- a/src/share/vm/interpreter/bytecodes.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/interpreter/bytecodes.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/interpreter/bytecodes.hpp --- a/src/share/vm/interpreter/bytecodes.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/interpreter/bytecodes.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/interpreter/invocationCounter.cpp --- a/src/share/vm/interpreter/invocationCounter.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/interpreter/invocationCounter.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/interpreter/rewriter.hpp --- a/src/share/vm/interpreter/rewriter.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/interpreter/rewriter.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/interpreter/templateTable.cpp --- a/src/share/vm/interpreter/templateTable.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/interpreter/templateTable.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/interpreter/templateTable.hpp --- a/src/share/vm/interpreter/templateTable.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/interpreter/templateTable.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/memory/blockOffsetTable.hpp --- a/src/share/vm/memory/blockOffsetTable.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/memory/blockOffsetTable.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/memory/cardTableRS.cpp --- a/src/share/vm/memory/cardTableRS.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/memory/cardTableRS.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/memory/gcLocker.hpp --- a/src/share/vm/memory/gcLocker.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/memory/gcLocker.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/memory/heap.cpp --- a/src/share/vm/memory/heap.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/memory/heap.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/oops/cpCacheOop.cpp --- a/src/share/vm/oops/cpCacheOop.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/oops/cpCacheOop.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/oops/generateOopMap.cpp --- a/src/share/vm/oops/generateOopMap.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/oops/generateOopMap.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/oops/methodDataOop.cpp --- a/src/share/vm/oops/methodDataOop.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/oops/methodDataOop.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/addnode.cpp --- a/src/share/vm/opto/addnode.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/addnode.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/block.hpp --- a/src/share/vm/opto/block.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/block.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/buildOopMap.cpp --- a/src/share/vm/opto/buildOopMap.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/buildOopMap.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2008 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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/bytecodeInfo.cpp --- a/src/share/vm/opto/bytecodeInfo.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/bytecodeInfo.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/c2compiler.cpp --- a/src/share/vm/opto/c2compiler.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/c2compiler.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/callnode.cpp --- a/src/share/vm/opto/callnode.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/callnode.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/callnode.hpp --- a/src/share/vm/opto/callnode.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/callnode.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/coalesce.cpp --- a/src/share/vm/opto/coalesce.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/coalesce.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/connode.cpp --- a/src/share/vm/opto/connode.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/connode.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/doCall.cpp --- a/src/share/vm/opto/doCall.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/doCall.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/escape.cpp --- a/src/share/vm/opto/escape.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/escape.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/loopTransform.cpp --- a/src/share/vm/opto/loopTransform.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/loopTransform.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/loopopts.cpp --- a/src/share/vm/opto/loopopts.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/loopopts.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/machnode.cpp --- a/src/share/vm/opto/machnode.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/machnode.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/matcher.hpp --- a/src/share/vm/opto/matcher.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/matcher.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/output.cpp --- a/src/share/vm/opto/output.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/output.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/parse.hpp --- a/src/share/vm/opto/parse.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/parse.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/parse1.cpp --- a/src/share/vm/opto/parse1.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/parse1.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/parse2.cpp --- a/src/share/vm/opto/parse2.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/parse2.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/parse3.cpp --- a/src/share/vm/opto/parse3.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/parse3.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/parseHelper.cpp --- a/src/share/vm/opto/parseHelper.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/parseHelper.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/subnode.cpp --- a/src/share/vm/opto/subnode.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/subnode.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/opto/superword.hpp --- a/src/share/vm/opto/superword.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/opto/superword.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2007-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 16c930df1e9b -r 66b0f834a440 src/share/vm/prims/jvm_misc.hpp --- a/src/share/vm/prims/jvm_misc.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/prims/jvm_misc.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/prims/jvmtiClassFileReconstituter.cpp --- a/src/share/vm/prims/jvmtiClassFileReconstituter.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/prims/jvmtiClassFileReconstituter.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/prims/jvmtiEnvBase.cpp --- a/src/share/vm/prims/jvmtiEnvBase.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/prims/jvmtiEnvBase.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/prims/methodComparator.cpp --- a/src/share/vm/prims/methodComparator.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/prims/methodComparator.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2006 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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/biasedLocking.cpp --- a/src/share/vm/runtime/biasedLocking.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/biasedLocking.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/deoptimization.cpp --- a/src/share/vm/runtime/deoptimization.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/deoptimization.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/dtraceJSDT.cpp --- a/src/share/vm/runtime/dtraceJSDT.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/dtraceJSDT.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/frame.hpp --- a/src/share/vm/runtime/frame.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/frame.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/hpi.hpp --- a/src/share/vm/runtime/hpi.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/hpi.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/interfaceSupport.cpp --- a/src/share/vm/runtime/interfaceSupport.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/interfaceSupport.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/mutexLocker.cpp --- a/src/share/vm/runtime/mutexLocker.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/mutexLocker.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/mutexLocker.hpp --- a/src/share/vm/runtime/mutexLocker.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/mutexLocker.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/orderAccess.cpp --- a/src/share/vm/runtime/orderAccess.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/orderAccess.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2003 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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/orderAccess.hpp --- a/src/share/vm/runtime/orderAccess.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/orderAccess.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2003 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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/stackValue.cpp --- a/src/share/vm/runtime/stackValue.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/stackValue.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/stackValue.hpp --- a/src/share/vm/runtime/stackValue.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/stackValue.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/thread.cpp --- a/src/share/vm/runtime/thread.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/thread.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/thread.hpp --- a/src/share/vm/runtime/thread.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/thread.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/vframe.cpp --- a/src/share/vm/runtime/vframe.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/vframe.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/vframe.hpp --- a/src/share/vm/runtime/vframe.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/vframe.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/vframeArray.cpp --- a/src/share/vm/runtime/vframeArray.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/vframeArray.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/vframe_hp.cpp --- a/src/share/vm/runtime/vframe_hp.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/vframe_hp.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/virtualspace.cpp --- a/src/share/vm/runtime/virtualspace.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/virtualspace.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/virtualspace.hpp --- a/src/share/vm/runtime/virtualspace.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/virtualspace.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/vmStructs.cpp --- a/src/share/vm/runtime/vmStructs.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/vmStructs.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/vmThread.cpp --- a/src/share/vm/runtime/vmThread.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/vmThread.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2007 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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/vm_operations.hpp --- a/src/share/vm/runtime/vm_operations.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/vm_operations.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/runtime/vm_version.cpp --- a/src/share/vm/runtime/vm_version.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/runtime/vm_version.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/utilities/bitMap.cpp --- a/src/share/vm/utilities/bitMap.cpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/utilities/bitMap.cpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/utilities/bitMap.hpp --- a/src/share/vm/utilities/bitMap.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/utilities/bitMap.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/utilities/bitMap.inline.hpp --- a/src/share/vm/utilities/bitMap.inline.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/utilities/bitMap.inline.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/utilities/exceptions.hpp --- a/src/share/vm/utilities/exceptions.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/utilities/exceptions.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2007 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 16c930df1e9b -r 66b0f834a440 src/share/vm/utilities/globalDefinitions_visCPP.hpp --- a/src/share/vm/utilities/globalDefinitions_visCPP.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/utilities/globalDefinitions_visCPP.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 src/share/vm/utilities/macros.hpp --- a/src/share/vm/utilities/macros.hpp Tue Jul 28 13:50:07 2009 -0600 +++ b/src/share/vm/utilities/macros.hpp Thu Jul 30 15:06:19 2009 -0400 @@ -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 16c930df1e9b -r 66b0f834a440 test/compiler/6772683/InterruptedTest.java --- a/test/compiler/6772683/InterruptedTest.java Tue Jul 28 13:50:07 2009 -0600 +++ b/test/compiler/6772683/InterruptedTest.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2008-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 16c930df1e9b -r 66b0f834a440 test/compiler/6832293/Test.java --- a/test/compiler/6832293/Test.java Tue Jul 28 13:50:07 2009 -0600 +++ b/test/compiler/6832293/Test.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2008-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 16c930df1e9b -r 66b0f834a440 test/runtime/6819213/TestBootNativeLibraryPath.java --- a/test/runtime/6819213/TestBootNativeLibraryPath.java Tue Jul 28 13:50:07 2009 -0600 +++ b/test/runtime/6819213/TestBootNativeLibraryPath.java Thu Jul 30 15:06:19 2009 -0400 @@ -1,5 +1,5 @@ /* - * Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2008-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