hg: jdk9/hs-gc/hotspot: 10 new changesets

jon.masamitsu at oracle.com jon.masamitsu at oracle.com
Mon Jun 2 14:46:20 UTC 2014


Changeset: 2c2aa6de8f60
Author:    coleenp
Date:      2014-05-21 14:36 -0400
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c2aa6de8f60

8042727: nsk/jdb/unwatch/unwatch001 crash in InstanceKlass::methods_do(void (*)(Method*))
Summary: Only walk methods in instanceklass if the class is loaded
Reviewed-by: dholmes, fparain

! src/share/vm/classfile/classLoaderData.cpp
! src/share/vm/compiler/compilerOracle.cpp
! src/share/vm/compiler/compilerOracle.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/runtime/java.cpp

Changeset: bef7fbf0fad0
Author:    allwin
Date:      2014-05-22 09:12 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bef7fbf0fad0

8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method
Reviewed-by: dholmes, sspitsyn

! src/share/vm/prims/jvmtiEnv.cpp
! test/TEST.groups
+ test/serviceability/jvmti/GetObjectSizeOverflow.java
+ test/serviceability/jvmti/GetObjectSizeOverflowAgent.java

Changeset: 886599d8f918
Author:    lfoltan
Date:      2014-05-22 11:36 -0400
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/886599d8f918

8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
Summary: Factor out definitions of copysignA and scalbnA into new file sharedRuntimeMath.hpp
Reviewed-by: dholmes, coleenp, kvn

+ src/share/vm/runtime/sharedRuntimeMath.hpp
! src/share/vm/runtime/sharedRuntimeTrans.cpp
! src/share/vm/runtime/sharedRuntimeTrig.cpp

Changeset: 16432bba405a
Author:    dsamersoff
Date:      2014-05-22 13:22 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/16432bba405a

8042155: [TESTBUG] Tests for stack guard pages have to be cleaned up
Summary: Tests for 6929067 and 8009062 should be composed to single test that provide better testing for stack guard pages behaviour
Reviewed-by: coleenp, dcubed, dsimms

- test/runtime/6929067/T.java
- test/runtime/6929067/Test6929067.sh
- test/runtime/6929067/invoke.c
- test/runtime/InitialThreadOverflow/DoOverflow.java
- test/runtime/InitialThreadOverflow/invoke.c
- test/runtime/InitialThreadOverflow/testme.sh
+ test/runtime/StackGuardPages/DoOverflow.java
+ test/runtime/StackGuardPages/invoke.c
+ test/runtime/StackGuardPages/testme.sh

Changeset: 74ca2ce0f7d7
Author:    coleenp
Date:      2014-05-23 16:43 -0400
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/74ca2ce0f7d7

Merge

- test/runtime/6929067/T.java
- test/runtime/6929067/Test6929067.sh
- test/runtime/6929067/invoke.c
- test/runtime/InitialThreadOverflow/DoOverflow.java
- test/runtime/InitialThreadOverflow/invoke.c
- test/runtime/InitialThreadOverflow/testme.sh

Changeset: c07a0d0a06ca
Author:    coleenp
Date:      2014-05-23 16:54 -0400
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/c07a0d0a06ca

8043925: Fix typo in verifier.cpp
Summary: Fix lookupswitch
Reviewed-by: sla, coleenp
Contributed-by: ygaevsky at azulsystems.com

! src/share/vm/classfile/verifier.cpp

Changeset: b7db78671db9
Author:    coleenp
Date:      2014-05-23 21:34 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b7db78671db9

Merge


Changeset: 385699caea74
Author:    minqi
Date:      2014-05-27 08:44 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/385699caea74

8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
Summary: In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same.
Reviewed-by: dholmes, iklam, jiangli, coleenp
Contributed-by: yumin.qi at oracle.com

! src/share/vm/memory/metaspace.cpp

Changeset: f2fd0ad01e7d
Author:    jmasa
Date:      2014-05-29 13:01 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f2fd0ad01e7d

Merge


Changeset: dfeba022fa92
Author:    jmasa
Date:      2014-06-02 06:29 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/dfeba022fa92

Merge

- test/gc/g1/TestStringDeduplicationMemoryUsage.java



More information about the jdk9-all-changes mailing list