ctornqvi [Wed, 01 Mar 2017 08:11:29 -0500] rev 46297
8176012: Remove unused groups in hotspot/test/TEST.groups
Reviewed-by: iignatyev, gtriantafill
hseigel [Wed, 01 Mar 2017 07:59:20 -0500] rev 46296
8172307: Remove ununsed JVM API JVM_GetModuleByPackageName()
Summary: Remove get_module_by_package_name() etc., and unneeded test.
Reviewed-by: sspitsyn, gtriantafill
stuefe [Mon, 24 Oct 2016 14:51:16 +0200] rev 46295
8168542: os::realloc should return a valid pointer for input size=0
Reviewed-by: dholmes, cjplummer, dsamersoff, rehn
cjplummer [Tue, 28 Feb 2017 10:51:47 -0800] rev 46294
8172020: Internal Error (cpu/arm/vm/frame_arm.cpp:571): assert(obj == __null || Universe::heap()->is_in(obj)) failed: sanity check #
Summary: do check_and_handle_earlyret() on method return
Reviewed-by: sspitsyn, aph, adinn, simonis
shshahma [Thu, 16 Feb 2017 00:50:19 -0800] rev 46293
8167423: Adding return value check and updating index variable
Reviewed-by: dholmes, coleenp
jprovino [Mon, 27 Feb 2017 23:20:05 +0100] rev 46292
Merge
jprovino [Mon, 27 Feb 2017 12:41:41 -0500] rev 46291
8168038: Some methods in G1RemSet are virtual unnecessarily
Summary: G1RemSet has a number of virtual functions, yet is derived from CHeapObj and has no subclasses.
Reviewed-by: kbarrett, tschatzl
aharlap [Thu, 23 Feb 2017 12:50:49 -0500] rev 46290
8151045: Remove code duplication in PLABStats/G1EvacStats::adjust_desired_plab_sz
Summary: Move class specific code to the helper method
Reviewed-by: kbarrett, tschatzl
bobv [Fri, 24 Feb 2017 12:41:26 -0500] rev 46289
Merge
rbackman [Fri, 24 Feb 2017 15:42:47 +0100] rev 46288
Merge
rbackman [Fri, 24 Feb 2017 13:48:16 +0100] rev 46287
8175815: Quarantine AOT tests on windows
Reviewed-by: thartmann
sjohanss [Fri, 24 Feb 2017 10:41:56 +0100] rev 46286
8173764: G1 BOT wrongly assumes that objects must always begin at the start of G1BlockOffsetTablePart
Reviewed-by: tschatzl, kbarrett
sjohanss [Wed, 07 Dec 2016 13:51:20 +0100] rev 46285
8171235: Move archive object code from G1MarkSweep into G1ArchiveAllocator
Reviewed-by: tschatzl, kbarrett
stuefe [Thu, 23 Feb 2017 15:59:14 -0500] rev 46284
8166944: Hanging Error Reporting steps may lead to torn error logs.
Summary: Interupt error reporting if reporting steps hang to enable subsequent reporting steps to run.
Reviewed-by: cjplummer, dholmes
tschatzl [Thu, 23 Feb 2017 11:57:07 +0100] rev 46283
Merge
tschatzl [Thu, 23 Feb 2017 10:19:05 +0100] rev 46282
8162104: Use in_cset() instead of obj_in_cs()
Reviewed-by: ehelin, sjohanss
tschatzl [Thu, 23 Feb 2017 10:18:21 +0100] rev 46281
8160874: Remove typo in G1InitalMarkClosures
Reviewed-by: stefank, sjohanss
lucy [Fri, 20 Jan 2017 16:53:50 +0100] rev 46280
8175269: [s390] cleanup calls to vtable_start_offset() and vtable_length_offset()
Reviewed-by: dholmes, mdoerr
lucy [Fri, 20 Jan 2017 15:17:46 +0100] rev 46279
8175267: [s390] cleanup stub code "handler_for_unsafe_access"
Reviewed-by: dholmes, goetz, mdoerr
kvn [Wed, 22 Feb 2017 19:51:34 +0000] rev 46278
Merge
goetz [Fri, 27 Jan 2017 11:19:52 +0100] rev 46277
8173470: [C2] Mask shift operands in ideal graph.
Reviewed-by: lucy, kvn
bobv [Wed, 22 Feb 2017 12:34:32 -0500] rev 46276
Merge
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