jwilhelm [Mon, 06 May 2013 13:03:46 +0200] rev 17321
Merge
brutisso [Mon, 06 May 2013 09:16:14 +0200] rev 17320
8013791: G1: G1CollectorPolicy::initialize_flags() may set min_alignment > max_alignment
Summary: Make sure max alignemnt is at least as large as min alignment
Reviewed-by: johnc, jmasa, tschatzl
brutisso [Thu, 02 May 2013 22:35:15 +0200] rev 17319
8013574: PrintMalloc conflicts with the command line parsing
Summary: Make sure that _num_jvm_args is not updated until the new entry to _jvm_args_array has been added
Reviewed-by: johnc, tamao, tschatzl
jiangli [Thu, 09 May 2013 16:27:51 -0400] rev 17318
Merge
vladidan [Tue, 07 May 2013 10:36:20 -0400] rev 17317
Merge
bpittore [Tue, 07 May 2013 10:19:33 -0400] rev 17316
8013633: Cleanup platform ifdefs in unsafe.cpp
Summary: Replace ifdefs with SUPPORTS_NATIVE_CX8 set in platform include file
Reviewed-by: dholmes, dlong
jiangli [Mon, 06 May 2013 20:11:18 -0700] rev 17315
Merge
jiangli [Mon, 06 May 2013 19:57:35 -0400] rev 17314
8013067: Zero builds are broken after 8010862.
Summary: Fixed broken Zero build.
Reviewed-by: twisti, coleenp, kvn
coleenp [Tue, 07 May 2013 14:30:11 -0700] rev 17313
Merge
emc [Tue, 07 May 2013 13:45:59 -0400] rev 17312
8009729: Refix hotspot jni_<cpu>.h JNIEXPORT and JNIIMPORT definitions to match jdk version
Summary: Update JNIEXPORT and JNIIMPORT to work with other compilers that don't necessarily have the __attribute__ type qualifier
Reviewed-by: dholmes, dcubed, coleenp
ctornqvi [Tue, 07 May 2013 21:36:59 +0200] rev 17311
8009577: Test test/closed/runtime/classunload broken
Summary: Fixed tests to use new way of utilizing the WB API, fixed issue with where custom classloader got the classes from
Reviewed-by: collins, mgerdin, zgu
sla [Tue, 07 May 2013 14:33:09 +0200] rev 17310
8005038: remove crufty '_g' support from SA
Reviewed-by: coleenp, mgronlun, rbackman
sla [Tue, 07 May 2013 14:04:26 +0200] rev 17309
8014044: Spelling error in JDK-8009615: boostrapmethod
Reviewed-by: sspitsyn, coleenp
sla [Tue, 07 May 2013 01:25:21 +0200] rev 17308
Merge
sla [Mon, 06 May 2013 19:49:18 +0200] rev 17307
8009615: JvmtiClassFileReconstituter does not create BootstrapMethod attributes
Reviewed-by: coleenp, sspitsyn