hg: jdk9/hs/hotspot: 12 new changesets

christian.thalinger at oracle.com christian.thalinger at oracle.com
Fri May 30 20:05:57 UTC 2014


Changeset: 279b06e56692
Author:    neliasso
Date:      2014-05-21 11:25 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/279b06e56692

8031475: Missing oopmap in patching stubs
Summary: Add patch test for lir_checkcast in compute_oop_map
Reviewed-by: roland, twisti

! src/share/vm/c1/c1_LIR.cpp
! src/share/vm/c1/c1_LIR.hpp
! src/share/vm/c1/c1_LIRAssembler.cpp
! src/share/vm/c1/c1_LIRAssembler.hpp
! src/share/vm/c1/c1_LinearScan.cpp

Changeset: dc8ee0a9f276
Author:    twisti
Date:      2014-05-23 09:22 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dc8ee0a9f276

Merge

- test/runtime/7110720/Test7110720.sh
- test/runtime/SharedArchiveFile/CdsWriteError.java
- test/testlibrary/com/oracle/java/testlibrary/DynamicVMOptionChecker.java
- test/testlibrary/com/oracle/java/testlibrary/TestDynamicVMOption.java

Changeset: 53770f36ebdd
Author:    iignatyev
Date:      2014-05-24 00:04 +0400
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/53770f36ebdd

8032970: Add stack size check methods to WhiteBox API
Reviewed-by: twisti, kvn, iignatyev
Contributed-by: kirill.shirokov at oracle.com

! src/share/vm/prims/whitebox.cpp
! test/TEST.groups
+ test/runtime/whitebox/WBStackSize.java
! test/testlibrary/whitebox/sun/hotspot/WhiteBox.java

Changeset: 6f98662f1725
Author:    roland
Date:      2014-05-26 10:48 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/6f98662f1725

8042557: compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed
Summary: larger heap size, bug fix when trying to exhaust memory
Reviewed-by: vlivanov, twisti, kvn

! test/compiler/uncommontrap/TestSpecTrapClassUnloading.java

Changeset: 3a210a641062
Author:    roland
Date:      2014-05-26 14:27 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3a210a641062

8043638: Multiple compilation attempts break LogCompulation, lead to confusing PrintInlining output
Summary: dumps inlining only for last compilation attempt. Fix LogCompilation tool so it handles multiple compilation attempts.
Reviewed-by: vlivanov, kvn

! src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/CallSite.java
! src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/Compilation.java
! src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/LogParser.java
! src/share/vm/opto/c2compiler.cpp
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/compile.hpp

Changeset: 140b7b205a04
Author:    iignatyev
Date:      2014-05-26 19:05 +0400
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/140b7b205a04

8038924: Test bit-instructions fails with unexpected exit value on sparc
Reviewed-by: kvn, iignatyev
Contributed-by: filipp.zhinkin at oracle.com

! test/compiler/arguments/BMICommandLineOptionTestBase.java
! test/compiler/arguments/BMISupportedCPUTest.java
! test/compiler/arguments/BMIUnsupportedCPUTest.java
! test/compiler/arguments/TestUseCountTrailingZerosInstructionOnSupportedCPU.java
! test/compiler/arguments/TestUseCountTrailingZerosInstructionOnUnsupportedCPU.java

Changeset: 539e0059f825
Author:    mikael
Date:      2014-05-27 16:05 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/539e0059f825

8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp
Reviewed-by: coleenp, lfoltan, kvn

! src/cpu/sparc/vm/copy_sparc.hpp

Changeset: 102506d9d873
Author:    iignatyev
Date:      2014-05-28 14:42 +0400
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/102506d9d873

8043899: compiler/5091921/Test7005594.java fails if specified -Xmx is less than 1600m
Reviewed-by: kvn, twisti, vlivanov

! test/compiler/5091921/Test7005594.java
! test/compiler/5091921/Test7005594.sh

Changeset: dd46a4a1299c
Author:    iveresov
Date:      2014-05-28 07:59 -1000
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/dd46a4a1299c

8044090: C1: Old value instead of new one is passed to post-barrier in UnsafeGetAndSetObject
Summary: Pass correct value to post-barrier in UnsafeGetAndSetObject
Reviewed-by: roland, vlivanov

! src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp

Changeset: 39e7fbc6d865
Author:    vlivanov
Date:      2014-05-29 09:41 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/39e7fbc6d865

8034935: JSR 292 support for PopFrame has a fragile coupling with DirectMethodHandle
Reviewed-by: twisti, jrose, sspitsyn

! src/share/vm/interpreter/interpreterRuntime.cpp

Changeset: ee47d1257510
Author:    twisti
Date:      2014-05-30 09:49 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/ee47d1257510

Merge

! test/TEST.groups
- 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: 6a115a18858f
Author:    twisti
Date:      2014-05-30 10:07 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/6a115a18858f

Merge




More information about the jdk9-hs-changes mailing list