Mon, 28 Jan 2019 08:01:06 +0900 8217850: CompressedClassSpaceSizeInJmapHeap fails after JDK-8217612
ysuenaga [Mon, 28 Jan 2019 08:01:06 +0900] rev 53517
8217850: CompressedClassSpaceSizeInJmapHeap fails after JDK-8217612 Reviewed-by: dholmes, cjplummer
Sun, 27 Jan 2019 14:55:57 -0500 8210469: Missing doPriviledged block and permission for jdk.zipfs module
lancea [Sun, 27 Jan 2019 14:55:57 -0500] rev 53516
8210469: Missing doPriviledged block and permission for jdk.zipfs module Reviewed-by: alanb, clanger, mchung, jjg
Sat, 26 Jan 2019 15:50:59 +0100 8193367: Annotated type variable bounds crash javac
bsrbnd [Sat, 26 Jan 2019 15:50:59 +0100] rev 53515
8193367: Annotated type variable bounds crash javac Reviewed-by: mcimadamore, vromero
Fri, 25 Jan 2019 18:43:02 -0800 8217820: Useless cast in ECUtil.java
xuelei [Fri, 25 Jan 2019 18:43:02 -0800] rev 53514
8217820: Useless cast in ECUtil.java Reviewed-by: jnimeh
Sat, 26 Jan 2019 10:34:29 +0900 8217612: (CL)HSDB cannot show some JVM flags
ysuenaga [Sat, 26 Jan 2019 10:34:29 +0900] rev 53513
8217612: (CL)HSDB cannot show some JVM flags Reviewed-by: dholmes, cjplummer
Fri, 25 Jan 2019 14:28:43 -0800 8216408: XMLStreamWriter setDefaultNamespace(null) throws NullPointerException
joehw [Fri, 25 Jan 2019 14:28:43 -0800] rev 53512
8216408: XMLStreamWriter setDefaultNamespace(null) throws NullPointerException Reviewed-by: dfuchs, lancea
Fri, 25 Jan 2019 13:37:12 -0800 8192001: C2: inlining through dispatching MH linkers ignores speculative type of the receiver
vlivanov [Fri, 25 Jan 2019 13:37:12 -0800] rev 53511
8192001: C2: inlining through dispatching MH linkers ignores speculative type of the receiver Reviewed-by: thartmann, roland
Fri, 25 Jan 2019 13:37:10 -0800 8191998: C2: inlining through MH linkers drops speculative part of argument types
vlivanov [Fri, 25 Jan 2019 13:37:10 -0800] rev 53510
8191998: C2: inlining through MH linkers drops speculative part of argument types Reviewed-by: roland, thartmann, kvn
Fri, 25 Jan 2019 13:37:08 -0800 8217760: C2: Missing symbolic info on a call from intrinsics when invoked through MethodHandle
vlivanov [Fri, 25 Jan 2019 13:37:08 -0800] rev 53509
8217760: C2: Missing symbolic info on a call from intrinsics when invoked through MethodHandle Reviewed-by: thartmann, roland
Fri, 25 Jan 2019 18:13:25 +0000 8217627: HttpClient: The API documentation of BodySubscribers::mapping promotes bad behavior
dfuchs [Fri, 25 Jan 2019 18:13:25 +0000] rev 53508
8217627: HttpClient: The API documentation of BodySubscribers::mapping promotes bad behavior Summary: The API documentation is updated to steer away from blocking in the mapper function, and an alternative is suggested. Reviewed-by: chegar
Fri, 25 Jan 2019 18:12:06 +0100 Merge
jwilhelm [Fri, 25 Jan 2019 18:12:06 +0100] rev 53507
Merge
Fri, 25 Jan 2019 17:54:02 +0100 8217797: ProblemList LongMulOverflowTest.java
jwilhelm [Fri, 25 Jan 2019 17:54:02 +0100] rev 53506
8217797: ProblemList LongMulOverflowTest.java Reviewed-by: thartmann
Fri, 25 Jan 2019 08:52:32 -0800 8067250: [mlvm] vm/mlvm/mixed/stress/regression/b6969574 fails and perf regression
iignatyev [Fri, 25 Jan 2019 08:52:32 -0800] rev 53505
8067250: [mlvm] vm/mlvm/mixed/stress/regression/b6969574 fails and perf regression Reviewed-by: roland
Wed, 23 Jan 2019 13:40:09 +0100 8213231: ThreadSnapshot::_threadObj can become stale
ehelin [Wed, 23 Jan 2019 13:40:09 +0100] rev 53504
8213231: ThreadSnapshot::_threadObj can become stale Reviewed-by: dcubed, dholmes, rehn
Fri, 25 Jan 2019 10:59:07 +0000 8217657: Move the test for default value of jdk.includeInExceptions into own test
clanger [Fri, 25 Jan 2019 10:59:07 +0000] rev 53503
8217657: Move the test for default value of jdk.includeInExceptions into own test Reviewed-by: mullan, goetz
Thu, 24 Jan 2019 23:52:55 -0800 8217770: problem list org.graalvm.compiler.debug.test.DebugContextTest
iignatyev [Thu, 24 Jan 2019 23:52:55 -0800] rev 53502
8217770: problem list org.graalvm.compiler.debug.test.DebugContextTest Reviewed-by: dholmes
Fri, 25 Jan 2019 00:23:52 +0100 8217580: Remove tests from problemList as bugs has been closed
jwilhelm [Fri, 25 Jan 2019 00:23:52 +0100] rev 53501
8217580: Remove tests from problemList as bugs has been closed Reviewed-by: iignatyev, mseledtsov
Thu, 24 Jan 2019 12:23:01 +0100 8217309: ZGC: Fix ZNMethodTable corruption
pliden [Thu, 24 Jan 2019 12:23:01 +0100] rev 53500
8217309: ZGC: Fix ZNMethodTable corruption Reviewed-by: eosterlund, stefank
Wed, 23 Jan 2019 23:24:10 -0800 8213825: assert(false) failed: Non-balanced monitor enter/exit! Likely JNI locking
jcm [Wed, 23 Jan 2019 23:24:10 -0800] rev 53499
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
Wed, 23 Jan 2019 20:25:30 -0800 8217699: add java/util/concurrent/CountDownLatch/Basic.java to ProblemList-Xcomp
iignatyev [Wed, 23 Jan 2019 20:25:30 -0800] rev 53498
8217699: add java/util/concurrent/CountDownLatch/Basic.java to ProblemList-Xcomp Reviewed-by: kvn
Tue, 30 Jan 2018 16:48:53 -0800 8167276: jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations
iignatyev [Tue, 30 Jan 2018 16:48:53 -0800] rev 53497
8167276: jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations Reviewed-by: kvn
Wed, 23 Jan 2019 18:45:34 -0800 8150757: [TESTBUG] compiler/ciReplay/TestVM.sh and compiler/ciReplay/TestVM_no_comp_level.sh fail when no compilations are happening
iignatyev [Wed, 23 Jan 2019 18:45:34 -0800] rev 53496
8150757: [TESTBUG] compiler/ciReplay/TestVM.sh and compiler/ciReplay/TestVM_no_comp_level.sh fail when no compilations are happening Reviewed-by: kvn
Wed, 23 Jan 2019 16:57:01 -0800 8217678: [AOT] jck Math/IncrementExact and Math/DecrementExact tests fail when test classes are AOTed
iveresov [Wed, 23 Jan 2019 16:57:01 -0800] rev 53495
8217678: [AOT] jck Math/IncrementExact and Math/DecrementExact tests fail when test classes are AOTed Reviewed-by: kvn
Wed, 23 Jan 2019 16:36:45 -0800 8216180: [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled
iignatyev [Wed, 23 Jan 2019 16:36:45 -0800] rev 53494
8216180: [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 tip