rehn [Thu, 02 Mar 2017 14:19:49 +0100] rev 46303
Merge
rehn [Thu, 02 Mar 2017 09:51:47 +0100] rev 46302
8136650: Add support for custom jtreg native tests
Reviewed-by: ctornqvi, erikj
shshahma [Tue, 28 Feb 2017 20:32:06 -0800] rev 46301
8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field
Summary: Added code to emit name and signature of duplicate field in java.lang.ClassFormatError exception message
Reviewed-by: dholmes, coleenp
cjplummer [Wed, 01 Mar 2017 14:59:36 -0800] rev 46300
8155980: ARM InterpreterMacroAssembler::get_method_counters() should not be saving caller saved registers
Summary: make get_method_counters() only save registers specified by caller, not all of them
Reviewed-by: dlong, jiangli
ctornqvi [Wed, 01 Mar 2017 13:47:11 +0000] rev 46299
Merge
ctornqvi [Wed, 01 Mar 2017 13:24:34 +0000] rev 46298
Merge
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