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
gtriantafill [Thu, 19 Jan 2017 10:56:32 -0500] rev 43467
8152206: Simplify jvmstat modules
Reviewed-by: alanb, mchung, hseigel
redestad [Thu, 19 Jan 2017 11:49:30 +0100] rev 43466
8171855: Move package name transformations during module bootstrap into native code
Reviewed-by: alanb, acorn, lfoltan, mchung, plevart, hseigel, sspitsyn
rbackman [Thu, 19 Jan 2017 11:10:33 +0100] rev 43465
Merge
rbackman [Thu, 05 Jan 2017 08:37:10 +0100] rev 43464
8169588: [AOT] jaotc --classpath option is confusing
Reviewed-by: kvn, dlong
stuefe [Thu, 19 Jan 2017 10:30:37 +0100] rev 43463
8172964: [aix] AIX VM should not handle SIGDANGER
Reviewed-by: simonis, clanger
thartmann [Thu, 19 Jan 2017 08:10:11 +0100] rev 43462
8172751: OSR compilation at unreachable bci causes C1 crash
Summary: Bailout if OSR entry is unreachable.
Reviewed-by: thartmann
Contributed-by: Andreas Woess <andreas.woess@oracle.com>
kvn [Wed, 18 Jan 2017 19:37:52 -0800] rev 43461
8173019: Backout JDK-8172990 changes
Reviewed-by: dlong
dholmes [Wed, 18 Jan 2017 19:54:18 -0500] rev 43460
8172261: [JVMTI] Specification for early VM start event needs to lower expectations in relation class loading
Reviewed-by: dcubed, sspitsyn, alanb
kvn [Wed, 18 Jan 2017 14:36:54 -0800] rev 43459
8172990: [AOT] Missing GC scan of _metaspace_got array containing Klass*
Summary: added back _metaspace_got array scan.
Reviewed-by: dlong
coleenp [Wed, 18 Jan 2017 10:30:56 -0500] rev 43458
8144518: ClassVerboseTest crashes on Windows
Summary: simplify Bytecode_tableswitch code so windows doesn't generate bad code for it.
Reviewed-by: ctornqvi, dholmes
thartmann [Wed, 18 Jan 2017 08:30:02 +0000] rev 43457
Merge