hg: jdk7/hotspot/hotspot: 11 new changesets
karen.kinnear at sun.com
karen.kinnear at sun.com
Fri Mar 27 16:29:32 PDT 2009
Changeset: 54782a4cd321
Author: poonam
Date: 2009-03-15 18:11 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/54782a4cd321
6812971: SA: re-attaching to process fails
Summary: After attaching, de-attaching SA from a process, the second time attach() call fails. This happens because in VM.initialize(), Universe does not get re-initialized before it is accessed.
Reviewed-by: swamyv
! agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java
Changeset: 8ce995316d10
Author: acorn
Date: 2009-03-16 08:50 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/8ce995316d10
Merge
Changeset: 4aaa9f5e02a8
Author: acorn
Date: 2009-03-18 17:20 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/4aaa9f5e02a8
4766230: Hotspot vtable inconsistencies cause core dumps. 6579515. 6582242.
Reviewed-by: kamg, coleenp
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/klassVtable.cpp
! src/share/vm/oops/klassVtable.hpp
Changeset: e55bcaf3a6a1
Author: acorn
Date: 2009-03-20 11:23 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/e55bcaf3a6a1
6819853: VM does not detect JDK which supports parallel class loaders
Reviewed-by: coleenp, pbk, xlu, alanb
! src/share/vm/classfile/vmSymbols.hpp
Changeset: c664a0794f85
Author: coleenp
Date: 2009-03-20 22:08 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/c664a0794f85
6805748: Assertion "don't reset to 0 -- could be mistaken for never-executed" in CompilationPolicy
Summary: Resetting the invocation counter for a method invocation event was setting count to zero for CompileThreshold=1, making it look like a never executed method.
Reviewed-by: phh, kamg, acorn, never
! src/share/vm/interpreter/invocationCounter.cpp
Changeset: 60bfce711da4
Author: acorn
Date: 2009-03-23 10:42 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/60bfce711da4
Merge
! agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java
! src/share/vm/classfile/vmSymbols.hpp
Changeset: 6bdd6923ba16
Author: coleenp
Date: 2009-03-25 14:19 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/6bdd6923ba16
6541756: Reduce executable C-heap
Summary: Add executable parameters to reserve_memory and commit_memory to reduce executable memory to only the Code Heap.
Reviewed-by: xlu, kvn, acorn
! src/os/linux/vm/os_linux.cpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/windows/vm/os_windows.cpp
! src/share/vm/memory/heap.cpp
! src/share/vm/runtime/os.hpp
! src/share/vm/runtime/virtualspace.cpp
! src/share/vm/runtime/virtualspace.hpp
Changeset: 715dceaa89b7
Author: acorn
Date: 2009-03-25 13:09 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/715dceaa89b7
6603316: Improve instrumentation for classes loaded at startup
Reviewed-by: xlu, mchung
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/prims/jni.cpp
! src/share/vm/prims/jvm.cpp
! src/share/vm/prims/jvm_misc.hpp
Changeset: fe62b51b93f4
Author: acorn
Date: 2009-03-26 16:00 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/fe62b51b93f4
Merge
Changeset: 520d43965b1f
Author: ikrylov
Date: 2009-03-27 01:35 -0500
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/520d43965b1f
6812297: update project creation for Visual Studio 2005-2008
Summary: Add 2 news classes to create VC8 and VC9 projects
Reviewed-by: apetrusenko, xlu
! make/windows/build_vm_def.sh
! make/windows/create.bat
! make/windows/makefiles/adlc.make
! make/windows/makefiles/compile.make
! make/windows/makefiles/makedeps.make
! make/windows/makefiles/rules.make
! src/share/tools/MakeDeps/WinGammaPlatformVC7.java
+ src/share/tools/MakeDeps/WinGammaPlatformVC8.java
+ src/share/tools/MakeDeps/WinGammaPlatformVC9.java
! src/share/vm/utilities/globalDefinitions_visCPP.hpp
Changeset: 0aeec7d15d30
Author: acorn
Date: 2009-03-27 14:35 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/0aeec7d15d30
Merge
More information about the jdk7-changes
mailing list