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
rkennke [Mon, 03 Jun 2019 21:28:45 +0200] rev 55158
8225171: Remove leftovers in shenandoahBarrierSetC1.cpp
Reviewed-by: shade
erikj [Mon, 03 Jun 2019 10:52:18 -0700] rev 55157
8225140: Build fails if directory contains 'unix'
Reviewed-by: tbell
rfield [Mon, 03 Jun 2019 08:21:04 -0700] rev 55156
8199623: JShell: corralling not restored on drop
Reviewed-by: jlahoda
rfield [Mon, 03 Jun 2019 07:46:47 -0700] rev 55155
8225151: JShell API: Fix position of @jls tag
Reviewed-by: jjg
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
eosterlund [Mon, 03 Jun 2019 13:35:05 +0200] rev 55153
8224814: Remove dead JNIHandleBlock freelist code
Reviewed-by: stefank, tschatzl, kbarrett
shade [Mon, 03 Jun 2019 14:50:59 +0200] rev 55152
8225046: Shenandoah metrics logs refactoring
Reviewed-by: rkennke
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
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
tschatzl [Mon, 03 Jun 2019 10:51:28 +0200] rev 55149
8223693: Memory wastage in size of per-region type buffers in GC
Reviewed-by: kbarrett, sangheki
tschatzl [Mon, 03 Jun 2019 10:50:14 +0200] rev 55148
8223162: Improve ergonomics for Sparse PRT entry sizing
Summary: Scale Sparse PRT table sizes exponentially according to region size.
Reviewed-by: kbarrett, sangheki
lancea [Sun, 02 Jun 2019 17:13:31 -0400] rev 55147
8212807: tools/jar/multiRelease/Basic.java times out
Reviewed-by: bchristi
shade [Sun, 02 Jun 2019 10:08:39 +0200] rev 55146
8225048: Shenandoah x86_32 support
Reviewed-by: erikj, rkennke
shade [Sun, 02 Jun 2019 10:08:38 +0200] rev 55145
8225111: Make Shenandoah tests work with 32-bit VMs
Reviewed-by: rkennke