6719955: Update copyright year jdk7-b30
authorxdono
Wed Jul 02 12:55:16 2008 -0700 (20 months ago)
changeset 196d1605aabd0a1
parent 19593435819dba2
child 197de141433919f
6719955: Update copyright year
Summary: Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
agent/make/Makefile
agent/src/os/linux/ps_core.c
agent/src/os/linux/ps_proc.c
agent/src/share/classes/sun/jvm/hotspot/CommandProcessor.java
agent/src/share/classes/sun/jvm/hotspot/HSDB.java
agent/src/share/classes/sun/jvm/hotspot/HotSpotTypeDataBase.java
agent/src/share/classes/sun/jvm/hotspot/SALauncherLoader.java
agent/src/share/classes/sun/jvm/hotspot/bugspot/Main.java
agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapSet.java
agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapValue.java
agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapVisitor.java
agent/src/share/classes/sun/jvm/hotspot/debugger/Address.java
agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java
agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerBase.java
agent/src/share/classes/sun/jvm/hotspot/debugger/JVMDebugger.java
agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescription.java
agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionAMD64.java
agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIA64.java
agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIntelX86.java
agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC32Bit.java
agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC64Bit.java
agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxAddress.java
agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebugger.java
agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebuggerLocal.java
agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyAddress.java
agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxAddress.java
agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebugger.java
agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal.java
agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcAddress.java
agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebugger.java
agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java
agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteAddress.java
agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java
agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java
agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerServer.java
agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Address.java
agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Debugger.java
agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32DebuggerLocal.java
agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgAddress.java
agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebugger.java
agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebuggerLocal.java
agent/src/share/classes/sun/jvm/hotspot/jdi/SAJDIClassLoader.java
agent/src/share/classes/sun/jvm/hotspot/memory/BinaryTreeDictionary.java
agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java
agent/src/share/classes/sun/jvm/hotspot/memory/DefNewGeneration.java
agent/src/share/classes/sun/jvm/hotspot/memory/FreeChunk.java
agent/src/share/classes/sun/jvm/hotspot/memory/FreeList.java
agent/src/share/classes/sun/jvm/hotspot/memory/LinearAllocBlock.java
agent/src/share/classes/sun/jvm/hotspot/memory/SystemDictionary.java
agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java
agent/src/share/classes/sun/jvm/hotspot/oops/Array.java
agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPool.java
agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCache.java
agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheKlass.java
agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolKlass.java
agent/src/share/classes/sun/jvm/hotspot/oops/DefaultOopVisitor.java
agent/src/share/classes/sun/jvm/hotspot/oops/Instance.java
agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java
agent/src/share/classes/sun/jvm/hotspot/oops/Klass.java
agent/src/share/classes/sun/jvm/hotspot/oops/Mark.java
agent/src/share/classes/sun/jvm/hotspot/oops/ObjArray.java
agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java
agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogram.java
agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogramElement.java
agent/src/share/classes/sun/jvm/hotspot/oops/Oop.java
agent/src/share/classes/sun/jvm/hotspot/oops/OopPrinter.java
agent/src/share/classes/sun/jvm/hotspot/oops/OopUtilities.java
agent/src/share/classes/sun/jvm/hotspot/oops/OopVisitor.java
agent/src/share/classes/sun/jvm/hotspot/runtime/AddressVisitor.java
agent/src/share/classes/sun/jvm/hotspot/runtime/Frame.java
agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java
agent/src/share/classes/sun/jvm/hotspot/types/Field.java
agent/src/share/classes/sun/jvm/hotspot/types/Type.java
agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicField.java
agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicFieldWrapper.java
agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicOopField.java
agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicType.java
agent/src/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java
agent/src/share/classes/sun/jvm/hotspot/ui/AnnotatedMemoryPanel.java
agent/src/share/classes/sun/jvm/hotspot/ui/CommandProcessorPanel.java
agent/src/share/classes/sun/jvm/hotspot/ui/DebuggerConsolePanel.java
agent/src/share/classes/sun/jvm/hotspot/ui/FindInHeapPanel.java
agent/src/share/classes/sun/jvm/hotspot/ui/HighPrecisionJScrollBar.java
agent/src/share/classes/sun/jvm/hotspot/ui/JFrameWrapper.java
agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/HTMLGenerator.java
agent/src/share/classes/sun/jvm/hotspot/ui/treetable/JTreeTable.java
agent/src/share/classes/sun/jvm/hotspot/utilities/AbstractHeapGraphWriter.java
agent/src/share/classes/sun/jvm/hotspot/utilities/HeapHprofBinWriter.java
agent/src/share/classes/sun/jvm/hotspot/utilities/ReversePtrsAnalysis.java
agent/src/share/classes/sun/jvm/hotspot/utilities/RobustOopDeterminator.java
make/Makefile
make/defs.make
make/hotspot_distro
make/hotspot_version
make/jprt.config
make/jprt.properties
make/linux/Makefile
make/linux/build.sh
make/linux/makefiles/adjust-mflags.sh
make/linux/makefiles/adlc.make
make/linux/makefiles/amd64.make
make/linux/makefiles/buildtree.make
make/linux/makefiles/compiler1.make
make/linux/makefiles/compiler2.make
make/linux/makefiles/core.make
make/linux/makefiles/cscope.make
make/linux/makefiles/debug.make
make/linux/makefiles/defs.make
make/linux/makefiles/dtrace.make
make/linux/makefiles/fastdebug.make
make/linux/makefiles/gcc.make
make/linux/makefiles/hp.make
make/linux/makefiles/hp1.make
make/linux/makefiles/i486.make
make/linux/makefiles/ia64.make
make/linux/makefiles/jsig.make
make/linux/makefiles/jvmg.make
make/linux/makefiles/jvmti.make
make/linux/makefiles/launcher.make
make/linux/makefiles/makedeps.make
make/linux/makefiles/mapfile-vers-debug
make/linux/makefiles/mapfile-vers-jsig
make/linux/makefiles/mapfile-vers-product
make/linux/makefiles/optimized.make
make/linux/makefiles/product.make
make/linux/makefiles/profiled.make
make/linux/makefiles/rules.make
make/linux/makefiles/sa.make
make/linux/makefiles/saproc.make
make/linux/makefiles/sparc.make
make/linux/makefiles/sparcWorks.make
make/linux/makefiles/sparcv9.make
make/linux/makefiles/tiered.make
make/linux/makefiles/top.make
make/linux/makefiles/vm.make
make/openjdk_distro
make/sa.files
make/solaris/Makefile
make/solaris/build.sh
make/solaris/makefiles/adjust-mflags.sh
make/solaris/makefiles/adlc.make
make/solaris/makefiles/amd64.make
make/solaris/makefiles/buildtree.make
make/solaris/makefiles/compiler1.make
make/solaris/makefiles/compiler2.make
make/solaris/makefiles/core.make
make/solaris/makefiles/cscope.make
make/solaris/makefiles/debug.make
make/solaris/makefiles/defs.make
make/solaris/makefiles/dtrace.make
make/solaris/makefiles/fastdebug.make
make/solaris/makefiles/gcc.make
make/solaris/makefiles/hp.make
make/solaris/makefiles/hp1.make
make/solaris/makefiles/i486.make
make/solaris/makefiles/jsig.make
make/solaris/makefiles/jvmg.make
make/solaris/makefiles/jvmti.make
make/solaris/makefiles/launcher.make
make/solaris/makefiles/makedeps.make
make/solaris/makefiles/mapfile-vers
make/solaris/makefiles/mapfile-vers-COMPILER1
make/solaris/makefiles/mapfile-vers-COMPILER2
make/solaris/makefiles/mapfile-vers-CORE
make/solaris/makefiles/mapfile-vers-TIERED
make/solaris/makefiles/mapfile-vers-debug
make/solaris/makefiles/mapfile-vers-jsig
make/solaris/makefiles/mapfile-vers-jvm_db
make/solaris/makefiles/mapfile-vers-jvm_dtrace
make/solaris/makefiles/mapfile-vers-nonproduct
make/solaris/makefiles/optimized.make
make/solaris/makefiles/product.make
make/solaris/makefiles/profiled.make
make/solaris/makefiles/rules.make
make/solaris/makefiles/sa.make
make/solaris/makefiles/saproc.make
make/solaris/makefiles/sparc.make
make/solaris/makefiles/sparcWorks.make
make/solaris/makefiles/sparcv9.make
make/solaris/makefiles/tiered.make
make/solaris/makefiles/top.make
make/solaris/makefiles/vm.make
make/solaris/reorder.sh
make/test/Queens.java
make/windows/build.bat
make/windows/build.make
make/windows/build_vm_def.sh
make/windows/create.bat
make/windows/cross_build.bat
make/windows/get_msc_ver.sh
make/windows/makefiles/adlc.make
make/windows/makefiles/compile.make
make/windows/makefiles/debug.make
make/windows/makefiles/defs.make
make/windows/makefiles/fastdebug.make
make/windows/makefiles/generated.make
make/windows/makefiles/jvmti.make
make/windows/makefiles/makedeps.make
make/windows/makefiles/product.make
make/windows/makefiles/rules.make
make/windows/makefiles/sa.make
make/windows/makefiles/sanity.make
make/windows/makefiles/shared.make
make/windows/makefiles/top.make
make/windows/makefiles/vm.make
make/windows/projectfiles/common/Makefile
make/windows/projectfiles/compiler1/Makefile
make/windows/projectfiles/compiler2/Makefile
make/windows/projectfiles/core/Makefile
make/windows/projectfiles/tiered/Makefile
src/cpu/sparc/vm/assembler_sparc.cpp
src/cpu/sparc/vm/assembler_sparc.hpp
src/cpu/sparc/vm/bytecodeInterpreter_sparc.hpp
src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp
src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp
src/cpu/sparc/vm/copy_sparc.hpp
src/cpu/sparc/vm/cppInterpreter_sparc.cpp
src/cpu/sparc/vm/frame_sparc.cpp
src/cpu/sparc/vm/interp_masm_sparc.cpp
src/cpu/sparc/vm/nativeInst_sparc.cpp
src/cpu/sparc/vm/nativeInst_sparc.hpp
src/cpu/sparc/vm/register_definitions_sparc.cpp
src/cpu/sparc/vm/relocInfo_sparc.cpp
src/cpu/sparc/vm/relocInfo_sparc.hpp
src/cpu/sparc/vm/sharedRuntime_sparc.cpp
src/cpu/sparc/vm/sparc.ad
src/cpu/sparc/vm/stubGenerator_sparc.cpp
src/cpu/sparc/vm/templateInterpreter_sparc.cpp
src/cpu/sparc/vm/templateTable_sparc.cpp
src/cpu/sparc/vm/vm_version_sparc.cpp
src/cpu/sparc/vm/vm_version_sparc.hpp
src/cpu/sparc/vm/vtableStubs_sparc.cpp
src/cpu/x86/vm/assembler_x86_32.cpp
src/cpu/x86/vm/assembler_x86_32.hpp
src/cpu/x86/vm/assembler_x86_64.cpp
src/cpu/x86/vm/assembler_x86_64.hpp
src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
src/cpu/x86/vm/c1_LIRGenerator_x86.cpp
src/cpu/x86/vm/c1_MacroAssembler_x86.cpp
src/cpu/x86/vm/frame_x86.cpp
src/cpu/x86/vm/frame_x86.inline.hpp
src/cpu/x86/vm/interp_masm_x86_64.cpp
src/cpu/x86/vm/interpreter_x86_64.cpp
src/cpu/x86/vm/nativeInst_x86.cpp
src/cpu/x86/vm/nativeInst_x86.hpp
src/cpu/x86/vm/register_definitions_x86.cpp
src/cpu/x86/vm/relocInfo_x86.cpp
src/cpu/x86/vm/relocInfo_x86.hpp
src/cpu/x86/vm/sharedRuntime_x86_32.cpp
src/cpu/x86/vm/sharedRuntime_x86_64.cpp
src/cpu/x86/vm/stubGenerator_x86_64.cpp
src/cpu/x86/vm/templateInterpreter_x86_64.cpp
src/cpu/x86/vm/templateTable_x86_32.cpp
src/cpu/x86/vm/templateTable_x86_64.cpp
src/cpu/x86/vm/vm_version_x86_32.cpp
src/cpu/x86/vm/vm_version_x86_64.cpp
src/cpu/x86/vm/vtableStubs_x86_64.cpp
src/cpu/x86/vm/x86_32.ad
src/cpu/x86/vm/x86_64.ad
src/os/linux/vm/attachListener_linux.cpp
src/os/linux/vm/dtraceJSDT_linux.cpp
src/os/linux/vm/os_linux.cpp
src/os/linux/vm/os_linux.hpp
src/os/linux/vm/os_linux.inline.hpp
src/os/solaris/dtrace/generateJvmOffsets.cpp
src/os/solaris/dtrace/jhelper.d
src/os/solaris/dtrace/libjvm_db.c
src/os/solaris/vm/dtraceJSDT_solaris.cpp
src/os/solaris/vm/os_solaris.cpp
src/os/solaris/vm/os_solaris.hpp
src/os/solaris/vm/os_solaris.inline.hpp
src/os/windows/vm/dtraceJSDT_windows.cpp
src/os/windows/vm/os_windows.cpp
src/os/windows/vm/os_windows.inline.hpp
src/os_cpu/linux_sparc/vm/assembler_linux_sparc.cpp
src/os_cpu/linux_sparc/vm/atomic_linux_sparc.inline.hpp
src/os_cpu/linux_sparc/vm/globals_linux_sparc.hpp
src/os_cpu/linux_sparc/vm/linux_sparc.ad
src/os_cpu/linux_sparc/vm/linux_sparc.s
src/os_cpu/linux_sparc/vm/orderAccess_linux_sparc.inline.hpp
src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp
src/os_cpu/linux_sparc/vm/os_linux_sparc.hpp
src/os_cpu/linux_sparc/vm/prefetch_linux_sparc.inline.hpp
src/os_cpu/linux_sparc/vm/threadLS_linux_sparc.cpp
src/os_cpu/linux_sparc/vm/threadLS_linux_sparc.hpp
src/os_cpu/linux_sparc/vm/thread_linux_sparc.cpp
src/os_cpu/linux_sparc/vm/thread_linux_sparc.hpp
src/os_cpu/linux_sparc/vm/vmStructs_linux_sparc.hpp
src/os_cpu/linux_sparc/vm/vm_version_linux_sparc.cpp
src/os_cpu/linux_x86/vm/assembler_linux_x86_32.cpp
src/os_cpu/linux_x86/vm/assembler_linux_x86_64.cpp
src/os_cpu/linux_x86/vm/bytes_linux_x86.inline.hpp
src/os_cpu/linux_x86/vm/os_linux_x86.cpp
src/os_cpu/solaris_sparc/vm/solaris_sparc.s
src/os_cpu/solaris_sparc/vm/thread_solaris_sparc.cpp
src/os_cpu/solaris_x86/vm/assembler_solaris_x86_32.cpp
src/os_cpu/solaris_x86/vm/assembler_solaris_x86_64.cpp
src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp
src/os_cpu/solaris_x86/vm/thread_solaris_x86.cpp
src/os_cpu/windows_x86/vm/assembler_windows_x86_32.cpp
src/os_cpu/windows_x86/vm/assembler_windows_x86_64.cpp
src/share/vm/adlc/archDesc.cpp
src/share/vm/adlc/forms.cpp
src/share/vm/adlc/forms.hpp
src/share/vm/adlc/formssel.cpp
src/share/vm/adlc/output_c.cpp
src/share/vm/adlc/output_h.cpp
src/share/vm/asm/codeBuffer.cpp
src/share/vm/asm/codeBuffer.hpp
src/share/vm/c1/c1_LIR.cpp
src/share/vm/c1/c1_Runtime1.cpp
src/share/vm/ci/bcEscapeAnalyzer.cpp
src/share/vm/ci/bcEscapeAnalyzer.hpp
src/share/vm/ci/ciField.hpp
src/share/vm/ci/ciInstanceKlass.cpp
src/share/vm/ci/ciInstanceKlass.hpp
src/share/vm/ci/ciMethod.cpp
src/share/vm/ci/ciMethodBlocks.cpp
src/share/vm/ci/ciMethodBlocks.hpp
src/share/vm/ci/ciMethodData.cpp
src/share/vm/ci/ciMethodData.hpp
src/share/vm/ci/ciObjectFactory.cpp
src/share/vm/classfile/classFileParser.cpp
src/share/vm/classfile/dictionary.cpp
src/share/vm/classfile/javaClasses.cpp
src/share/vm/classfile/javaClasses.hpp
src/share/vm/classfile/systemDictionary.cpp
src/share/vm/classfile/systemDictionary.hpp
src/share/vm/classfile/verifier.cpp
src/share/vm/classfile/vmSymbols.cpp
src/share/vm/classfile/vmSymbols.hpp
src/share/vm/code/codeCache.hpp
src/share/vm/code/debugInfo.cpp
src/share/vm/code/dependencies.cpp
src/share/vm/code/nmethod.cpp
src/share/vm/code/nmethod.hpp
src/share/vm/code/scopeDesc.cpp
src/share/vm/code/vmreg.cpp
src/share/vm/code/vmreg.hpp
src/share/vm/compiler/oopMap.cpp
src/share/vm/compiler/oopMap.hpp
src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp
src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.hpp
src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp
src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp
src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp
src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.inline.hpp
src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.hpp
src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp
src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.hpp
src/share/vm/gc_implementation/concurrentMarkSweep/freeList.cpp
src/share/vm/gc_implementation/concurrentMarkSweep/freeList.hpp
src/share/vm/gc_implementation/includeDB_gc_concurrentMarkSweep
src/share/vm/gc_implementation/includeDB_gc_parallelScavenge
src/share/vm/gc_implementation/includeDB_gc_shared
src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp
src/share/vm/gc_implementation/parNew/parGCAllocBuffer.cpp
src/share/vm/gc_implementation/parNew/parGCAllocBuffer.hpp
src/share/vm/gc_implementation/parNew/parNewGeneration.cpp
src/share/vm/gc_implementation/parNew/parNewGeneration.hpp
src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp
src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp
src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.hpp
src/share/vm/gc_implementation/parallelScavenge/generationSizer.hpp
src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp
src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp
src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp
src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp
src/share/vm/gc_implementation/parallelScavenge/prefetchQueue.hpp
src/share/vm/gc_implementation/parallelScavenge/psMarkSweepDecorator.cpp
src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp
src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp
src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.cpp
src/share/vm/gc_implementation/parallelScavenge/psPromotionLAB.hpp
src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp
src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.hpp
src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.inline.hpp
src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp
src/share/vm/gc_implementation/parallelScavenge/psScavenge.hpp
src/share/vm/gc_implementation/parallelScavenge/psScavenge.inline.hpp
src/share/vm/gc_implementation/parallelScavenge/psTasks.cpp
src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp
src/share/vm/gc_implementation/shared/allocationStats.cpp
src/share/vm/gc_implementation/shared/allocationStats.hpp
src/share/vm/gc_implementation/shared/immutableSpace.cpp
src/share/vm/gc_implementation/shared/immutableSpace.hpp
src/share/vm/gc_implementation/shared/markSweep.cpp
src/share/vm/gc_implementation/shared/markSweep.hpp
src/share/vm/gc_implementation/shared/markSweep.inline.hpp
src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp
src/share/vm/gc_implementation/shared/mutableNUMASpace.hpp
src/share/vm/gc_implementation/shared/mutableSpace.cpp
src/share/vm/gc_implementation/shared/mutableSpace.hpp
src/share/vm/gc_implementation/shared/vmGCOperations.cpp
src/share/vm/gc_implementation/shared/vmGCOperations.hpp
src/share/vm/gc_interface/collectedHeap.cpp
src/share/vm/gc_interface/collectedHeap.hpp
src/share/vm/gc_interface/collectedHeap.inline.hpp
src/share/vm/includeDB_compiler1
src/share/vm/includeDB_compiler2
src/share/vm/includeDB_core
src/share/vm/interpreter/bytecodeInterpreter.cpp
src/share/vm/interpreter/bytecodeInterpreterWithChecks.xml
src/share/vm/interpreter/bytecodeInterpreterWithChecks.xsl
src/share/vm/interpreter/interpreterRuntime.hpp
src/share/vm/interpreter/oopMapCache.cpp
src/share/vm/memory/barrierSet.hpp
src/share/vm/memory/barrierSet.inline.hpp
src/share/vm/memory/cardTableModRefBS.cpp
src/share/vm/memory/cardTableModRefBS.hpp
src/share/vm/memory/cardTableRS.cpp
src/share/vm/memory/cardTableRS.hpp
src/share/vm/memory/collectorPolicy.cpp
src/share/vm/memory/collectorPolicy.hpp
src/share/vm/memory/compactingPermGenGen.cpp
src/share/vm/memory/defNewGeneration.cpp
src/share/vm/memory/defNewGeneration.hpp
src/share/vm/memory/defNewGeneration.inline.hpp
src/share/vm/memory/dump.cpp
src/share/vm/memory/gcLocker.cpp
src/share/vm/memory/gcLocker.hpp
src/share/vm/memory/genCollectedHeap.cpp
src/share/vm/memory/genCollectedHeap.hpp
src/share/vm/memory/genMarkSweep.cpp
src/share/vm/memory/genOopClosures.hpp
src/share/vm/memory/genOopClosures.inline.hpp
src/share/vm/memory/genRemSet.hpp
src/share/vm/memory/genRemSet.inline.hpp
src/share/vm/memory/generation.cpp
src/share/vm/memory/generation.hpp
src/share/vm/memory/heap.cpp
src/share/vm/memory/heapInspection.cpp
src/share/vm/memory/heapInspection.hpp
src/share/vm/memory/iterator.hpp
src/share/vm/memory/modRefBarrierSet.hpp
src/share/vm/memory/permGen.cpp
src/share/vm/memory/permGen.hpp
src/share/vm/memory/referenceProcessor.cpp
src/share/vm/memory/referenceProcessor.hpp
src/share/vm/memory/restore.cpp
src/share/vm/memory/serialize.cpp
src/share/vm/memory/sharedHeap.cpp
src/share/vm/memory/space.cpp
src/share/vm/memory/space.hpp
src/share/vm/memory/tenuredGeneration.cpp
src/share/vm/memory/universe.cpp
src/share/vm/memory/universe.hpp
src/share/vm/oops/arrayOop.hpp
src/share/vm/oops/constantPoolKlass.cpp
src/share/vm/oops/constantPoolKlass.hpp
src/share/vm/oops/constantPoolOop.hpp
src/share/vm/oops/cpCacheKlass.cpp
src/share/vm/oops/cpCacheKlass.hpp
src/share/vm/oops/cpCacheOop.cpp
src/share/vm/oops/cpCacheOop.hpp
src/share/vm/oops/instanceKlass.cpp
src/share/vm/oops/instanceKlass.hpp
src/share/vm/oops/instanceKlassKlass.cpp
src/share/vm/oops/instanceOop.hpp
src/share/vm/oops/instanceRefKlass.cpp
src/share/vm/oops/klass.cpp
src/share/vm/oops/klass.hpp
src/share/vm/oops/klassVtable.cpp
src/share/vm/oops/markOop.cpp
src/share/vm/oops/markOop.hpp
src/share/vm/oops/methodDataKlass.cpp
src/share/vm/oops/methodDataOop.cpp
src/share/vm/oops/methodDataOop.hpp
src/share/vm/oops/methodOop.cpp
src/share/vm/oops/methodOop.hpp
src/share/vm/oops/objArrayKlass.cpp
src/share/vm/oops/objArrayKlass.hpp
src/share/vm/oops/objArrayOop.cpp
src/share/vm/oops/objArrayOop.hpp
src/share/vm/oops/oop.cpp
src/share/vm/oops/oop.hpp
src/share/vm/oops/oop.inline.hpp
src/share/vm/oops/oop.pcgc.inline.hpp
src/share/vm/oops/oopsHierarchy.hpp
src/share/vm/opto/addnode.cpp
src/share/vm/opto/buildOopMap.cpp
src/share/vm/opto/bytecodeInfo.cpp
src/share/vm/opto/c2_globals.hpp
src/share/vm/opto/c2compiler.cpp
src/share/vm/opto/c2compiler.hpp
src/share/vm/opto/callnode.cpp
src/share/vm/opto/callnode.hpp
src/share/vm/opto/cfgnode.cpp
src/share/vm/opto/cfgnode.hpp
src/share/vm/opto/chaitin.cpp
src/share/vm/opto/chaitin.hpp
src/share/vm/opto/classes.hpp
src/share/vm/opto/compile.cpp
src/share/vm/opto/compile.hpp
src/share/vm/opto/connode.cpp
src/share/vm/opto/connode.hpp
src/share/vm/opto/divnode.cpp
src/share/vm/opto/doCall.cpp
src/share/vm/opto/escape.cpp
src/share/vm/opto/escape.hpp
src/share/vm/opto/gcm.cpp
src/share/vm/opto/graphKit.cpp
src/share/vm/opto/idealKit.cpp
src/share/vm/opto/lcm.cpp
src/share/vm/opto/library_call.cpp
src/share/vm/opto/locknode.cpp
src/share/vm/opto/locknode.hpp
src/share/vm/opto/loopTransform.cpp
src/share/vm/opto/loopUnswitch.cpp
src/share/vm/opto/loopnode.cpp
src/share/vm/opto/loopnode.hpp
src/share/vm/opto/loopopts.cpp
src/share/vm/opto/machnode.cpp
src/share/vm/opto/macro.cpp
src/share/vm/opto/macro.hpp
src/share/vm/opto/matcher.cpp
src/share/vm/opto/matcher.hpp
src/share/vm/opto/memnode.cpp
src/share/vm/opto/memnode.hpp
src/share/vm/opto/mulnode.cpp
src/share/vm/opto/mulnode.hpp
src/share/vm/opto/multnode.hpp
src/share/vm/opto/node.cpp
src/share/vm/opto/node.hpp
src/share/vm/opto/opcodes.cpp
src/share/vm/opto/opcodes.hpp
src/share/vm/opto/output.cpp
src/share/vm/opto/parse.hpp
src/share/vm/opto/parse1.cpp
src/share/vm/opto/parse2.cpp
src/share/vm/opto/parse3.cpp
src/share/vm/opto/parseHelper.cpp
src/share/vm/opto/phaseX.cpp
src/share/vm/opto/phaseX.hpp
src/share/vm/opto/postaloc.cpp
src/share/vm/opto/subnode.cpp
src/share/vm/opto/subnode.hpp
src/share/vm/opto/superword.cpp
src/share/vm/opto/type.cpp
src/share/vm/opto/type.hpp
src/share/vm/opto/vectornode.cpp
src/share/vm/opto/vectornode.hpp
src/share/vm/prims/forte.cpp
src/share/vm/prims/jni.cpp
src/share/vm/prims/jvm.cpp
src/share/vm/prims/jvm.h
src/share/vm/prims/jvmtiRedefineClassesTrace.hpp
src/share/vm/prims/jvmtiTagMap.cpp
src/share/vm/prims/unsafe.cpp
src/share/vm/runtime/arguments.cpp
src/share/vm/runtime/arguments.hpp
src/share/vm/runtime/atomic.cpp
src/share/vm/runtime/atomic.hpp
src/share/vm/runtime/biasedLocking.cpp
src/share/vm/runtime/deoptimization.cpp
src/share/vm/runtime/deoptimization.hpp
src/share/vm/runtime/dtraceJSDT.cpp
src/share/vm/runtime/dtraceJSDT.hpp
src/share/vm/runtime/fprofiler.cpp
src/share/vm/runtime/fprofiler.hpp
src/share/vm/runtime/frame.cpp
src/share/vm/runtime/frame.hpp
src/share/vm/runtime/globals.cpp
src/share/vm/runtime/globals.hpp
src/share/vm/runtime/globals_extension.hpp
src/share/vm/runtime/hpi.cpp
src/share/vm/runtime/init.cpp
src/share/vm/runtime/java.cpp
src/share/vm/runtime/java.hpp
src/share/vm/runtime/jniHandles.cpp
src/share/vm/runtime/mutex.cpp
src/share/vm/runtime/mutex.hpp
src/share/vm/runtime/mutexLocker.cpp
src/share/vm/runtime/mutexLocker.hpp
src/share/vm/runtime/os.cpp
src/share/vm/runtime/os.hpp
src/share/vm/runtime/reflection.cpp
src/share/vm/runtime/sharedRuntime.cpp
src/share/vm/runtime/sharedRuntime.hpp
src/share/vm/runtime/stubCodeGenerator.cpp
src/share/vm/runtime/task.cpp
src/share/vm/runtime/task.hpp
src/share/vm/runtime/thread.cpp
src/share/vm/runtime/vframe.cpp
src/share/vm/runtime/vframe.hpp
src/share/vm/runtime/vframe_hp.cpp
src/share/vm/runtime/vmStructs.cpp
src/share/vm/runtime/vm_operations.hpp
src/share/vm/runtime/vm_version.cpp
src/share/vm/runtime/vm_version.hpp
src/share/vm/services/heapDumper.cpp
src/share/vm/services/threadService.cpp
src/share/vm/utilities/copy.hpp
src/share/vm/utilities/debug.cpp
src/share/vm/utilities/globalDefinitions.cpp
src/share/vm/utilities/globalDefinitions.hpp
src/share/vm/utilities/globalDefinitions_sparcWorks.hpp
src/share/vm/utilities/ostream.cpp
src/share/vm/utilities/ostream.hpp
src/share/vm/utilities/taskqueue.hpp
src/share/vm/utilities/vmError.cpp
test/compiler/6659207/Test.java
test/compiler/6661247/Test.java
test/compiler/6663621/IVTest.java
--- a/agent/make/Makefile Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/make/Makefile Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
#
-# Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.
+# Copyright 2000-2008 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
--- a/agent/src/os/linux/ps_core.c Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/os/linux/ps_core.c Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2003-2008 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
--- a/agent/src/os/linux/ps_proc.c Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/os/linux/ps_proc.c Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2003-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/CommandProcessor.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/CommandProcessor.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2005-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/HSDB.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/HSDB.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/HotSpotTypeDataBase.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/HotSpotTypeDataBase.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/SALauncherLoader.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/SALauncherLoader.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2005-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/bugspot/Main.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/bugspot/Main.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2001-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapSet.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapSet.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapValue.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapValue.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapVisitor.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapVisitor.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/Address.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/Address.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/Debugger.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerBase.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/DebuggerBase.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2001-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/JVMDebugger.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/JVMDebugger.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescription.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescription.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionAMD64.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionAMD64.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2003-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIA64.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIA64.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2003-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIntelX86.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionIntelX86.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC32Bit.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC32Bit.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC64Bit.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC64Bit.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxAddress.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxAddress.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebugger.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebugger.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebuggerLocal.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebuggerLocal.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2004 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyAddress.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyAddress.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxAddress.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxAddress.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebugger.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebugger.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2006 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcAddress.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcAddress.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebugger.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebugger.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2004 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteAddress.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteAddress.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2004 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerServer.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerServer.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Address.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Address.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Debugger.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Debugger.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32DebuggerLocal.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32DebuggerLocal.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2004 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgAddress.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgAddress.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebugger.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebugger.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebuggerLocal.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebuggerLocal.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2002-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/jdi/SAJDIClassLoader.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/jdi/SAJDIClassLoader.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2003-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/memory/BinaryTreeDictionary.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/memory/BinaryTreeDictionary.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,6 +1,6 @@
/*
* @(#)BinaryTreeDictionary.java
- * Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2003-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/memory/DefNewGeneration.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/memory/DefNewGeneration.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/memory/FreeChunk.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/memory/FreeChunk.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2003-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/memory/FreeList.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/memory/FreeList.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,7 +1,7 @@
/*
* @(#)FreeList.java
*
- * Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/memory/LinearAllocBlock.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/memory/LinearAllocBlock.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,6 +1,6 @@
/*
* @(#)BinaryTreeDictionary.java
- * Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/memory/SystemDictionary.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/memory/SystemDictionary.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2001-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/Array.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/Array.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPool.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPool.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCache.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCache.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheKlass.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheKlass.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolKlass.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolKlass.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/DefaultOopVisitor.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/DefaultOopVisitor.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/Instance.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/Instance.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2003 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/Klass.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/Klass.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/Mark.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/Mark.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2001-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArray.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArray.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2004 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogram.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogram.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogramElement.java Fri Jun 20 08:44:58 2008 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHistogramElement.java Wed Jul 02 12:55:16 2008 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 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
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/Oop.java Fri Jun 20 08:44:5