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

vladimir.kozlov at sun.com vladimir.kozlov at sun.com
Thu Dec 11 23:14:03 PST 2008


Changeset: 85f1b9537f70
Author:    iveresov
Date:      2008-12-03 14:18 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/85f1b9537f70

6779436: NUMA allocator: libnuma expects certain size of the buffer in numa_node_to_cpus()
Summary: In os::Linux::rebuild_cpu_to_node_map() fix the size of the CPU bitmap. Fixed arithmetic in MutableNUMASpace::adaptive_chunk_size() that could cause overflows and underflows of the chunk_size variable.
Reviewed-by: apetrusenko

! src/os/linux/vm/os_linux.cpp
! src/os/linux/vm/os_linux.hpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/solaris/vm/os_solaris.hpp
! src/os/windows/vm/os_windows.cpp
! src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp
! src/share/vm/runtime/globals.hpp

Changeset: ab25f609be4a
Author:    jmasa
Date:      2008-12-04 09:04 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/ab25f609be4a

Merge


Changeset: 8a0c882e46d6
Author:    jmasa
Date:      2008-12-04 13:21 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/8a0c882e46d6

Merge


Changeset: dc16daa0329d
Author:    poonam
Date:      2008-12-04 17:29 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/dc16daa0329d

6739363: Xcheck jni doesn't check native function arguments
Summary: Fix adds support for verifying arguments with -Xcheck:jni.
Reviewed-by: coleenp

! src/os/windows/vm/os_windows.cpp
! src/share/vm/includeDB_core
! src/share/vm/includeDB_features
! src/share/vm/prims/jniCheck.cpp
! src/share/vm/prims/jniCheck.hpp
! src/share/vm/runtime/javaCalls.cpp
! src/share/vm/runtime/javaCalls.hpp
! src/share/vm/runtime/sharedRuntime.cpp

Changeset: 63d1bf926938
Author:    poonam
Date:      2008-12-04 17:48 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/63d1bf926938

Merge

- src/share/vm/gc_implementation/concurrentMarkSweep/concurrentGCThread.cpp
- src/share/vm/gc_implementation/concurrentMarkSweep/concurrentGCThread.hpp

Changeset: 8724fb00c422
Author:    blacklion
Date:      2008-12-05 15:06 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/8724fb00c422

Merge

! src/os/windows/vm/os_windows.cpp
! src/share/vm/includeDB_core

Changeset: 2e4f74ff86a1
Author:    xdono
Date:      2008-12-04 11:10 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/2e4f74ff86a1

Added tag jdk7-b41 for changeset f9d938ede196

! .hgtags

Changeset: 7cee1a61ffd7
Author:    trims
Date:      2008-12-05 15:32 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/7cee1a61ffd7

Merge


Changeset: 3c4d36b4a7ac
Author:    trims
Date:      2008-12-05 15:45 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/3c4d36b4a7ac

6781742: Bump HS14 build number to 09
Summary: Update Hotspot 14 build number to b09
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 7b920868b475
Author:    coleenp
Date:      2008-12-08 15:50 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/7b920868b475

6773838: There is no calling stack for Compiler thread in hs_err file on x86
Summary: On solaris, the inline assembly wasn't being processed.  Added volatile to il file fixed it.
Reviewed-by: phh, kvn

! src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp
! src/os_cpu/solaris_x86/vm/solaris_x86_32.il
! src/os_cpu/solaris_x86/vm/solaris_x86_64.il

Changeset: 3ad2b8576c4a
Author:    coleenp
Date:      2008-12-09 09:55 -0500
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/3ad2b8576c4a

6689685: Hotspot crash error message should include libraries version
Summary: Print out JDK/JRE version that hotspot knows about.
Reviewed-by: kamg, blacklion, acorn, alanb

! src/share/vm/utilities/vmError.cpp

Changeset: 7b75310e57e2
Author:    kvn
Date:      2008-12-11 17:20 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/7b75310e57e2

Merge

! src/share/vm/runtime/globals.hpp




More information about the jdk7-changes mailing list