bobv [Wed, 22 Feb 2017 12:33:36 -0500] rev 46275
8174863: AOT: jaotc should provide an option to specify the path to the platform linker
Reviewed-by: kvn
coleenp [Fri, 17 Feb 2017 14:47:46 -0500] rev 46274
8175104: Unhandled oop in ProtectionDomainCacheTable::compute_hash
Summary: Pass Handle for protection_domain as it is mostly a Handle up the call stack
Reviewed-by: hseigel, jiangli, dcubed
vkempik [Fri, 17 Feb 2017 02:31:12 +0000] rev 46273
8165753: Custom security manager, crashing wth 'java/security/AccessControlException'
Reviewed-by: dholmes, dcubed
goetz [Fri, 27 Jan 2017 10:22:19 +0100] rev 46272
8173465: Introduce NearLabel for branches known to be short.
Reviewed-by: kvn
coleenp [Wed, 15 Feb 2017 22:59:57 -0500] rev 46271
8169881: Remove implicit Handle conversions oop->Handle
Summary: Pass THREAD to Handle as argument instead of implicit Thread::current() call.
Reviewed-by: dholmes, sspitsyn
ysuenaga [Tue, 14 Feb 2017 20:00:28 -0800] rev 46270
8172285: UL support for PrintCompilation
Reviewed-by: kvn
ysuenaga [Tue, 14 Feb 2017 19:16:46 -0800] rev 46269
8172286: CodeCacheFlushing message should be shown in UL
Reviewed-by: kvn
bobv [Tue, 14 Feb 2017 11:26:27 -0500] rev 46268
Merge
bobv [Tue, 14 Feb 2017 11:24:35 -0500] rev 46267
8174203: Enable AOT Jtreg tests on Windows x86_64
Reviewed-by: kvn, dholmes
dholmes [Mon, 13 Feb 2017 19:10:55 -0500] rev 46266
8157709: NMT should use size_t version of Atomic::add
Reviewed-by: kbarrett, sspitsyn
mockner [Mon, 13 Feb 2017 17:26:26 +0000] rev 46265
Merge
mockner [Mon, 13 Feb 2017 12:00:40 -0500] rev 46264
8157271: Avoid extra copy of NativeCallStack
Summary: Now pass reference to NativeCallStack instead of copy.
Reviewed-by: zgu, sspitsyn
mockner [Mon, 13 Feb 2017 10:37:33 -0500] rev 46263
8169206: TemplateInterpreter::_continuation_entry is never referenced
Summary: TemplateInterpreter::_continuation_entry has been removed.
Reviewed-by: coleenp, dholmes, fparain
hseigel [Fri, 10 Feb 2017 07:46:07 -0500] rev 46262
8174092: Remove array-related access checks from Reflection::verify_class_access()
Summary: Change the parameter type to InstanceKlass* and fix the method's callers
Reviewed-by: acorn, coleenp, gtriantafill, lfoltan