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
Thu, 24 Apr 2014 09:47:34 +0200 8041468: Field nmethod::_lock_count should be declared volatile
anoll [Thu, 24 Apr 2014 09:47:34 +0200] rev 24309
8041468: Field nmethod::_lock_count should be declared volatile Summary: The jint field nmethod::_lock_count which is used in nmethodLocker::lock_nmethod and nmethodLocker::unlock_nmethod should be declared volatile (see also signature of Atomic::inc) Reviewed-by: kvn, roland Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Thu, 15 May 2014 10:25:40 -0700 Added tag jdk9-b13 for changeset ca74accc73cf
katleman [Thu, 15 May 2014 10:25:40 -0700] rev 24308
Added tag jdk9-b13 for changeset ca74accc73cf
Thu, 15 May 2014 10:40:18 -0700 Merge
lana [Thu, 15 May 2014 10:40:18 -0700] rev 24307
Merge
Wed, 14 May 2014 16:45:07 -0700 8043182: hgforest.sh: syntax error on line 329
mduigou [Wed, 14 May 2014 16:45:07 -0700] rev 24306
8043182: hgforest.sh: syntax error on line 329 Reviewed-by: darcy
Tue, 13 May 2014 08:42:44 -0700 8042810: hgforest: some shells run read in sub-shell and can't use fifo
mduigou [Tue, 13 May 2014 08:42:44 -0700] rev 24305
8042810: hgforest: some shells run read in sub-shell and can't use fifo Reviewed-by: chegar, erikj
Tue, 13 May 2014 10:20:06 +0100 8042932: Bump up the -source version for JDK 9 builds
coffeys [Tue, 13 May 2014 10:20:06 +0100] rev 24304
8042932: Bump up the -source version for JDK 9 builds Reviewed-by: chegar, erikj, thurka
Thu, 15 May 2014 10:25:31 -0700 Added tag jdk9-b13 for changeset 3a0155bc559c
katleman [Thu, 15 May 2014 10:25:31 -0700] rev 24303
Added tag jdk9-b13 for changeset 3a0155bc559c
Wed, 05 Jul 2017 19:40:19 +0200 Added tag jdk9-b13 for changeset 1a30593dcb98
duke [Wed, 05 Jul 2017 19:40:19 +0200] rev 24302
Added tag jdk9-b13 for changeset 1a30593dcb98
Wed, 05 Jul 2017 19:40:19 +0200 Merge jdk9-b13
duke [Wed, 05 Jul 2017 19:40:19 +0200] rev 24301
Merge
Wed, 05 Jul 2017 19:40:16 +0200 Merge
duke [Wed, 05 Jul 2017 19:40:16 +0200] rev 24300
Merge
Thu, 08 May 2014 15:28:38 -0700 Merge
lana [Thu, 08 May 2014 15:28:38 -0700] rev 24299
Merge
Wed, 07 May 2014 17:29:42 +0200 8028196: Javac allows timestamps inside rt.jar to affect compilation when using -sourcepath.
alundblad [Wed, 07 May 2014 17:29:42 +0200] rev 24298
8028196: Javac allows timestamps inside rt.jar to affect compilation when using -sourcepath. Summary: Added -XXuserPathsFirst to allow user classes to take precedence over boot classes Reviewed-by: jjg
Wed, 07 May 2014 15:54:16 -0700 8042654: [javadoc] revert the default methods list.sort to Collections.sort
ksrini [Wed, 07 May 2014 15:54:16 -0700] rev 24297
8042654: [javadoc] revert the default methods list.sort to Collections.sort Reviewed-by: jfranck, jjg
Thu, 08 May 2014 00:22:31 +0200 8042441: sjavac does not track dependencies
ohrstrom [Thu, 08 May 2014 00:22:31 +0200] rev 24296
8042441: sjavac does not track dependencies Summary: Add support for tracking fully qualified references. Reviewed-by: jjg
Wed, 07 May 2014 23:55:41 +0200 8042699: sjavac does not track dependencies
ohrstrom [Wed, 07 May 2014 23:55:41 +0200] rev 24295
8042699: sjavac does not track dependencies Summary: Using / in some places and . in other places break package comparisons. The fix standardizes on dots. Reviewed-by: jjg
Wed, 07 May 2014 14:22:14 -0700 8040129: Implement classfile tests for SourceFile attribute.
anazarov [Wed, 07 May 2014 14:22:14 -0700] rev 24294
8040129: Implement classfile tests for SourceFile attribute. Reviewed-by: shurailine, jjg
Tue, 06 May 2014 15:46:09 -0600 8033718: Inference ignores capture variable as upper bound
dlsmith [Tue, 06 May 2014 15:46:09 -0600] rev 24293
8033718: Inference ignores capture variable as upper bound Summary: Split Types.lowerBound into two methods; fix bugs in inference handling of capture variables. Reviewed-by: vromero
Fri, 02 May 2014 16:41:10 -0700 8042358: some tests have placeholder bugid 1234567
jjg [Fri, 02 May 2014 16:41:10 -0700] rev 24292
8042358: some tests have placeholder bugid 1234567 Reviewed-by: mduigou
Fri, 02 May 2014 22:35:23 +0100 8033437: javac, inconsistent generic types behaviour when compiling together vs. separate
pgovereau [Fri, 02 May 2014 22:35:23 +0100] rev 24291
8033437: javac, inconsistent generic types behaviour when compiling together vs. separate Reviewed-by: jjg Contributed-by: vicente.romero@oracle.com, paul.govereau@oracle.com
Thu, 08 May 2014 01:05:31 -0700 Added tag jdk9-b12 for changeset 61f3b005022e
katleman [Thu, 08 May 2014 01:05:31 -0700] rev 24290
Added tag jdk9-b12 for changeset 61f3b005022e
Wed, 05 Jul 2017 19:40:11 +0200 Merge
duke [Wed, 05 Jul 2017 19:40:11 +0200] rev 24289
Merge
Thu, 08 May 2014 01:05:22 -0700 Added tag jdk9-b12 for changeset b0fcefc9bc5b
katleman [Thu, 08 May 2014 01:05:22 -0700] rev 24288
Added tag jdk9-b12 for changeset b0fcefc9bc5b
Wed, 05 Jul 2017 19:40:08 +0200 Merge
duke [Wed, 05 Jul 2017 19:40:08 +0200] rev 24287
Merge
Thu, 08 May 2014 01:05:21 -0700 Added tag jdk9-b12 for changeset 0d036e9731b8
katleman [Thu, 08 May 2014 01:05:21 -0700] rev 24286
Added tag jdk9-b12 for changeset 0d036e9731b8
Wed, 05 Jul 2017 19:40:04 +0200 Merge
duke [Wed, 05 Jul 2017 19:40:04 +0200] rev 24285
Merge
Thu, 08 May 2014 15:28:15 -0700 Merge
lana [Thu, 08 May 2014 15:28:15 -0700] rev 24284
Merge
Wed, 07 May 2014 20:20:58 +0530 8042600: Add more samples in nashorn/samples directory
sundar [Wed, 07 May 2014 20:20:58 +0530] rev 24283
8042600: Add more samples in nashorn/samples directory Reviewed-by: jlaskey, hannesw
Wed, 07 May 2014 14:07:19 +0530 8041697: CompiledScript slower when eval with binding
sundar [Wed, 07 May 2014 14:07:19 +0530] rev 24282
8041697: CompiledScript slower when eval with binding Reviewed-by: lagergren, attila, hannesw
Tue, 06 May 2014 17:54:15 +0530 8042364: Make __proto__ ES6 draft compliant
sundar [Tue, 06 May 2014 17:54:15 +0530] rev 24281
8042364: Make __proto__ ES6 draft compliant Reviewed-by: jlaskey, lagergren, attila
Tue, 06 May 2014 12:38:12 +0200 8041998: RegExp implementation is not thread-safe
hannesw [Tue, 06 May 2014 12:38:12 +0200] rev 24280
8041998: RegExp implementation is not thread-safe Reviewed-by: lagergren, sundar, attila
Fri, 02 May 2014 19:15:59 +0530 8027933: Add --const-as-var option
sundar [Fri, 02 May 2014 19:15:59 +0530] rev 24279
8027933: Add --const-as-var option Reviewed-by: jlaskey, hannesw
Thu, 08 May 2014 01:05:33 -0700 Added tag jdk9-b12 for changeset 8e7a633f1d8e
katleman [Thu, 08 May 2014 01:05:33 -0700] rev 24278
Added tag jdk9-b12 for changeset 8e7a633f1d8e
Wed, 05 Jul 2017 19:40:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:40:00 +0200] rev 24277
Merge
Thu, 08 May 2014 01:05:00 -0700 Added tag jdk9-b12 for changeset 5b12c43aa53c
katleman [Thu, 08 May 2014 01:05:00 -0700] rev 24276
Added tag jdk9-b12 for changeset 5b12c43aa53c
Wed, 05 Jul 2017 19:39:57 +0200 Merge
duke [Wed, 05 Jul 2017 19:39:57 +0200] rev 24275
Merge
Thu, 08 May 2014 17:42:58 -0700 Merge
lana [Thu, 08 May 2014 17:42:58 -0700] rev 24274
Merge
Thu, 08 May 2014 15:27:38 -0700 Merge
lana [Thu, 08 May 2014 15:27:38 -0700] rev 24273
Merge
Thu, 08 May 2014 16:06:43 -0700 8042478: Include Mersenne primes in BigInteger primality testing
bpb [Thu, 08 May 2014 16:06:43 -0700] rev 24272
8042478: Include Mersenne primes in BigInteger primality testing Summary: Add testing of some of the Mersenne primes. Reviewed-by: darcy
Thu, 08 May 2014 22:30:31 +0800 8039951: com.sun.security.auth.module missing classes on some platforms
weijun [Thu, 08 May 2014 22:30:31 +0800] rev 24271
8039951: com.sun.security.auth.module missing classes on some platforms Reviewed-by: mullan
Thu, 08 May 2014 22:30:24 +0800 8040068: SolarisSystem should be @Deprecated and @jdk.Exported(false)
weijun [Thu, 08 May 2014 22:30:24 +0800] rev 24270
8040068: SolarisSystem should be @Deprecated and @jdk.Exported(false) Reviewed-by: alanb, mullan
Thu, 08 May 2014 13:26:26 +0400 8042105: Fix some more doclint issues in javax.swing.text.html classes
yan [Thu, 08 May 2014 13:26:26 +0400] rev 24269
8042105: Fix some more doclint issues in javax.swing.text.html classes Reviewed-by: alexsch
Fri, 25 Apr 2014 17:19:49 +0200 8041979: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
sla [Fri, 25 Apr 2014 17:19:49 +0200] rev 24268
8041979: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms Reviewed-by: kamg, mgronlun
Thu, 08 May 2014 08:22:25 +0900 8042360: Subtag syntax check is incomplete in Locale.LanguageRange
peytoia [Thu, 08 May 2014 08:22:25 +0900] rev 24267
8042360: Subtag syntax check is incomplete in Locale.LanguageRange Reviewed-by: naoto, okutsu
Wed, 07 May 2014 11:45:31 -0700 8026236: Add PrimeTest for BigInteger
bpb [Wed, 07 May 2014 11:45:31 -0700] rev 24266
8026236: Add PrimeTest for BigInteger Summary: Test primality verification methods in BigInteger Reviewed-by: psandoz Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>, Peter Levart <peter.levart@gmail.com>, Paul Sandoz <paul.sandoz@oracle.com>, Aleksey Shipilev <aleksey.shipilev@oracle.com>, Florian Weimer <fweimer@redhat.com>
Wed, 07 May 2014 16:50:40 +0400 8042470: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified
igerasim [Wed, 07 May 2014 16:50:40 +0400] rev 24265
8042470: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified Reviewed-by: alanb, chegar
Wed, 07 May 2014 09:43:40 +0400 8011537: (fs) Path.register(..) clears interrupt status of thread with no InterruptedException
igerasim [Wed, 07 May 2014 09:43:40 +0400] rev 24264
8011537: (fs) Path.register(..) clears interrupt status of thread with no InterruptedException Reviewed-by: alanb
Wed, 07 May 2014 02:24:01 +0000 8042449: Issue for negative byte major record version
xuelei [Wed, 07 May 2014 02:24:01 +0000] rev 24263
8042449: Issue for negative byte major record version Summary: Convert byte to positive integer before making comparison. Also reviewed by Florian Weimer <fweimer@redhat.com>. Reviewed-by: wetmore
Tue, 06 May 2014 10:32:32 -0700 8042266: [launcher] create test groups for launcher regression tests
ksrini [Tue, 06 May 2014 10:32:32 -0700] rev 24262
8042266: [launcher] create test groups for launcher regression tests Reviewed-by: alanb, mduigou
Tue, 06 May 2014 12:20:29 +0100 Merge
chegar [Tue, 06 May 2014 12:20:29 +0100] rev 24261
Merge
Fri, 02 May 2014 19:38:33 +0100 8039470: java.net Content Handler API incorrectly specifies implementation specific location of handler classes
chegar [Fri, 02 May 2014 19:38:33 +0100] rev 24260
8039470: java.net Content Handler API incorrectly specifies implementation specific location of handler classes Reviewed-by: alanb, michaelm
Tue, 06 May 2014 10:51:03 +0200 8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
miauno [Tue, 06 May 2014 10:51:03 +0200] rev 24259
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests Reviewed-by: sla
Tue, 06 May 2014 10:29:59 +0200 8042355: stream with sorted() causes downstream ops not to be lazy
psandoz [Tue, 06 May 2014 10:29:59 +0200] rev 24258
8042355: stream with sorted() causes downstream ops not to be lazy Reviewed-by: mduigou
Tue, 06 May 2014 10:28:48 +0400 8040806: BitSet.toString() can throw IndexOutOfBoundsException
igerasim [Tue, 06 May 2014 10:28:48 +0400] rev 24257
8040806: BitSet.toString() can throw IndexOutOfBoundsException Reviewed-by: plevart, mduigou
Thu, 06 Mar 2014 16:51:30 +0000 8034906: Fix typos, errors and Javadoc differences in java.time
scolebourne [Thu, 06 Mar 2014 16:51:30 +0000] rev 24256
8034906: Fix typos, errors and Javadoc differences in java.time Reviewed-by: psandoz
Mon, 05 May 2014 09:52:24 -0700 8020860: cluster Hashtable/Vector field updates for better transactional memory behaviour
mduigou [Mon, 05 May 2014 09:52:24 -0700] rev 24255
8020860: cluster Hashtable/Vector field updates for better transactional memory behaviour Reviewed-by: mduigou, martin, psandoz Contributed-by: sandhya.viswanathan@intel.com, mike.duigou@oracle.com
Sat, 03 May 2014 17:23:51 -0700 8035782: sun/launcher/LauncherHelper$FXHelper loaded unnecessarily
ksrini [Sat, 03 May 2014 17:23:51 -0700] rev 24254
8035782: sun/launcher/LauncherHelper$FXHelper loaded unnecessarily Reviewed-by: ddehaven, kcr, ksrini, mchung Contributed-by: neil.toda@oracle.com
Fri, 02 May 2014 11:25:07 -0700 8032016: Optimizations of Math.next{After,Up}({float,double})
bpb [Fri, 02 May 2014 11:25:07 -0700] rev 24253
8032016: Optimizations of Math.next{After,Up}({float,double}) Summary: Rearrange code to handle the more common and costly case first. Reviewed-by: darcy Contributed-by: Jeff Hain <jeffhain@rocketmail.com>
Fri, 02 May 2014 10:05:57 -0400 Merge
mullan [Fri, 02 May 2014 10:05:57 -0400] rev 24252
Merge
Fri, 02 May 2014 10:01:46 -0400 8038349: Signing XML with DSA throws Exception when key is larger than 1024 bits
mullan [Fri, 02 May 2014 10:01:46 -0400] rev 24251
8038349: Signing XML with DSA throws Exception when key is larger than 1024 bits Reviewed-by: xuelei
Fri, 02 May 2014 14:40:52 +0200 8031036: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java failed on 8b121
sjiang [Fri, 02 May 2014 14:40:52 +0200] rev 24250
8031036: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java failed on 8b121 Reviewed-by: dfuchs
Thu, 08 May 2014 01:05:24 -0700 Added tag jdk9-b12 for changeset 5cbca4ed35a3
katleman [Thu, 08 May 2014 01:05:24 -0700] rev 24249
Added tag jdk9-b12 for changeset 5cbca4ed35a3
Wed, 05 Jul 2017 19:39:50 +0200 Merge
duke [Wed, 05 Jul 2017 19:39:50 +0200] rev 24248
Merge
Thu, 08 May 2014 15:26:57 -0700 Merge
lana [Thu, 08 May 2014 15:26:57 -0700] rev 24247
Merge
Fri, 02 May 2014 09:52:17 -0700 Merge
amurillo [Fri, 02 May 2014 09:52:17 -0700] rev 24246
Merge
Wed, 30 Apr 2014 14:43:00 -0700 Merge
jmasa [Wed, 30 Apr 2014 14:43:00 -0700] rev 24245
Merge
Tue, 29 Apr 2014 09:33:20 +0200 7132678: G1: verify that the marking bitmaps have no marks for objects over TAMS
brutisso [Tue, 29 Apr 2014 09:33:20 +0200] rev 24244
7132678: G1: verify that the marking bitmaps have no marks for objects over TAMS Reviewed-by: jmasa, tschatzl, ehelin Contributed-by: tony.printezis@oracle.com, bengt.rutisson@oracle.com
Mon, 28 Apr 2014 09:31:25 +0000 Merge
sla [Mon, 28 Apr 2014 09:31:25 +0000] rev 24243
Merge
Mon, 28 Apr 2014 09:27:47 +0200 8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
sla [Mon, 28 Apr 2014 09:27:47 +0200] rev 24242
8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms Reviewed-by: mgronlun, kamg
Sun, 27 Apr 2014 18:57:56 +0200 Merge
allwin [Sun, 27 Apr 2014 18:57:56 +0200] rev 24241
Merge
Fri, 25 Apr 2014 10:08:04 +0200 8041723: Event Based tracing ids to be reassigned for CDS klasses
mgronlun [Fri, 25 Apr 2014 10:08:04 +0200] rev 24240
8041723: Event Based tracing ids to be reassigned for CDS klasses Reviewed-by: coleenp, ehelin
Fri, 25 Apr 2014 07:40:33 +0200 8040140: System.nanoTime() is slow and non-monotonic on OS X
sla [Fri, 25 Apr 2014 07:40:33 +0200] rev 24239
8040140: System.nanoTime() is slow and non-monotonic on OS X Reviewed-by: sspitsyn, shade, dholmes, acorn
Thu, 24 Apr 2014 14:06:40 -0700 8030011: Update Hotspot version string output
amurillo [Thu, 24 Apr 2014 14:06:40 -0700] rev 24238
8030011: Update Hotspot version string output Reviewed-by: dholmes, jcoomes, kvn
Thu, 03 Apr 2014 14:54:42 +0200 6664815: Eliminate redundant memcpy operation in jni_GetStringUTFRegion
mgerdin [Thu, 03 Apr 2014 14:54:42 +0200] rev 24237
6664815: Eliminate redundant memcpy operation in jni_GetStringUTFRegion Summary: Added support for target buffer in as_utf8_string(), minor refactoring of as_utf8 and added some internal VM testing Reviewed-by: coleenp, dsimms, sla, dholmes Contributed-by: marcus.larsson@oracle.com
Thu, 24 Apr 2014 00:46:17 +0200 8033405: metaspace/stressHierarchy/stressHierarchy005 hangs in atexit handler
ctornqvi [Thu, 24 Apr 2014 00:46:17 +0200] rev 24236
8033405: metaspace/stressHierarchy/stressHierarchy005 hangs in atexit handler Summary: <ake sure we shut down NMT before the VM exits and do not track malloc/free when NMT is shutting down Reviewed-by: coleenp, zgu
Thu, 08 May 2014 01:05:13 -0700 Added tag jdk9-b12 for changeset db0b706c8253
katleman [Thu, 08 May 2014 01:05:13 -0700] rev 24235
Added tag jdk9-b12 for changeset db0b706c8253
Thu, 08 May 2014 15:26:31 -0700 Merge
lana [Thu, 08 May 2014 15:26:31 -0700] rev 24234
Merge
Tue, 06 May 2014 13:24:51 -0700 8042417: hgforest: allow local clone of extra repos
mduigou [Tue, 06 May 2014 13:24:51 -0700] rev 24233
8042417: hgforest: allow local clone of extra repos Reviewed-by: chegar, erikj
Tue, 06 May 2014 11:43:14 +0200 8042348: Copyright link in Javadoc page for Java SE 8
erikj [Tue, 06 May 2014 11:43:14 +0200] rev 24232
8042348: Copyright link in Javadoc page for Java SE 8 Reviewed-by: tbell, iris
Thu, 08 May 2014 01:04:59 -0700 Added tag jdk9-b12 for changeset 82ebbb6c2fa2
katleman [Thu, 08 May 2014 01:04:59 -0700] rev 24231
Added tag jdk9-b12 for changeset 82ebbb6c2fa2
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip