hg: jdk7/hotspot-comp/hotspot: 17 new changesets

vladimir.kozlov at sun.com vladimir.kozlov at sun.com
Tue Mar 31 13:40:50 PDT 2009


Changeset: 2314b7336582
Author:    tonyp
Date:      2009-03-21 22:53 -0400
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/2314b7336582

6820321: G1: Error: guarantee(check_nums(total, n, parts), "all seq lengths should match")
Summary: Small fixes to sort out some verbosegc-related incorrectness and a failure
Reviewed-by: apetrusenko

! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1RemSet.cpp

Changeset: 59f139e8a8d1
Author:    tonyp
Date:      2009-03-25 10:36 -0400
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/59f139e8a8d1

Merge


Changeset: 54782a4cd321
Author:    poonam
Date:      2009-03-15 18:11 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/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-comp/hotspot/rev/8ce995316d10

Merge


Changeset: 4aaa9f5e02a8
Author:    acorn
Date:      2009-03-18 17:20 -0400
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/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-comp/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-comp/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-comp/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-comp/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-comp/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-comp/hotspot/rev/fe62b51b93f4

Merge


Changeset: 520d43965b1f
Author:    ikrylov
Date:      2009-03-27 01:35 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/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-comp/hotspot/rev/0aeec7d15d30

Merge


Changeset: 1b1e8f1a4fe8
Author:    xdono
Date:      2009-03-19 13:25 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/1b1e8f1a4fe8

Added tag jdk7-b51 for changeset 2581d90c6c9b

! .hgtags

Changeset: 00bcc4b01dde
Author:    trims
Date:      2009-03-27 16:54 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/00bcc4b01dde

Merge


Changeset: 9ab385cb0c42
Author:    trims
Date:      2009-03-27 16:58 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/9ab385cb0c42

6823377: Bump HS15 build number to 04
Summary: Update the HS15 Build number to 04
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: d3676b4cb78c
Author:    kvn
Date:      2009-03-31 10:02 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/d3676b4cb78c

Merge

! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/klassVtable.cpp
! src/share/vm/oops/klassVtable.hpp
! src/share/vm/prims/jvm.cpp




More information about the jdk7-changes mailing list