iveresov [Mon, 23 Jan 2017 23:49:16 +0300] rev 43475
8173054: [AOT] Avoid zero-shift for compressed oops
Summary: AOT compiler should be pessimistic about heap size
Reviewed-by: kvn
zmajo [Mon, 23 Jan 2017 09:53:27 +0100] rev 43474
8172844: Assert fails in deoptimization due to original PC at the end of code section
Summary: Change assert to accept end of code section as well.
Reviewed-by: rbackman, kvn, dlong
jcm [Sun, 22 Jan 2017 22:18:49 -0800] rev 43473
8173037: V [jvm.dll+0x2343fc] GraphBuilder::args_list_for_profiling+0x8c
Summary: Disabled WB Compilaton at unsupported levels.
Reviewed-by: kvn
kvn [Sat, 21 Jan 2017 15:08:53 -0800] rev 43472
8173135: compiler/aot/fingerprint/SelfChangedCDS.java fails with: Unrecognized VM option 'UnlockCommercialFeatures'
Summary: Move aot/fingerprint tests to closed since they use commercial feature.
Reviewed-by: iveresov
hseigel [Fri, 20 Jan 2017 16:09:56 -0500] rev 43471
8171971: Fix timing bug in JVM management of package export lists
Summary: Reduce the number of fields that maintain export state and use Module_lock to access these fields
Reviewed-by: acorn, sspitsyn, lfoltan
jcm [Thu, 19 Jan 2017 21:52:51 -0800] rev 43470
8173038: [TESTBUG] compiler/loopopts/UseCountedLoopSafepointsTest.java fails with TESTBUG: Not server mode
Summary: remove wrong extra check that got added as part of JDK-8166002 emulated client on win32.
Reviewed-by: kvn
dcubed [Thu, 19 Jan 2017 18:16:20 -0800] rev 43469
8173081: VM no longer prints "Picked up _JAVA_OPTONS: " message
Summary: Restore lost line from JDK-8061999.
Reviewed-by: hseigel, mchung, dholmes
dholmes [Thu, 19 Jan 2017 18:52:16 -0500] rev 43468
8172972: Add gc/g1/logging/TestG1LoggingFailure.java to the ProblemList
Reviewed-by: kbarrett