hg: jdk9/hs-comp/hotspot: 29 new changesets
rickard.backman at oracle.com
rickard.backman at oracle.com
Tue Jul 19 12:33:59 UTC 2016
Changeset: 2cd9adeec880
Author: jwilhelm
Date: 2016-06-21 19:35 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2cd9adeec880
8048093: Explicitly setting := vs = in the -XX:+PrintFlagsFinal output
Reviewed-by: kvn, gziemski
! src/share/vm/gc/shared/collectorPolicy.cpp
! src/share/vm/runtime/globals.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/globals_extension.hpp
! test/compiler/arguments/CheckCICompilerCount.java
! test/compiler/arguments/CheckCompileThresholdScaling.java
! test/gc/metaspace/TestMetaspaceSizeFlags.java
Changeset: ad63d778ed39
Author: jwilhelm
Date: 2016-06-21 19:37 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/ad63d778ed39
8024137: Flags should be set using the proper macro
Reviewed-by: sangheki, drwhite, jmasa
! src/share/vm/gc/g1/g1YoungGenSizer.cpp
! src/share/vm/gc/shared/collectorPolicy.cpp
! src/share/vm/gc/shared/collectorPolicy.hpp
Changeset: 640529d7d9e2
Author: dsamersoff
Date: 2016-07-13 10:51 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/640529d7d9e2
8134434: JVM_DoPrivileged() fires assert(_exception_caught == false) failed: _exception_caught is out of phase
Summary: Explicitly set exception detected inside rethrow_C
Reviewed-by: goetz, sspitsyn
Contributed-by: richard.reingruber at sap.com
! src/share/vm/opto/runtime.cpp
+ test/serviceability/jvmti/ExceptionCaughtOutOfPhase/ExceptionCaughtOutOfPhaseTest.java
Changeset: 16d35fd6cf9d
Author: andrew
Date: 2016-07-07 18:40 +0100
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/16d35fd6cf9d
8156980: Hotspot build doesn't have -std=gnu++98 gcc option
8157358: Syntax error in TOOLCHAIN_CHECK_COMPILER_VERSION
Summary: Add flags for GCC 6 to JVM_CFLAGS and fix prefix handling
Reviewed-by: erikj, kbarrett
! make/gensrc/GensrcAdlc.gmk
Changeset: c1ee9fefb768
Author: ccheung
Date: 2016-07-13 18:26 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/c1ee9fefb768
8159901: missing newline char in the exception messages in diagnosticArgument.cpp
Reviewed-by: fparain, egahlin, iklam
! src/share/vm/services/diagnosticArgument.cpp
Changeset: 73701f973b4d
Author: mchernov
Date: 2016-07-12 15:06 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/73701f973b4d
8158508: gc/logging/TestUnifiedLoggingSwitchStress.java timeout
Reviewed-by: jmasa, tschatzl
! test/gc/logging/TestUnifiedLoggingSwitchStress.java
Changeset: e412eaf10e27
Author: tschatzl
Date: 2016-07-15 13:33 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/e412eaf10e27
8160897: Concurrent mark mark stack memory allocation leaks memory
Summary: Fix and clean up concurrent mark mark stack memory allocation.
Reviewed-by: jmasa, sangheki
! src/share/vm/gc/g1/g1ConcurrentMark.cpp
! src/share/vm/gc/g1/g1ConcurrentMark.hpp
! src/share/vm/gc/g1/g1ConcurrentMark.inline.hpp
! src/share/vm/memory/virtualspace.cpp
Changeset: f9dcefa42da3
Author: psandoz
Date: 2016-07-15 12:36 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f9dcefa42da3
8151163: All Buffer implementations should leverage Unsafe unaligned accessors
Reviewed-by: shade, aph
+ test/compiler/intrinsics/unsafe/ByteBufferTest.java
+ test/compiler/intrinsics/unsafe/DirectByteBufferTest.java
! test/compiler/intrinsics/unsafe/HeapByteBufferTest.java
Changeset: 4b21fcb88ff0
Author: psandoz
Date: 2016-07-15 12:40 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/4b21fcb88ff0
Merge
Changeset: de52fd366408
Author: mhaupt
Date: 2016-07-12 10:39 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/de52fd366408
8161032: GPL header incorrect - address wrong - not swapped in licensee bundles
Reviewed-by: dholmes, kvn
! src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/UncommonTrap.java
Changeset: 23f9f75195b5
Author: amurillo
Date: 2016-07-12 10:03 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/23f9f75195b5
Merge
Changeset: d20d5dd3c99e
Author: amurillo
Date: 2016-07-07 19:00 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/d20d5dd3c99e
Merge
Changeset: 352357128f60
Author: amurillo
Date: 2016-07-12 21:14 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/352357128f60
Merge
Changeset: 27f732a0a63c
Author: amurillo
Date: 2016-07-14 15:47 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/27f732a0a63c
Added tag jdk-9+127 for changeset 352357128f60
! .hgtags
Changeset: 22bf6db9767b
Author: amurillo
Date: 2016-07-14 16:21 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/22bf6db9767b
Merge
Changeset: ba34c407a6ea
Author: amurillo
Date: 2016-07-15 09:05 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/ba34c407a6ea
Merge
Changeset: 1759a8a77cb5
Author: amurillo
Date: 2016-07-15 09:10 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/1759a8a77cb5
Merge
Changeset: 1fba59da0199
Author: dcubed
Date: 2016-07-15 09:36 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/1fba59da0199
8160997: Solaris: deprecated <pwd.h> and <gid.h> interfaces should be replaced
Summary: Use final POSIX 1003.1c versions of getgrgid_r(), getgrnam_r(), getpwnam_r(), and getpwuid_r().
Reviewed-by: alanb, dcubed, simonis, dholmes
Contributed-by: alan.burlison at oracle.com
! src/os/solaris/vm/os_solaris.cpp
! src/os/solaris/vm/perfMemory_solaris.cpp
! src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp
! src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp
Changeset: 6467cae916f2
Author: dcubed
Date: 2016-07-15 18:09 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/6467cae916f2
Merge
Changeset: 569c587c5935
Author: gthornbr
Date: 2016-07-15 10:25 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/569c587c5935
8081770: [TESTBUG] regression Test7107135 needs to remove dependence on locally installed gcc
Reviewed-by: cjplummer, dcubed
! make/test/JtregNative.gmk
- test/runtime/7107135/Test.java
- test/runtime/7107135/Test7107135.sh
- test/runtime/7107135/TestMT.java
- test/runtime/7107135/test.c
+ test/runtime/execstack/Test.java
+ test/runtime/execstack/TestMT.java
+ test/runtime/execstack/Testexecstack.java
+ test/runtime/execstack/libtest-rw.c
+ test/runtime/execstack/libtest-rwx.c
Changeset: a0cdf5e20489
Author: gthornbr
Date: 2016-07-15 10:31 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/a0cdf5e20489
8144279: [TESTBUG] hotspot/runtime/jsig/Test8017498.sh should use native library build support
Reviewed-by: ccheung, cjplummer, dcubed
! make/test/JtregNative.gmk
- test/runtime/jsig/Test8017498.sh
- test/runtime/jsig/TestJNI.c
+ test/runtime/jsig/libTestJNI.c
Changeset: b08a2a6286f1
Author: gthornbr
Date: 2016-07-15 10:46 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/b08a2a6286f1
8144278: [TESTBUG] hotspot/runtime/StackGuardPages/testme.sh should use native library build support
Reviewed-by: erikj, dsamersoff, dholmes
! make/test/JtregNative.gmk
+ test/runtime/StackGuardPages/exeinvoke.c
- test/runtime/StackGuardPages/invoke.c
! test/runtime/StackGuardPages/testme.sh
Changeset: 8642fc8a319c
Author: dcubed
Date: 2016-07-15 17:05 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8642fc8a319c
Merge
- test/runtime/7107135/Test.java
- test/runtime/7107135/Test7107135.sh
- test/runtime/7107135/TestMT.java
- test/runtime/7107135/test.c
- test/runtime/StackGuardPages/invoke.c
- test/runtime/jsig/Test8017498.sh
- test/runtime/jsig/TestJNI.c
Changeset: bd8c7a2bd3c3
Author: igerasim
Date: 2016-07-16 23:10 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bd8c7a2bd3c3
8160892: Race at the VM exit causes "WaitForMultipleObjects timed out"
Reviewed-by: dcubed, dholmes
! src/os/windows/vm/os_windows.cpp
Changeset: 332f49de944a
Author: mgerdin
Date: 2016-07-18 14:30 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/332f49de944a
8161027: GPL header missing comma after year
Reviewed-by: redestad, dholmes
! src/share/vm/utilities/resourceHash.cpp
! src/share/vm/utilities/resourceHash.hpp
Changeset: 552ef60b5f47
Author: dcubed
Date: 2016-07-18 14:20 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/552ef60b5f47
8161173: quarantine compiler/arraycopy/TestEliminatedArrayCopyDeopt.java
8161174: quarantine gc/stress/TestStressG1Humongous.java on 32-bit
8161175: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java on 32-bit
Reviewed-by: sspitsyn, jmasa, gtriantafill
! test/compiler/arraycopy/TestEliminatedArrayCopyDeopt.java
! test/gc/stress/TestStressG1Humongous.java
! test/serviceability/dcmd/compiler/CompilerQueueTest.java
Changeset: 27bf57ad3d72
Author: tschatzl
Date: 2016-07-19 10:31 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/27bf57ad3d72
8034842: Parallelize the Free CSet phase in G1
Reviewed-by: jmasa, ehelin
! src/share/vm/gc/g1/g1CollectedHeap.cpp
! src/share/vm/gc/g1/g1CollectedHeap.hpp
! src/share/vm/gc/g1/g1ConcurrentMark.cpp
! src/share/vm/gc/g1/g1DefaultPolicy.cpp
! src/share/vm/gc/g1/g1GCPhaseTimes.cpp
! src/share/vm/gc/g1/g1GCPhaseTimes.hpp
! src/share/vm/gc/g1/g1MarkSweep.cpp
! src/share/vm/gc/g1/heapRegion.cpp
! src/share/vm/gc/g1/heapRegion.hpp
! test/gc/g1/TestGCLogMessages.java
Changeset: cf03be81f5c4
Author: tschatzl
Date: 2016-07-19 09:30 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/cf03be81f5c4
8157459: G1 IHOP JFR event attribute with incorrect content type
Summary: Use PERCENTAGE instead of BYTES64 data type for the affected attributes.
Reviewed-by: ehelin, sangheki
! src/share/vm/gc/shared/gcTraceSend.cpp
! src/share/vm/trace/traceevents.xml
Changeset: f8e096377840
Author: rbackman
Date: 2016-07-19 13:15 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f8e096377840
Merge
! make/test/JtregNative.gmk
! src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp
! src/share/vm/runtime/globals.hpp
! test/compiler/arguments/CheckCICompilerCount.java
! test/compiler/arguments/CheckCompileThresholdScaling.java
! test/compiler/arraycopy/TestEliminatedArrayCopyDeopt.java
- test/compiler/c1/6478991/NullCheckTest.java
- test/compiler/c1/6579789/Test6579789.java
- test/compiler/c1/6756768/Test6756768.java
- test/compiler/c1/6756768/Test6756768_2.java
- test/compiler/c1/6757316/Test6757316.java
- test/compiler/c1/6758234/Test6758234.java
- test/compiler/c1/6769124/TestArrayCopy6769124.java
- test/compiler/c1/6769124/TestDeoptInt6769124.java
- test/compiler/c1/6769124/TestUnalignedLoad6769124.java
- test/compiler/c1/6795465/Test6795465.java
- test/compiler/c1/6849574/Test.java
- test/compiler/c1/6855215/Test6855215.java
- test/compiler/c1/6932496/Test6932496.java
- test/compiler/c1/7042153/Test7042153.java
- test/compiler/c1/7090976/Test7090976.java
- test/compiler/c1/7103261/Test7103261.java
- test/compiler/c1/7123108/Test7123108.java
- test/compiler/c1/8004051/Test8004051.java
- test/compiler/c1/8011706/Test8011706.java
- test/compiler/c1/8011771/Test8011771.java
- test/compiler/c2/5057225/Test5057225.java
- test/compiler/c2/5091921/Test5091921.java
- test/compiler/c2/5091921/Test6186134.java
- test/compiler/c2/5091921/Test6196102.java
- test/compiler/c2/5091921/Test6357214.java
- test/compiler/c2/5091921/Test6559156.java
- test/compiler/c2/5091921/Test6753639.java
- test/compiler/c2/5091921/Test6850611.java
- test/compiler/c2/5091921/Test6890943.java
- test/compiler/c2/5091921/Test6897150.java
- test/compiler/c2/5091921/Test6905845.java
- test/compiler/c2/5091921/Test6931567.java
- test/compiler/c2/5091921/Test6935022.java
- test/compiler/c2/5091921/Test6959129.java
- test/compiler/c2/5091921/Test6985295.java
- test/compiler/c2/5091921/Test6992759.java
- test/compiler/c2/5091921/Test7005594.java
- test/compiler/c2/5091921/Test7005594.sh
- test/compiler/c2/5091921/Test7020614.java
- test/compiler/c2/5091921/input6890943.txt
- test/compiler/c2/5091921/output6890943.txt
- test/compiler/c2/6340864/TestByteVect.java
- test/compiler/c2/6340864/TestDoubleVect.java
- test/compiler/c2/6340864/TestFloatVect.java
- test/compiler/c2/6340864/TestIntVect.java
- test/compiler/c2/6340864/TestLongVect.java
- test/compiler/c2/6340864/TestShortVect.java
- test/compiler/c2/6443505/Test6443505.java
- test/compiler/c2/6589834/InlinedArrayCloneTestCase.java
- test/compiler/c2/6589834/Test_ia32.java
- test/compiler/c2/6603011/Test.java
- test/compiler/c2/6636138/Test1.java
- test/compiler/c2/6636138/Test2.java
- test/compiler/c2/6646019/Test.java
- test/compiler/c2/6646020/Tester.java
- test/compiler/c2/6661247/Test.java
- test/compiler/c2/6663621/IVTest.java
- test/compiler/c2/6663848/Tester.java
- test/compiler/c2/6663854/Test6663854.java
- test/compiler/c2/6695810/Test.java
- test/compiler/c2/6700047/Test6700047.java
- test/compiler/c2/6711100/Test.java
- test/compiler/c2/6711117/Test.java
- test/compiler/c2/6712835/Test6712835.java
- test/compiler/c2/6714694/Tester.java
- test/compiler/c2/6724218/Test.java
- test/compiler/c2/6732154/Test6732154.java
- test/compiler/c2/6741738/Tester.java
- test/compiler/c2/6772683/InterruptedTest.java
- test/compiler/c2/6792161/Test6792161.java
- test/compiler/c2/6795362/Test6795362.java
- test/compiler/c2/6796786/Test6796786.java
- test/compiler/c2/6799693/Test.java
- test/compiler/c2/6800154/Test6800154.java
- test/compiler/c2/6805724/Test6805724.java
- test/compiler/c2/6823453/Test.java
- test/compiler/c2/6832293/Test.java
- test/compiler/c2/6837011/Test6837011.java
- test/compiler/c2/6837094/Test.java
- test/compiler/c2/6843752/Test.java
- test/compiler/c2/6851282/Test.java
- test/compiler/c2/6852078/Test6852078.java
- test/compiler/c2/6857159/Test6857159.java
- test/compiler/c2/6863155/Test6863155.java
- test/compiler/c2/6865031/Test.java
- test/compiler/c2/6866651/Test.java
- test/compiler/c2/6877254/Test.java
- test/compiler/c2/6880034/Test6880034.java
- test/compiler/c2/6885584/Test6885584.java
- test/compiler/c2/6894807/IsInstanceTest.java
- test/compiler/c2/6901572/Test.java
- test/compiler/c2/6910484/Test.java
- test/compiler/c2/6910605/Test.java
- test/compiler/c2/6910618/Test.java
- test/compiler/c2/6912517/Test.java
- test/compiler/c2/6916644/Test6916644.java
- test/compiler/c2/6921969/TestMultiplyLongHiZero.java
- test/compiler/c2/6930043/Test6930043.java
- test/compiler/c2/6946040/TestCharShortByteSwap.java
- test/compiler/c2/6956668/Test6956668.java
- test/compiler/c2/6958485/Test.java
- test/compiler/c2/6968348/Test6968348.java
- test/compiler/c2/6973329/Test.java
- test/compiler/c2/7002666/Test7002666.java
- test/compiler/c2/7009359/Test7009359.java
- test/compiler/c2/7017746/Test.java
- test/compiler/c2/7024475/Test7024475.java
- test/compiler/c2/7029152/Test.java
- test/compiler/c2/7041100/Test7041100.java
- test/compiler/c2/7046096/Test7046096.java
- test/compiler/c2/7047069/Test7047069.java
- test/compiler/c2/7048332/Test7048332.java
- test/compiler/c2/7068051/Test7068051.java
- test/compiler/c2/7070134/Stemmer.java
- test/compiler/c2/7070134/words
- test/compiler/c2/7110586/Test7110586.java
- test/compiler/c2/7125879/Test7125879.java
- test/compiler/c2/7160610/Test7160610.java
- test/compiler/c2/7169782/Test7169782.java
- test/compiler/c2/7174363/Test7174363.java
- test/compiler/c2/7177917/Test7177917.java
- test/compiler/c2/7179138/Test7179138_1.java
- test/compiler/c2/7179138/Test7179138_2.java
- test/compiler/c2/7190310/Test7190310.java
- test/compiler/c2/7190310/Test7190310_unsafe.java
- test/compiler/c2/7192963/TestByteVect.java
- test/compiler/c2/7192963/TestDoubleVect.java
- test/compiler/c2/7192963/TestFloatVect.java
- test/compiler/c2/7192963/TestIntVect.java
- test/compiler/c2/7192963/TestLongVect.java
- test/compiler/c2/7192963/TestShortVect.java
- test/compiler/c2/7199742/Test7199742.java
- test/compiler/c2/7200264/Test7200264.sh
- test/compiler/c2/7200264/TestIntVect.java
- test/compiler/c2/8000805/Test8000805.java
- test/compiler/c2/8002069/Test8002069.java
- test/compiler/c2/8004741/Test8004741.java
- test/compiler/c2/8004867/TestIntAtomicCAS.java
- test/compiler/c2/8004867/TestIntAtomicOrdered.java
- test/compiler/c2/8004867/TestIntAtomicVolatile.java
- test/compiler/c2/8004867/TestIntUnsafeCAS.java
- test/compiler/c2/8004867/TestIntUnsafeOrdered.java
- test/compiler/c2/8004867/TestIntUnsafeVolatile.java
- test/compiler/c2/8005956/PolynomialRoot.java
- test/compiler/c2/8007294/Test8007294.java
- test/compiler/c2/8007722/Test8007722.java
- test/compiler/codegen/6378821/Test6378821.java
- test/compiler/codegen/6431242/Test.java
- test/compiler/codegen/6797305/Test6797305.java
- test/compiler/codegen/6814842/Test6814842.java
- test/compiler/codegen/6823354/Test6823354.java
- test/compiler/codegen/6875866/Test.java
- test/compiler/codegen/6879902/Test6879902.java
- test/compiler/codegen/6896617/Test6896617.java
- test/compiler/codegen/6909839/Test6909839.java
- test/compiler/codegen/6935535/Test.java
- test/compiler/codegen/6942326/Test.java
- test/compiler/codegen/7009231/Test7009231.java
- test/compiler/codegen/7088419/CRCTest.java
- test/compiler/codegen/7100757/Test7100757.java
- test/compiler/codegen/7119644/TestBooleanVect.java
- test/compiler/codegen/7119644/TestByteDoubleVect.java
- test/compiler/codegen/7119644/TestByteFloatVect.java
- test/compiler/codegen/7119644/TestByteIntVect.java
- test/compiler/codegen/7119644/TestByteLongVect.java
- test/compiler/codegen/7119644/TestByteShortVect.java
- test/compiler/codegen/7119644/TestByteVect.java
- test/compiler/codegen/7119644/TestCharShortVect.java
- test/compiler/codegen/7119644/TestCharVect.java
- test/compiler/codegen/7119644/TestDoubleVect.java
- test/compiler/codegen/7119644/TestFloatDoubleVect.java
- test/compiler/codegen/7119644/TestFloatVect.java
- test/compiler/codegen/7119644/TestIntDoubleVect.java
- test/compiler/codegen/7119644/TestIntFloatVect.java
- test/compiler/codegen/7119644/TestIntLongVect.java
- test/compiler/codegen/7119644/TestIntVect.java
- test/compiler/codegen/7119644/TestLongDoubleVect.java
- test/compiler/codegen/7119644/TestLongFloatVect.java
- test/compiler/codegen/7119644/TestLongVect.java
- test/compiler/codegen/7119644/TestShortDoubleVect.java
- test/compiler/codegen/7119644/TestShortFloatVect.java
- test/compiler/codegen/7119644/TestShortIntVect.java
- test/compiler/codegen/7119644/TestShortLongVect.java
- test/compiler/codegen/7119644/TestShortVect.java
- test/compiler/codegen/7184394/TestAESBase.java
- test/compiler/codegen/7184394/TestAESDecode.java
- test/compiler/codegen/7184394/TestAESEncode.java
- test/compiler/codegen/7184394/TestAESMain.java
- test/compiler/codegen/8001183/TestCharVect.java
- test/compiler/codegen/8005033/Test8005033.java
- test/compiler/codegen/8011901/Test8011901.java
- test/compiler/codegen/8144028/BitTests.java
- test/compiler/eliminateAutobox/6934604/TestByteBoxing.java
- test/compiler/eliminateAutobox/6934604/TestDoubleBoxing.java
- test/compiler/eliminateAutobox/6934604/TestFloatBoxing.java
- test/compiler/eliminateAutobox/6934604/TestIntBoxing.java
- test/compiler/eliminateAutobox/6934604/TestLongBoxing.java
- test/compiler/eliminateAutobox/6934604/TestShortBoxing.java
- test/compiler/escapeAnalysis/6689060/Test.java
- test/compiler/escapeAnalysis/6716441/Tester.java
- test/compiler/escapeAnalysis/6726999/Test.java
- test/compiler/escapeAnalysis/6775880/Test.java
- test/compiler/escapeAnalysis/6795161/Test.java
- test/compiler/escapeAnalysis/6895383/Test.java
- test/compiler/escapeAnalysis/6896727/Test.java
- test/compiler/interpreter/6539464/Test.java
- test/compiler/interpreter/6833129/Test.java
- test/compiler/interpreter/7116216/LargeFrame.java
- test/compiler/interpreter/7116216/StackOverflow.java
- test/compiler/intrinsics/6982370/Test6982370.java
- test/compiler/intrinsics/8005419/Test8005419.java
- test/compiler/intrinsics/adler32/TestAdler32.java
- test/compiler/intrinsics/class/TestClassIsPrimitive.java
- test/compiler/intrinsics/classcast/NullCheckDroppingsTest.java
- test/compiler/intrinsics/clone/TestObjectClone.java
- test/compiler/intrinsics/crc32/TestCRC32.java
- test/compiler/intrinsics/crc32c/TestCRC32C.java
- test/compiler/intrinsics/hashcode/TestHashCode.java
- test/compiler/intrinsics/montgomerymultiply/MontgomeryMultiplyTest.java
- test/compiler/intrinsics/muladd/TestMulAdd.java
- test/compiler/intrinsics/multiplytolen/TestMultiplyToLen.java
- test/compiler/intrinsics/multiplytolen/TestMultiplyToLenReturnProfile.java
- test/compiler/intrinsics/squaretolen/TestSquareToLen.java
- test/compiler/intrinsics/stringequals/TestStringEqualsBadLength.java
! test/compiler/intrinsics/unsafe/HeapByteBufferTest.java
- test/compiler/jsr292/6990212/Test6990212.java
- test/compiler/jsr292/7082949/Test7082949.java
- test/compiler/loopopts/6659207/Test.java
- test/compiler/loopopts/6855164/Test.java
- test/compiler/loopopts/6860469/Test.java
- test/compiler/loopopts/7044738/Test7044738.java
- test/compiler/loopopts/7052494/Test7052494.java
- test/compiler/native/TestDirtyInt.java
- test/compiler/native/libTestDirtyInt.c
- test/compiler/runtime/6778657/Test.java
- test/compiler/runtime/6826736/Test.java
- test/compiler/runtime/6859338/Test6859338.java
- test/compiler/runtime/6863420/Test.java
- test/compiler/runtime/6865265/StackOverflowBug.java
- test/compiler/runtime/6891750/Test6891750.java
- test/compiler/runtime/6892265/Test.java
- test/compiler/runtime/7088020/Test7088020.java
- test/compiler/runtime/7141637/SpreadNullArg.java
- test/compiler/runtime/7196199/Test7196199.java
- test/compiler/runtime/8010927/Test8010927.java
- test/compiler/runtime/8015436/Test8015436.java
- test/compiler/uncommontrap/8009761/Test8009761.java
More information about the jdk9-all-changes
mailing list