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
Fri, 02 May 2014 16:44:54 -0700 8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR))
kvn [Fri, 02 May 2014 16:44:54 -0700] rev 24342
8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR)) Summary: Convert the assert into the runtime check to skip IGVN optimizations for problematic memory nodes. Eliminate dead nodes more aggressively. Reviewed-by: twisti, iveresov
Fri, 02 May 2014 09:30:17 +0000 Merge
iignatyev [Fri, 02 May 2014 09:30:17 +0000] rev 24341
Merge
Fri, 02 May 2014 13:20:42 +0400 8042214: add @ignore tag to all excluded jtreg tests in test/compiler
iignatyev [Fri, 02 May 2014 13:20:42 +0400] rev 24340
8042214: add @ignore tag to all excluded jtreg tests in test/compiler Reviewed-by: kvn, ctornqvi
Thu, 01 May 2014 21:30:54 -0700 Merge
anoll [Thu, 01 May 2014 21:30:54 -0700] rev 24339
Merge
Fri, 02 May 2014 06:24:39 +0200 8041992: Fix of JDK-8034775 neglects to account for non-JIT VMs
anoll [Fri, 02 May 2014 06:24:39 +0200] rev 24338
8041992: Fix of JDK-8034775 neglects to account for non-JIT VMs Summary: Allow 0 compiler threads if no JIT is used. Reviewed-by: kvn, dholmes Contributed-by: Severin Gehwolf <sgehwolf@redhat.com>
Wed, 07 May 2014 18:19:31 -0400 Merge
coleenp [Wed, 07 May 2014 18:19:31 -0400] rev 24337
Merge
Tue, 06 May 2014 09:56:55 -0400 8041620: Solaris Studio 12.4 C++ 5.13 change in behavior for placing friend declarations within surrounding scope.
lfoltan [Tue, 06 May 2014 09:56:55 -0400] rev 24336
8041620: Solaris Studio 12.4 C++ 5.13 change in behavior for placing friend declarations within surrounding scope. Summary: Remove adlc's unused class FileBuffRegion. Reviewed-by: coleenp, dholmes, kvn
Tue, 06 May 2014 08:59:57 -0400 8041627: Solaris Studio 12.4 C++ 5.13 compilation error due to lack of "surplus" prototype for binaryTreeDictionary.cpp.
lfoltan [Tue, 06 May 2014 08:59:57 -0400] rev 24335
8041627: Solaris Studio 12.4 C++ 5.13 compilation error due to lack of "surplus" prototype for binaryTreeDictionary.cpp. Summary: Fix C++ compilation error diagnostic for the call of "surplus" within get_better_list() method. Reviewed-by: coleenp, dholmes
Mon, 05 May 2014 19:53:00 -0400 8023697: failed class resolution reports different class name in detail message for the first and subsequent times
coleenp [Mon, 05 May 2014 19:53:00 -0400] rev 24334
8023697: failed class resolution reports different class name in detail message for the first and subsequent times Summary: Cache detail message when we cache exception for constant pool resolution. Reviewed-by: acorn, twisti, jrose
Mon, 05 May 2014 20:17:19 +0200 8031126: java/lang/management/ThreadMXBean/ThreadUserTime.java fails intermittently
sla [Mon, 05 May 2014 20:17:19 +0200] rev 24333
8031126: java/lang/management/ThreadMXBean/ThreadUserTime.java fails intermittently Reviewed-by: coleenp, simonis, goetz, gthornbr
Fri, 02 May 2014 11:06:26 -0700 Merge
dcubed [Fri, 02 May 2014 11:06:26 -0700] rev 24332
Merge
Thu, 01 May 2014 05:52:28 -0700 6885993: Named Thread: introduce print() and print_on(outputStream* st) methods
zgu [Thu, 01 May 2014 05:52:28 -0700] rev 24331
6885993: Named Thread: introduce print() and print_on(outputStream* st) methods Summary: Eliminating duplicated code by introducing print_on(outputStream* st) methods in NamedThread Reviewed-by: twisti, coleenp, dholmes
Fri, 02 May 2014 19:00:04 -0700 Merge
twisti [Fri, 02 May 2014 19:00:04 -0700] rev 24330
Merge
Thu, 01 May 2014 17:57:29 -0700 8042281: compiler/7184394/TestAESMain.java fails with: javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes
kvn [Thu, 01 May 2014 17:57:29 -0700] rev 24329
8042281: compiler/7184394/TestAESMain.java fails with: javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes Summary: Added missing -DmsgSize=640 to test's run commands. Reviewed-by: kvn Contributed-by: shrinivas.joshi@oracle.com
Wed, 30 Apr 2014 14:14:01 -0700 8035936: SIGBUS in StubRoutines::aesencryptBlock, solaris-sparc
kvn [Wed, 30 Apr 2014 14:14:01 -0700] rev 24328
8035936: SIGBUS in StubRoutines::aesencryptBlock, solaris-sparc Summary: Fix the arbitrary alignment issue in SPARC AES crypto stub routines. Reviewed-by: kvn, iveresov Contributed-by: shrinivas.joshi@oracle.com
Tue, 29 Apr 2014 22:05:10 -0700 8042059: Various fixes to linux/sparc
mikael [Tue, 29 Apr 2014 22:05:10 -0700] rev 24327
8042059: Various fixes to linux/sparc Reviewed-by: twisti, kvn
Tue, 29 Apr 2014 22:04:09 -0700 8022070: Compilation error in stubGenerator_sparc.cpp with some compilers
mikael [Tue, 29 Apr 2014 22:04:09 -0700] rev 24326
8022070: Compilation error in stubGenerator_sparc.cpp with some compilers Reviewed-by: twisti, kvn
Tue, 29 Apr 2014 12:20:53 -0700 8041957: -XX:UseAVX=0 cause assert(UseAVX) failed
kvn [Tue, 29 Apr 2014 12:20:53 -0700] rev 24325
8041957: -XX:UseAVX=0 cause assert(UseAVX) failed Summary: temporary set UseAVX=1 and UseSSE=2 in generate_get_cpu_info() Reviewed-by: twisti
Tue, 29 Apr 2014 10:29:56 -0700 8041959: Skip replay parsing errors with ReplayIgnoreInitErrors
kvn [Tue, 29 Apr 2014 10:29:56 -0700] rev 24324
8041959: Skip replay parsing errors with ReplayIgnoreInitErrors Summary: Allow replay compilation with replay file parsing error. Reviewed-by: twisti, iveresov
Tue, 29 Apr 2014 07:14:46 +0000 Merge
anoll [Tue, 29 Apr 2014 07:14:46 +0000] rev 24323
Merge
Tue, 29 Apr 2014 08:08:44 +0200 8036956: remove EnableInvokeDynamic flag
anoll [Tue, 29 Apr 2014 08:08:44 +0200] rev 24322
8036956: remove EnableInvokeDynamic flag Summary: The EnableInvokeDynamic flag and all support code is removed because it is not longer used in JDK 9. Reviewed-by: kvn, twisti Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Tue, 29 Apr 2014 07:59:22 +0200 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll [Tue, 29 Apr 2014 07:59:22 +0200] rev 24321
8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline Summary: Fixes broken memory freeing of compile queue tasks and makes sure that blocking compiles do not hang the VM if compilation gets disabled due to a full code cache. Reviewed-by: kvn, iveresov
Mon, 28 Apr 2014 16:05:12 -0700 8040919: Uninitialised memory in hotspot/src/share/vm/compiler/oopMap.cpp
morris [Mon, 28 Apr 2014 16:05:12 -0700] rev 24320
8040919: Uninitialised memory in hotspot/src/share/vm/compiler/oopMap.cpp Summary: Parfait refactoring in OopMapSet::update_register_map Reviewed-by: kvn, twisti
Mon, 28 Apr 2014 15:09:39 -0400 8039407: Regression test needed for JDK-8015396
drchase [Mon, 28 Apr 2014 15:09:39 -0400] rev 24319
8039407: Regression test needed for JDK-8015396 Summary: Converted bug demo into regression test Reviewed-by: kvn
Mon, 28 Apr 2014 14:34:12 +0200 8041771: C1: remove unused IR::_locals_size
anoll [Mon, 28 Apr 2014 14:34:12 +0200] rev 24318
8041771: C1: remove unused IR::_locals_size Summary: The unused IR::_locals_size is removed. Reviewed-by: kvn, roland Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Mon, 28 Apr 2014 03:44:35 -0700 Merge
anoll [Mon, 28 Apr 2014 03:44:35 -0700] rev 24317
Merge
Mon, 28 Apr 2014 12:39:12 +0200 8040085: dtrace/jsdt tests crash on solaris. found an unadvertised bad scavengable oop in the code cache
anoll [Mon, 28 Apr 2014 12:39:12 +0200] rev 24316
8040085: dtrace/jsdt tests crash on solaris. found an unadvertised bad scavengable oop in the code cache Summary: Add CodeCache::add_scavenge_root_nmethod(this) to the dtrace-constructor of nmethod Reviewed-by: roland, iveresov
Fri, 25 Apr 2014 14:29:47 -0400 Merge
bharadwaj [Fri, 25 Apr 2014 14:29:47 -0400] rev 24315
Merge
Fri, 25 Apr 2014 12:48:34 +0200 8029302: Performance regression in Math.pow intrinsic
adlertz [Fri, 25 Apr 2014 12:48:34 +0200] rev 24314
8029302: Performance regression in Math.pow intrinsic Summary: Added special case for x^y where y == 2 Reviewed-by: kvn, roland
Fri, 25 Apr 2014 09:22:16 +0200 8041481: JVM crashes with collect_args_for_profiling
roland [Fri, 25 Apr 2014 09:22:16 +0200] rev 24313
8041481: JVM crashes with collect_args_for_profiling Summary: method handle call to c1 intrinsic tries to profile popped argument Reviewed-by: kvn, twisti
Thu, 24 Apr 2014 10:32:49 +0000 Merge
iignatyev [Thu, 24 Apr 2014 10:32:49 +0000] rev 24312
Merge
Thu, 24 Apr 2014 14:02:48 +0400 8041497: Compilation of compiler/rtm/cli/TestUseRTMDeoptOption* tests failed
iignatyev [Thu, 24 Apr 2014 14:02:48 +0400] rev 24311
8041497: Compilation of compiler/rtm/cli/TestUseRTMDeoptOption* tests failed Reviewed-by: kvn, roland
Thu, 24 Apr 2014 11:05:07 +0200 8039960: Unexpected exit from test compiler/profiling/spectrapredefineclass/Launcher.java
roland [Thu, 24 Apr 2014 11:05:07 +0200] rev 24310
8039960: Unexpected exit from test compiler/profiling/spectrapredefineclass/Launcher.java Summary: the test case doesn't need to change the heap size to reproduce the failure. Reviewed-by: twisti, kvn
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip