hg: jdk/sandbox: 16 new changesets

chris.hegarty at oracle.com chris.hegarty at oracle.com
Fri Jan 25 17:15:37 UTC 2019


Changeset: df10c5cd5171
Author:    jwilhelm
Date:      2019-01-24 00:43 +0100
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/df10c5cd5171

Added tag jdk-12+29 for changeset 44f41693631f

! .hgtags

Changeset: 376f0e4e6fba
Author:    iignatyev
Date:      2019-01-23 16:25 -0800
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/376f0e4e6fba

8158646: [jittester] generated tests may not compile by javac
Reviewed-by: kvn

! test/hotspot/jtreg/testlibrary/jittester/Makefile
! test/hotspot/jtreg/testlibrary/jittester/conf/default.properties
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/AotTestGeneratorsFactory.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/Automatic.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/ByteCodeGenerator.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/JavaCodeGenerator.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TestsGenerator.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TypeList.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/CastOperatorFactory.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/types/TypeKlass.java

Changeset: 8fd43dacaef7
Author:    iignatyev
Date:      2019-01-23 16:36 -0800
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/8fd43dacaef7

8216180: [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled
Reviewed-by: kvn

! src/hotspot/share/prims/whitebox.cpp
! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/compiler/intrinsics/bigInteger/TestMulAdd.java
! test/jtreg-ext/requires/VMProps.java
! test/lib/sun/hotspot/WhiteBox.java

Changeset: b693b0d2053d
Author:    iveresov
Date:      2019-01-23 16:57 -0800
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/b693b0d2053d

8217678: [AOT] jck Math/IncrementExact and Math/DecrementExact tests fail when test classes are AOTed
Reviewed-by: kvn

! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/IntegerExactExceptionTest.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/StandardGraphBuilderPlugins.java

Changeset: 7ba8ce465804
Author:    iignatyev
Date:      2019-01-23 18:45 -0800
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/7ba8ce465804

8150757: [TESTBUG] compiler/ciReplay/TestVM.sh and compiler/ciReplay/TestVM_no_comp_level.sh fail when no compilations are happening
Reviewed-by: kvn

! test/hotspot/jtreg/compiler/ciReplay/CiReplayBase.java

Changeset: 2134c512a525
Author:    iignatyev
Date:      2018-01-30 16:48 -0800
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/2134c512a525

8167276: jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations
Reviewed-by: kvn

! test/hotspot/jtreg/compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java
! test/jtreg-ext/requires/VMProps.java

Changeset: 7ad61dce3825
Author:    iignatyev
Date:      2019-01-23 20:25 -0800
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/7ad61dce3825

8217699: add java/util/concurrent/CountDownLatch/Basic.java to ProblemList-Xcomp
Reviewed-by: kvn

! test/jdk/ProblemList-Xcomp.txt

Changeset: ca6f11c5acda
Author:    jcm
Date:      2019-01-23 23:24 -0800
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/ca6f11c5acda

8213825: assert(false) failed: Non-balanced monitor enter/exit! Likely JNI locking
Summary: skip sfpt optimization for Load is removed for Java Object's Markword Load.
Reviewed-by: kvn, dlong

! src/hotspot/share/opto/memnode.cpp

Changeset: f618cfbaf35b
Author:    pliden
Date:      2019-01-24 12:23 +0100
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/f618cfbaf35b

8217309: ZGC: Fix ZNMethodTable corruption
Reviewed-by: eosterlund, stefank

! src/hotspot/share/code/nmethod.cpp
! src/hotspot/share/gc/z/zNMethodTable.cpp
! src/hotspot/share/gc/z/zNMethodTable.hpp

Changeset: 6533b2b34593
Author:    jwilhelm
Date:      2019-01-25 00:23 +0100
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/6533b2b34593

8217580: Remove tests from problemList as bugs has been closed
Reviewed-by: iignatyev, mseledtsov

! test/hotspot/jtreg/ProblemList-Xcomp.txt
! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/ProblemList.txt
! test/jdk/ProblemList-Xcomp.txt

Changeset: 2ededfdf9dca
Author:    iignatyev
Date:      2019-01-24 23:52 -0800
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/2ededfdf9dca

8217770: problem list org.graalvm.compiler.debug.test.DebugContextTest
Reviewed-by: dholmes

! test/hotspot/jtreg/ProblemList-graal.txt

Changeset: 1ffc0fa0e98b
Author:    clanger
Date:      2019-01-25 10:59 +0000
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/1ffc0fa0e98b

8217657: Move the test for default value of jdk.includeInExceptions into own test
Reviewed-by: mullan, goetz

! test/jdk/java/net/Socket/ExceptionText.java
+ test/jdk/jdk/security/JavaDotSecurity/TestJDKIncludeInExceptions.java

Changeset: 391d671f222b
Author:    ehelin
Date:      2019-01-23 13:40 +0100
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/391d671f222b

8213231: ThreadSnapshot::_threadObj can become stale
Reviewed-by: dcubed, dholmes, rehn

! src/hotspot/share/runtime/vmOperations.cpp
! src/hotspot/share/runtime/vmOperations.hpp
! src/hotspot/share/services/management.cpp
! src/hotspot/share/services/threadService.cpp
! src/hotspot/share/services/threadService.hpp

Changeset: 207d3bb450e5
Author:    iignatyev
Date:      2019-01-25 08:52 -0800
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/207d3bb450e5

8067250: [mlvm] vm/mlvm/mixed/stress/regression/b6969574 fails and perf regression
Reviewed-by: roland

! test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java

Changeset: 6f1ca0c02aa1
Author:    jwilhelm
Date:      2019-01-25 17:54 +0100
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/6f1ca0c02aa1

8217797: ProblemList LongMulOverflowTest.java
Reviewed-by: thartmann

! test/hotspot/jtreg/ProblemList-graal.txt

Changeset: 44a9dd4e4d96
Author:    jwilhelm
Date:      2019-01-25 18:12 +0100
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/44a9dd4e4d96

Merge

! .hgtags
! src/hotspot/share/runtime/vmOperations.hpp
! src/hotspot/share/services/management.cpp
! src/hotspot/share/services/threadService.hpp
! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/ProblemList.txt
! test/jdk/ProblemList-Xcomp.txt



More information about the jdk-sandbox-changes mailing list