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>