Mon, 03 Jun 2019 17:14:23 -0700 8225199: [Graal] compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java fails with -XX:CompileThresholdScaling=0.1
epavlova [Mon, 03 Jun 2019 17:14:23 -0700] rev 55165
8225199: [Graal] compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java fails with -XX:CompileThresholdScaling=0.1 Reviewed-by: kvn
Mon, 03 Jun 2019 19:42:58 -0400 8225212: ProblemList gc/stress/TestReclaimStringsLeaksMemory.java
coleenp [Mon, 03 Jun 2019 19:42:58 -0400] rev 55164
8225212: ProblemList gc/stress/TestReclaimStringsLeaksMemory.java Reviewed-by: dholmes
Mon, 03 Jun 2019 16:24:34 -0700 8225208: Re-Problem list jdk/jshell/ExceptionsTest.java fails on windows
rfield [Mon, 03 Jun 2019 16:24:34 -0700] rev 55163
8225208: Re-Problem list jdk/jshell/ExceptionsTest.java fails on windows Reviewed-by: jjg
Mon, 03 Jun 2019 16:16:50 -0700 8225207: redundant <p> in Instrumentation.java
jjg [Mon, 03 Jun 2019 16:16:50 -0700] rev 55162
8225207: redundant <p> in Instrumentation.java Reviewed-by: lancea
Mon, 03 Jun 2019 11:04:24 -0700 8224247: AllocateOldGenAt fires assertion failure
kkharbas [Mon, 03 Jun 2019 11:04:24 -0700] rev 55161
8224247: AllocateOldGenAt fires assertion failure Summary: Split the heap_reserved_size_bytes() into two methods - one for use during heap initialization and other for at later stages. Reviewed-by: sangheki, tschatzl
Mon, 03 Jun 2019 14:15:11 -0700 8225202: Add missing include after JDK-8223320
iveresov [Mon, 03 Jun 2019 14:15:11 -0700] rev 55160
8225202: Add missing include after JDK-8223320 Reviewed-by: kvn
Mon, 03 Jun 2019 13:21:02 -0700 8223320: [AOT] jck test api/javax_script/ScriptEngine/PutGet.html fails when test classes are AOTed
iveresov [Mon, 03 Jun 2019 13:21:02 -0700] rev 55159
8223320: [AOT] jck test api/javax_script/ScriptEngine/PutGet.html fails when test classes are AOTed Summary: Materialization of primitive boxes should use caches Reviewed-by: kvn, never
Mon, 03 Jun 2019 21:28:45 +0200 8225171: Remove leftovers in shenandoahBarrierSetC1.cpp
rkennke [Mon, 03 Jun 2019 21:28:45 +0200] rev 55158
8225171: Remove leftovers in shenandoahBarrierSetC1.cpp Reviewed-by: shade
Mon, 03 Jun 2019 10:52:18 -0700 8225140: Build fails if directory contains 'unix'
erikj [Mon, 03 Jun 2019 10:52:18 -0700] rev 55157
8225140: Build fails if directory contains 'unix' Reviewed-by: tbell
Mon, 03 Jun 2019 08:21:04 -0700 8199623: JShell: corralling not restored on drop
rfield [Mon, 03 Jun 2019 08:21:04 -0700] rev 55156
8199623: JShell: corralling not restored on drop Reviewed-by: jlahoda
Mon, 03 Jun 2019 07:46:47 -0700 8225151: JShell API: Fix position of @jls tag
rfield [Mon, 03 Jun 2019 07:46:47 -0700] rev 55155
8225151: JShell API: Fix position of @jls tag Reviewed-by: jjg
Mon, 03 Jun 2019 13:35:08 +0200 8224816: Provide os::processor_id() implementation for Mac OS
eosterlund [Mon, 03 Jun 2019 13:35:08 +0200] rev 55154
8224816: Provide os::processor_id() implementation for Mac OS Reviewed-by: rehn, pliden, kbarrett, gziemski
Mon, 03 Jun 2019 13:35:05 +0200 8224814: Remove dead JNIHandleBlock freelist code
eosterlund [Mon, 03 Jun 2019 13:35:05 +0200] rev 55153
8224814: Remove dead JNIHandleBlock freelist code Reviewed-by: stefank, tschatzl, kbarrett
Mon, 03 Jun 2019 14:50:59 +0200 8225046: Shenandoah metrics logs refactoring
shade [Mon, 03 Jun 2019 14:50:59 +0200] rev 55152
8225046: Shenandoah metrics logs refactoring Reviewed-by: rkennke
Tue, 21 May 2019 15:46:09 +0200 8173196: [REDO] C2 does not optimize redundant memory operations with G1
roland [Tue, 21 May 2019 15:46:09 +0200] rev 55151
8173196: [REDO] C2 does not optimize redundant memory operations with G1 Reviewed-by: thartmann, kvn
Tue, 28 May 2019 14:56:58 +0200 8223363: Bad node estimate assertion failure
phedlin [Tue, 28 May 2019 14:56:58 +0200] rev 55150
8223363: Bad node estimate assertion failure 8223502: Node estimate for loop unswitching is not correct: assert(delta <= 2 * required) failed: Bad node estimate 8224648: assert(!exceeding_node_budget()) failed: Too many NODES required! failure with ctw Summary: Tighten the node estimates. New est_loop_clone_sz() implementation that will compute a "fan-out" complexity estimate as part of the size estimate (to better estimate complex loop body size after cloning). New est_loop_unroll_sz() function, used to estimate the size of a loop body att full/maximal unrolling. Correction to node budget final tests and asserts. Reviewed-by: neliasso, kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -16 +16 +100 +300 +1000 +3000 tip