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
thartmann [Wed, 18 Jan 2017 08:54:29 +0100] rev 43456
8172884: TraceOptoPipelining and TraceOptoOutput are broken
Summary: Compiler Control code needs not set the default values for the directive according to the flag value.
Reviewed-by: neliasso, redestad
jcm [Tue, 17 Jan 2017 21:38:07 -0800] rev 43455
8166002: Emulate client build on platforms with reduced virtual address space
Summary: The default VM ergonomics on Windows/x86 (32-bit) are changed to client like.
Reviewed-by: kvn, iveresov
mgronlun [Tue, 17 Jan 2017 17:00:22 +0100] rev 43454
Merge
mgronlun [Tue, 17 Jan 2017 16:18:03 +0100] rev 43453
8171960: Event-based tracing needs separate flag representation for Method
Reviewed-by: hseigel, gtriantafill, dholmes