Fri, 09 May 2014 15:24:57 +0200 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
ykantser [Fri, 09 May 2014 15:24:57 +0200] rev 24366
8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError Reviewed-by: sla, alanb
Fri, 09 May 2014 15:27:02 -0400 8042859: Build broken for Solaris
emc [Fri, 09 May 2014 15:27:02 -0400] rev 24365
8042859: Build broken for Solaris Summary: Remove stray quotes causing build failures Reviewed-by: sla, chegar
Fri, 09 May 2014 09:04:41 -0700 8040059: Change default policy for extensions to no permission
mchung [Fri, 09 May 2014 09:04:41 -0700] rev 24364
8040059: Change default policy for extensions to no permission Reviewed-by: alanb, mullan, erikj
Fri, 09 May 2014 12:06:13 +0200 8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework
sla [Fri, 09 May 2014 12:06:13 +0200] rev 24363
8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework Reviewed-by: igerasim, alanb, dsamersoff
Fri, 09 May 2014 09:47:07 +0100 8042816: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified, part 2
alanb [Fri, 09 May 2014 09:47:07 +0100] rev 24362
8042816: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified, part 2 Reviewed-by: chegar
Thu, 15 May 2014 10:25:51 -0700 Added tag jdk9-b13 for changeset c946ad0de0ac
katleman [Thu, 15 May 2014 10:25:51 -0700] rev 24361
Added tag jdk9-b13 for changeset c946ad0de0ac
Wed, 05 Jul 2017 19:40:44 +0200 Merge
duke [Wed, 05 Jul 2017 19:40:44 +0200] rev 24360
Merge
Thu, 15 May 2014 10:40:38 -0700 Merge
lana [Thu, 15 May 2014 10:40:38 -0700] rev 24359
Merge
Fri, 09 May 2014 08:34:22 -0700 Merge
amurillo [Fri, 09 May 2014 08:34:22 -0700] rev 24358
Merge
Thu, 08 May 2014 18:22:22 -0700 Merge
jmasa [Thu, 08 May 2014 18:22:22 -0700] rev 24357
Merge
Wed, 19 Mar 2014 17:04:28 +0100 8034094: SA agent can't compile when jni_x86.h is used
ehelin [Wed, 19 Mar 2014 17:04:28 +0100] rev 24356
8034094: SA agent can't compile when jni_x86.h is used Reviewed-by: dsamersoff, erikj
Tue, 06 May 2014 09:41:04 +0200 8026784: Error message in AdaptiveFreeList<Chunk>::verify_stats is wrong
tschatzl [Tue, 06 May 2014 09:41:04 +0200] rev 24355
8026784: Error message in AdaptiveFreeList<Chunk>::verify_stats is wrong Summary: Changed faulty error message in the verification code Reviewed-by: stefank, tschatzl Contributed-by: Andreas Sjoberg <andreas.sjoberg@oracle.com>
Fri, 02 May 2014 21:10:31 +0000 Merge
jwilhelm [Fri, 02 May 2014 21:10:31 +0000] rev 24354
Merge
Tue, 29 Apr 2014 22:57:19 +0200 8027643: Merge GenCollectorPolicy and TwoGenerationCollectorPolicy
jwilhelm [Tue, 29 Apr 2014 22:57:19 +0200] rev 24353
8027643: Merge GenCollectorPolicy and TwoGenerationCollectorPolicy Summary: Merged the two calsses GenCollectorPolicy and TwoGenerationCollectorPolicy Reviewed-by: sjohanss, jcoomes
Thu, 08 May 2014 15:08:45 -0700 Merge
twisti [Thu, 08 May 2014 15:08:45 -0700] rev 24352
Merge
Tue, 29 Apr 2014 15:17:27 +0200 8042195: Introduce umbrella header orderAccess.inline.hpp.
goetz [Tue, 29 Apr 2014 15:17:27 +0200] rev 24351
8042195: Introduce umbrella header orderAccess.inline.hpp. Reviewed-by: dholmes, kvn, stefank, twisti
Wed, 07 May 2014 22:06:42 +0200 8042570: Excessive number of tests timing out on nightly testing due to fix for 8040798
anoll [Wed, 07 May 2014 22:06:42 +0200] rev 24350
8042570: Excessive number of tests timing out on nightly testing due to fix for 8040798 Summary: Remove unnecessary lock in CompileBroker::mark_on_stack() that causes the deadlock Reviewed-by: kvn, dcubed
Fri, 02 May 2014 14:53:06 +0200 8042309: Some bugfixes for the ppc64 port.
goetz [Fri, 02 May 2014 14:53:06 +0200] rev 24349
8042309: Some bugfixes for the ppc64 port. Reviewed-by: kvn
Tue, 06 May 2014 13:08:28 +0200 8042443: Fix C++-Interpreter after "8036956: remove EnableInvokeDynamic flag"
anoll [Tue, 06 May 2014 13:08:28 +0200] rev 24348
8042443: Fix C++-Interpreter after "8036956: remove EnableInvokeDynamic flag" Summary: Insert missing bracket to make the interpreter build again Reviewed-by: sla Contributed-by: Volker Simonis <volker.simonis@gmail.com>
Tue, 06 May 2014 08:01:14 +0000 Merge
anoll [Tue, 06 May 2014 08:01:14 +0000] rev 24347
Merge
Tue, 06 May 2014 09:52:38 +0200 8042428: CompileQueue::free_all() code is incorrect
anoll [Tue, 06 May 2014 09:52:38 +0200] rev 24346
8042428: CompileQueue::free_all() code is incorrect Summary: Free task after getting next pointer of freelist. Reviewed-by: kvn, adlertz
Tue, 06 May 2014 09:17:57 +0200 8036851: volatile double accesses are not explicitly atomic in C2
anoll [Tue, 06 May 2014 09:17:57 +0200] rev 24345
8036851: volatile double accesses are not explicitly atomic in C2 Summary: The C2 structure is adapted to distinguish between volatile and non-volatile double accesses. Reviewed-by: twisti, kvn Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Mon, 05 May 2014 15:10:43 +0200 8042052: assert(t != NULL) failed: must set before get
anoll [Mon, 05 May 2014 15:10:43 +0200] rev 24344
8042052: assert(t != NULL) failed: must set before get Summary: Added missing call to _gvn.transform to make sure the type of the PhiNode is recorded in the gvn. Reviewed-by: kvn Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Fri, 02 May 2014 19:10:24 -0700 Merge
twisti [Fri, 02 May 2014 19:10:24 -0700] rev 24343
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip