shade [Mon, 11 Mar 2019 00:06:48 +0100] rev 54047
8220162: Shenandoah should not commit HugeTLBFS memory
Reviewed-by: rkennke, zgu
shade [Mon, 11 Mar 2019 00:06:47 +0100] rev 54046
8220153: Shenandoah does not work with TransparentHugePages properly
Reviewed-by: rkennke, zgu
shade [Mon, 11 Mar 2019 00:06:46 +0100] rev 54045
8220350: Refactor ShenandoahHeap::initialize
Reviewed-by: rkennke, zgu
dholmes [Sun, 10 Mar 2019 18:53:55 -0400] rev 54044
8219685: Startup failure: assert(!Universe::is_module_initialized()) failed: Incorrect java.lang.Module pre module system initialization
Reviewed-by: lfoltan, redestad
ecaspole [Fri, 08 Mar 2019 17:45:40 -0500] rev 54043
8220368: Update String.indexOf to test all the C2 intrinsics
Summary: Add new micros for Latin1 and UTF-16
Reviewed-by: kvn, redestad
redestad [Fri, 08 Mar 2019 23:02:06 +0100] rev 54042
8219860: Cleanup ClassFileParser::parse_linenumber_table
Reviewed-by: rehn, lfoltan, hseigel
bobv [Fri, 08 Mar 2019 16:21:16 -0500] rev 54041
8220334: Fix copyright header text
Reviewed-by: lancea
bobv [Fri, 08 Mar 2019 16:20:05 -0500] rev 54040
8220323: Fix copyright header text
Reviewed-by: lancea
cushon [Fri, 08 Mar 2019 09:41:03 -0800] rev 54039
8220377: Unused field SourceFileObject.flatname
Reviewed-by: jjg
Contributed-by: Ron Shapiro <ronshapiro@google.com>
mseledtsov [Fri, 08 Mar 2019 11:09:39 -0800] rev 54038
Merge
mseledtsov [Fri, 08 Mar 2019 11:08:11 -0800] rev 54037
8220313: [TESTBUG] Update base image for Docker testing to OL 7.6
Summary: Updated the OL version in Dockerfile in FROM field
Reviewed-by: dcubed
neliasso [Fri, 08 Mar 2019 15:27:47 +0100] rev 54036
8219642: ciReplay loads wrong data when MethodData size changes
Reviewed-by: kvn, thartmann
sgehwolf [Fri, 08 Mar 2019 13:56:05 +0100] rev 54035
8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
Reviewed-by: thartmann, shade
hseigel [Fri, 08 Mar 2019 08:19:16 -0500] rev 54034
8220085: runtime/CompressedOops/UseCompressedOops.java times out on Windows intermittently
Summary: Increase the test's timeout to 480 and move it from tier1 to tier3.
Reviewed-by: lfoltan, mseledtsov
rehn [Fri, 08 Mar 2019 12:51:36 +0100] rev 54033
8220173: assert(_handle_mark_nesting > 1) failed: memory leak: allocating handle outside HandleMark
Reviewed-by: dcubed, redestad
shade [Fri, 08 Mar 2019 12:01:43 +0100] rev 54032
8220290: gc/arguments/TestSurvivorRatioFlag.java fails after JDK-8215221 with CMS
Reviewed-by: kbarrett, tschatzl
mdoerr [Fri, 08 Mar 2019 11:23:30 +0100] rev 54031
8219584: Try to dump error file by thread which causes safepoint timeout
Reviewed-by: stuefe, dholmes, kvn
sgehwolf [Thu, 07 Mar 2019 16:15:43 +0100] rev 54030
8220283: ZGC fails to build on GCC 4.4.7: ATTRIBUTE_ALIGNED compatibility issue
Reviewed-by: shade, kbarrett
ascarpino [Thu, 07 Mar 2019 19:35:02 -0800] rev 54029
8220165: Encryption using GCM results in RuntimeException- input length out of bound
Reviewed-by: valeriep
mseledtsov [Thu, 07 Mar 2019 13:20:04 -0800] rev 54028
8219997: [TESTBUG] Create test for JFR events in Docker container: CPU, Memory and Process Info
Summary: Start docker with limits on CPU/Mem, verify JFR reports correct data
Reviewed-by: egahlin
neliasso [Thu, 07 Mar 2019 22:16:03 +0100] rev 54027
8219448: split-if update_uses accesses stale idom data
Reviewed-by: thartmann, kvn
naoto [Thu, 07 Mar 2019 12:56:48 -0800] rev 54026
8218948: SimpleDateFormat :: format - Zone Names are not reflected correctly during run time
Reviewed-by: lancea, rgoel
mseledtsov [Thu, 07 Mar 2019 12:15:48 -0800] rev 54025
8213448: [TESTBUG] enhance jfr/jvm/TestDumpOnCrash
Summary: added 2 more crash scenarios, removed dumponexit, and more
Reviewed-by: egahlin
mullan [Thu, 07 Mar 2019 14:29:43 -0500] rev 54024
8218618: Program fails when using JDK addressed by UNC path and using Security Manager
Reviewed-by: weijun
henryjen [Thu, 07 Mar 2019 10:18:23 -0800] rev 54023
8217216: Launcher does not defend itself against LD_LIBRARY_PATH_64 (Solaris)
Reviewed-by: rriggs
bsrbnd [Thu, 07 Mar 2019 15:27:42 +0100] rev 54022
8217561: X86: Add floating-point Math.min/max intrinsics
Summary: Implementation taking care of +/-0.0 and NaN which uses a specific pattern for reductions
Reviewed-by: aph, kvn, neliasso, sviswanathan, adinn
Contributed-by: Jatin Bhateja <jatin.bhateja@intel.com>
redestad [Tue, 05 Mar 2019 16:39:18 +0100] rev 54021
8220159: Optimize various RegMask operations by introducing watermarks
Reviewed-by: neliasso, thartmann
gadams [Thu, 07 Mar 2019 07:19:49 -0500] rev 54020
8201252: unquarantine nsk/jdi/ThreadReference/resume/resume001
Reviewed-by: cjplummer