Thu, 02 May 2013 22:35:15 +0200 8013574: PrintMalloc conflicts with the command line parsing
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
Thu, 09 May 2013 16:27:51 -0400 Merge
jiangli [Thu, 09 May 2013 16:27:51 -0400] rev 17318
Merge
Tue, 07 May 2013 10:36:20 -0400 Merge
vladidan [Tue, 07 May 2013 10:36:20 -0400] rev 17317
Merge
Tue, 07 May 2013 10:19:33 -0400 8013633: Cleanup platform ifdefs in unsafe.cpp
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
Mon, 06 May 2013 20:11:18 -0700 Merge
jiangli [Mon, 06 May 2013 20:11:18 -0700] rev 17315
Merge
Mon, 06 May 2013 19:57:35 -0400 8013067: Zero builds are broken after 8010862.
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
Tue, 07 May 2013 14:30:11 -0700 Merge
coleenp [Tue, 07 May 2013 14:30:11 -0700] rev 17313
Merge
Tue, 07 May 2013 13:45:59 -0400 8009729: Refix hotspot jni_<cpu>.h JNIEXPORT and JNIIMPORT definitions to match jdk version
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
Tue, 07 May 2013 21:36:59 +0200 8009577: Test test/closed/runtime/classunload broken
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
Tue, 07 May 2013 14:33:09 +0200 8005038: remove crufty '_g' support from SA
sla [Tue, 07 May 2013 14:33:09 +0200] rev 17310
8005038: remove crufty '_g' support from SA Reviewed-by: coleenp, mgronlun, rbackman
Tue, 07 May 2013 14:04:26 +0200 8014044: Spelling error in JDK-8009615: boostrapmethod
sla [Tue, 07 May 2013 14:04:26 +0200] rev 17309
8014044: Spelling error in JDK-8009615: boostrapmethod Reviewed-by: sspitsyn, coleenp
Tue, 07 May 2013 01:25:21 +0200 Merge
sla [Tue, 07 May 2013 01:25:21 +0200] rev 17308
Merge
Mon, 06 May 2013 19:49:18 +0200 8009615: JvmtiClassFileReconstituter does not create BootstrapMethod attributes
sla [Mon, 06 May 2013 19:49:18 +0200] rev 17307
8009615: JvmtiClassFileReconstituter does not create BootstrapMethod attributes Reviewed-by: coleenp, sspitsyn
Mon, 06 May 2013 12:36:20 -0700 Merge
acorn [Mon, 06 May 2013 12:36:20 -0700] rev 17306
Merge
Mon, 06 May 2013 10:20:18 -0700 Merge
acorn [Mon, 06 May 2013 10:20:18 -0700] rev 17305
Merge
Thu, 02 May 2013 10:58:04 -0400 8010783: assert(s->refcount() != 0) failed: for create_overpasses
acorn [Thu, 02 May 2013 10:58:04 -0400] rev 17304
8010783: assert(s->refcount() != 0) failed: for create_overpasses Reviewed-by: kvn, dcubed
Mon, 06 May 2013 08:49:38 -0700 Merge
zgu [Mon, 06 May 2013 08:49:38 -0700] rev 17303
Merge
Mon, 06 May 2013 11:15:13 -0400 8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check
zgu [Mon, 06 May 2013 11:15:13 -0400] rev 17302
8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check Summary: Fixed NMT to deal with releasing virtual memory region when there are still committed regions within it Reviewed-by: acorn, coleenp
Mon, 06 May 2013 09:10:21 -0400 8013648: Guarantee(VerifyBeforeGC || VerifyDuringGC || VerifyBeforeExit || VerifyAfterGC) failed: too expensive
hseigel [Mon, 06 May 2013 09:10:21 -0400] rev 17301
8013648: Guarantee(VerifyBeforeGC || VerifyDuringGC || VerifyBeforeExit || VerifyAfterGC) failed: too expensive Summary: Fix code to call correct version of function find_class(). Reviewed-by: coleenp, rdurbin, dcubed
Fri, 03 May 2013 15:51:16 -0700 Merge
dcubed [Fri, 03 May 2013 15:51:16 -0700] rev 17300
Merge
Fri, 03 May 2013 13:00:28 -0700 Merge
zgu [Fri, 03 May 2013 13:00:28 -0700] rev 17299
Merge
Thu, 02 May 2013 16:55:00 -0700 8012641: Perf_CreateLong creates perf counter of incorrect type
ccheung [Thu, 02 May 2013 16:55:00 -0700] rev 17298
8012641: Perf_CreateLong creates perf counter of incorrect type Reviewed-by: mchung, hseigel, coleenp
Fri, 03 May 2013 05:17:15 -0700 Merge
fparain [Fri, 03 May 2013 05:17:15 -0700] rev 17297
Merge
Fri, 03 May 2013 05:05:31 -0700 8004095: Add support for JMX interface to Diagnostic Framework and Commands
fparain [Fri, 03 May 2013 05:05:31 -0700] rev 17296
8004095: Add support for JMX interface to Diagnostic Framework and Commands Reviewed-by: acorn, sla
Fri, 03 May 2013 12:26:15 +0200 8013785: Respect EXTRA_CFLAGS on windows
sla [Fri, 03 May 2013 12:26:15 +0200] rev 17295
8013785: Respect EXTRA_CFLAGS on windows Reviewed-by: mgronlun, rbackman, kvn
Fri, 03 May 2013 12:24:11 +0200 8008453: JvmtiClassFileReconstituter does not recognize default methods
sla [Fri, 03 May 2013 12:24:11 +0200] rev 17294
8008453: JvmtiClassFileReconstituter does not recognize default methods Reviewed-by: acorn, sspitsyn
Fri, 03 May 2013 08:19:38 -0700 8013800: new hotspot build - hs25-b32
amurillo [Fri, 03 May 2013 08:19:38 -0700] rev 17293
8013800: new hotspot build - hs25-b32 Reviewed-by: jcoomes
Thu, 09 May 2013 10:03:35 -0700 Added tag jdk8-b89 for changeset 67f1ddecad67
katleman [Thu, 09 May 2013 10:03:35 -0700] rev 17292
Added tag jdk8-b89 for changeset 67f1ddecad67
Thu, 09 May 2013 10:03:08 -0700 Added tag jdk8-b89 for changeset b77fd4a47faf
katleman [Thu, 09 May 2013 10:03:08 -0700] rev 17291
Added tag jdk8-b89 for changeset b77fd4a47faf
Wed, 05 Jul 2017 18:54:28 +0200 Added tag jdk8-b89 for changeset 4dec41b3c5e3
duke [Wed, 05 Jul 2017 18:54:28 +0200] rev 17290
Added tag jdk8-b89 for changeset 4dec41b3c5e3
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip