dcubed [Wed, 24 Apr 2019 10:20:25 -0400] rev 54609
8222295: more baseline cleanups from Async Monitor Deflation project
Reviewed-by: coleenp, acorn, dholmes
redestad [Wed, 24 Apr 2019 15:37:55 +0200] rev 54608
8222532: (zipfs) Performance regression when writing ZipFileSystem entries in parallel
Reviewed-by: lancea, clanger, alanb
hseigel [Wed, 24 Apr 2019 08:27:00 -0400] rev 54607
8221685: -XX:BytecodeVerificationRemote and -XX:BytecodeVerificationLocal should be diagnostic options
Summary: Make the options diagnostic and add -XX:+UnlockDiagnosticVMOptions to tests where needed.
Reviewed-by: lfoltan, acorn, dholmes
shade [Wed, 24 Apr 2019 11:40:04 +0200] rev 54606
8222838: Shenandoah: SEGV on accessing cset bitmap for NULL ptr
Reviewed-by: rkennke
shade [Wed, 24 Apr 2019 11:39:56 +0200] rev 54605
8222843: Print Shenandoah cset map addresses in hs_err
Reviewed-by: rkennke
fyang [Sat, 20 Apr 2019 15:55:07 +0800] rev 54604
8222785: aarch64: add necessary masking for immediate shift counts
Reviewed-by: aph
ysuenaga [Wed, 24 Apr 2019 17:09:24 +0900] rev 54603
8219566: JFR did not collect call stacks when MaxJavaStackTraceDepth is set to zero
Reviewed-by: egahlin, mgronlun
darcy [Tue, 23 Apr 2019 14:56:39 -0700] rev 54602
8222817: Refactor printing processor to use streams
Reviewed-by: jjg
jwilhelm [Tue, 23 Apr 2019 22:55:09 +0200] rev 54601
8221598: Update Graal
Reviewed-by: kvn
lfoltan [Tue, 23 Apr 2019 14:09:54 -0400] rev 54600
8218994: Consolidate indy and condy JVM information within a BootstrapInfo data structure
Summary: Introduce BootstrapInfo data structure and merge invocation of a bootstrap method for condy and indy into invoke_bootstrap_method.
Reviewed-by: acorn, coleenp
Contributed-by: john.r.rose@oracle.com, lois.foltan@oracle.com