Mon, 19 Oct 2015 15:48:09 -0400 Merge
bobv [Mon, 19 Oct 2015 15:48:09 -0400] rev 33654
Merge
Mon, 19 Oct 2015 13:41:09 -0400 8136556: Add the ability to perform static builds of MacOSX x64 binaries
bobv [Mon, 19 Oct 2015 13:41:09 -0400] rev 33653
8136556: Add the ability to perform static builds of MacOSX x64 binaries Reviewed-by: ihse, bdelsart, gadams, lfoltan, rriggs, hseigel, twisti
Mon, 09 Nov 2015 18:27:43 -0800 8142369: Move TestLocalTime.java to tier 2
darcy [Mon, 09 Nov 2015 18:27:43 -0800] rev 33652
8142369: Move TestLocalTime.java to tier 2 Reviewed-by: lancea, sherman
Tue, 10 Nov 2015 01:38:35 +0300 8048356: SecureRandom default provider tests
rhalade [Tue, 10 Nov 2015 01:38:35 +0300] rev 33651
8048356: SecureRandom default provider tests Reviewed-by: wetmore
Mon, 09 Nov 2015 17:15:07 +0100 8141678: sun.invoke.util.Wrapper eagerly initializes all integral type caches
redestad [Mon, 09 Nov 2015 17:15:07 +0100] rev 33650
8141678: sun.invoke.util.Wrapper eagerly initializes all integral type caches Reviewed-by: vlivanov, psandoz, shade, plevart
Mon, 09 Nov 2015 17:14:05 +0100 8141677: Improve java.lang.invoke.MemberName hashCode implementation
redestad [Mon, 09 Nov 2015 17:14:05 +0100] rev 33649
8141677: Improve java.lang.invoke.MemberName hashCode implementation Reviewed-by: vlivanov, psandoz, shade
Mon, 09 Nov 2015 11:02:07 -0500 8138566: (Process) java.lang.Process.allChildren specification clarification
rriggs [Mon, 09 Nov 2015 11:02:07 -0500] rev 33648
8138566: (Process) java.lang.Process.allChildren specification clarification 8140213: Process/ProcessHandle.onExit() spec need to be improved 8140250: (process) Process.info description is inaccurate Summary: rename to descendants() and clarify Reviewed-by: psandoz
Fri, 06 Nov 2015 17:27:27 -0500 8139932: Typo in makefile changes for 8043805 [Allow using a system-installed libjpeg]
omajid [Fri, 06 Nov 2015 17:27:27 -0500] rev 33647
8139932: Typo in makefile changes for 8043805 [Allow using a system-installed libjpeg] Reviewed-by: erikj, omajid, prr Contributed-by: Matthias Klose <doko@ubuntu.com>
Mon, 09 Nov 2015 13:44:58 +0100 8131129: Attempt to define a duplicate BMH$Species class
plevart [Mon, 09 Nov 2015 13:44:58 +0100] rev 33646
8131129: Attempt to define a duplicate BMH$Species class Reviewed-by: mhaupt, redestad, vlivanov
Mon, 09 Nov 2015 13:58:10 +0300 8140649: imageFile should use delete[] with new[]
asmotrak [Mon, 09 Nov 2015 13:58:10 +0300] rev 33645
8140649: imageFile should use delete[] with new[] Reviewed-by: jlaskey
Mon, 09 Nov 2015 09:23:49 +0100 8141630: Specification of Collections.synchronized* need to state traversal constraints
psandoz [Mon, 09 Nov 2015 09:23:49 +0100] rev 33644
8141630: Specification of Collections.synchronized* need to state traversal constraints Reviewed-by: psandoz Contributed-by: Tagir Valeev <amaembo@gmail.com>
Thu, 12 Nov 2015 10:39:06 -0800 Added tag jdk9-b92 for changeset ff95a3cea444
lana [Thu, 12 Nov 2015 10:39:06 -0800] rev 33643
Added tag jdk9-b92 for changeset ff95a3cea444
Wed, 05 Jul 2017 21:00:03 +0200 Merge
duke [Wed, 05 Jul 2017 21:00:03 +0200] rev 33642
Merge
Thu, 12 Nov 2015 18:29:22 -0800 Merge
lana [Thu, 12 Nov 2015 18:29:22 -0800] rev 33641
Merge
Fri, 06 Nov 2015 11:11:51 -0800 Merge
amurillo [Fri, 06 Nov 2015 11:11:51 -0800] rev 33640
Merge
Fri, 06 Nov 2015 16:42:01 +0100 8141629: Hs-comp doesn't build with JDK-8139040
neliasso [Fri, 06 Nov 2015 16:42:01 +0100] rev 33639
8141629: Hs-comp doesn't build with JDK-8139040 Summary: Fix benign uninitialized vars Reviewed-by: roland
Fri, 06 Nov 2015 11:34:03 +0100 Merge
neliasso [Fri, 06 Nov 2015 11:34:03 +0100] rev 33638
Merge
Thu, 05 Nov 2015 16:35:21 +0300 8140389: Remove StringCharIntrinsics flag after JDK-8138651 is fixed
shade [Thu, 05 Nov 2015 16:35:21 +0300] rev 33637
8140389: Remove StringCharIntrinsics flag after JDK-8138651 is fixed Reviewed-by: kvn, zmajo
Thu, 05 Nov 2015 15:29:46 +0100 8141443: jdk/test/java/util/regex/RegExTest.java fails: No match found
thartmann [Thu, 05 Nov 2015 15:29:46 +0100] rev 33636
8141443: jdk/test/java/util/regex/RegExTest.java fails: No match found Summary: Do not sign extend when converting jbyte to jchar. Reviewed-by: shade, kvn
Thu, 05 Nov 2015 15:08:58 +0100 Merge
erikj [Thu, 05 Nov 2015 15:08:58 +0100] rev 33635
Merge
Thu, 05 Nov 2015 10:55:58 +0100 8141416: "expr: syntax error" due to gcc -dumpversion excluding micro
simonis [Thu, 05 Nov 2015 10:55:58 +0100] rev 33634
8141416: "expr: syntax error" due to gcc -dumpversion excluding micro Reviewed-by: erikj, stuefe
Thu, 05 Nov 2015 13:33:18 +0300 8141044: C1 should fold (this == null) to false
shade [Thu, 05 Nov 2015 13:33:18 +0300] rev 33633
8141044: C1 should fold (this == null) to false Reviewed-by: jrose, roland
Wed, 04 Nov 2015 07:23:23 -1000 8139170: JVMCI refresh
twisti [Wed, 04 Nov 2015 07:23:23 -1000] rev 33632
8139170: JVMCI refresh Reviewed-by: kvn
Tue, 03 Nov 2015 20:12:51 +0300 8139385: [TESTBUG]: JVMCI test crashes in constantPoolHandle::constantPoolHandle
kshefov [Tue, 03 Nov 2015 20:12:51 +0300] rev 33631
8139385: [TESTBUG]: JVMCI test crashes in constantPoolHandle::constantPoolHandle Reviewed-by: kvn, iignatyev
Tue, 03 Nov 2015 18:42:40 +0300 8141129: 3 compiler control tests fail on product builds
ppunegov [Tue, 03 Nov 2015 18:42:40 +0300] rev 33630
8141129: 3 compiler control tests fail on product builds Summary: UnlockDiagnosticVMOptions should be placed before the PrintAssembly Reviewed-by: kvn
Tue, 03 Nov 2015 20:12:47 +0300 8138809: improve tests for CompilerToVM::hasCompiledCodeForOSR
tpivovarova [Tue, 03 Nov 2015 20:12:47 +0300] rev 33629
8138809: improve tests for CompilerToVM::hasCompiledCodeForOSR Reviewed-by: kvn
Tue, 03 Nov 2015 09:41:03 +0100 8141132: JEP 254: Compact Strings
thartmann [Tue, 03 Nov 2015 09:41:03 +0100] rev 33628
8141132: JEP 254: Compact Strings Summary: Adopt a more space-efficient internal representation for strings. Reviewed-by: alanb, bdelsart, coleenp, iklam, jiangli, jrose, kevinw, naoto, pliden, roland, smarks, twisti Contributed-by: Brent Christian <brent.christian@oracle.com>, Vivek Deshpande <vivek.r.deshpande@intel.com>, Tobias Hartmann <tobias.hartmann@oracle.com>, Charlie Hunt <charlie.hunt@oracle.com>, Vladimir Kozlov <vladimir.kozlov@oracle.com>, Roger Riggs <roger.riggs@oracle.com>, Xueming Shen <xueming.shen@oracle.com>, Aleksey Shipilev <aleksey.shipilev@oracle.com>, Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Mon, 02 Nov 2015 12:34:27 +0000 8079459: JCK test api/java_nio/ByteBuffer/index.html#GetPutXXX start failing after JDK-8026049
aph [Mon, 02 Nov 2015 12:34:27 +0000] rev 33627
8079459: JCK test api/java_nio/ByteBuffer/index.html#GetPutXXX start failing after JDK-8026049 Summary: nextPutIndex used where nextGetIndex is correct. Reviewed-by: alanb
Thu, 05 Nov 2015 19:31:57 +0100 Merge
jwilhelm [Thu, 05 Nov 2015 19:31:57 +0100] rev 33626
Merge
Fri, 30 Oct 2015 00:02:37 +0100 Merge
jwilhelm [Fri, 30 Oct 2015 00:02:37 +0100] rev 33625
Merge
Thu, 29 Oct 2015 17:32:08 +0100 8140489: Introduce shorthand for average_time_ms in G1CollectorPolicy
ehelin [Thu, 29 Oct 2015 17:32:08 +0100] rev 33624
8140489: Introduce shorthand for average_time_ms in G1CollectorPolicy Reviewed-by: mgerdin, tschatzl, drwhite
Thu, 29 Oct 2015 14:58:44 +0100 8140393: Move WorkerDataArray to its own file
ehelin [Thu, 29 Oct 2015 14:58:44 +0100] rev 33623
8140393: Move WorkerDataArray to its own file Reviewed-by: tschatzl, mgerdin, tbenson
Thu, 29 Oct 2015 11:33:43 +0100 8140761: Remove caching from WorkerDataArray
ehelin [Thu, 29 Oct 2015 11:33:43 +0100] rev 33622
8140761: Remove caching from WorkerDataArray Reviewed-by: tschatzl, mgerdin, tbenson
Thu, 29 Oct 2015 02:38:50 +0100 Merge
dsamersoff [Thu, 29 Oct 2015 02:38:50 +0100] rev 33621
Merge
Wed, 28 Oct 2015 16:45:51 +0100 Merge
dsamersoff [Wed, 28 Oct 2015 16:45:51 +0100] rev 33620
Merge
Wed, 28 Oct 2015 18:20:26 +0300 8139762: Format warnings in libjvm_db.c
dsamersoff [Wed, 28 Oct 2015 18:20:26 +0300] rev 33619
8139762: Format warnings in libjvm_db.c Summary: Fix format string Reviewed-by: sspitsyn
Wed, 28 Oct 2015 23:29:21 +0100 Merge
coleenp [Wed, 28 Oct 2015 23:29:21 +0100] rev 33618
Merge
Wed, 28 Oct 2015 20:30:03 +0100 Merge
coleenp [Wed, 28 Oct 2015 20:30:03 +0100] rev 33617
Merge
Wed, 28 Oct 2015 09:09:55 -0500 8140539: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
gziemski [Wed, 28 Oct 2015 09:09:55 -0500] rev 33616
8140539: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1 Summary: Add back "-XX:+IgnoreUnrecognizedVMOptions" that was removed in a prototype. Reviewed-by: dcubed, ddmitriev
Wed, 28 Oct 2015 19:54:46 +0100 Merge
dsamersoff [Wed, 28 Oct 2015 19:54:46 +0100] rev 33615
Merge
Wed, 28 Oct 2015 21:47:31 +0300 8140663: FrameValue might be used uninitialized
dsamersoff [Wed, 28 Oct 2015 21:47:31 +0300] rev 33614
8140663: FrameValue might be used uninitialized Summary: Add a constructor Reviewed-by: sspitsyn, jwilhelm
Wed, 28 Oct 2015 16:36:53 +0100 Merge
coleenp [Wed, 28 Oct 2015 16:36:53 +0100] rev 33613
Merge
Wed, 28 Oct 2015 15:03:40 +0100 Merge
coleenp [Wed, 28 Oct 2015 15:03:40 +0100] rev 33612
Merge
Wed, 28 Oct 2015 09:47:23 -0400 8139203: Consistent naming for klass type predicates
coleenp [Wed, 28 Oct 2015 09:47:23 -0400] rev 33611
8139203: Consistent naming for klass type predicates 8138923: Remove oop coupling with InstanceKlass subclasses Summary: Renamed oop_is_instance and friends, removed the functions in oop that dug down into InstanceKlass. Reviewed-by: jrose, lfoltan, stefank
Tue, 27 Oct 2015 14:33:29 +0300 8139900: [TESTBUG] Remove G1UpdateBufferSize and InitialBootClassLoaderMetaspaceSize from TestOptionsWithRanges
ddmitriev [Tue, 27 Oct 2015 14:33:29 +0300] rev 33610
8139900: [TESTBUG] Remove G1UpdateBufferSize and InitialBootClassLoaderMetaspaceSize from TestOptionsWithRanges Reviewed-by: gziemski, sangheki, ctornqvi
Wed, 14 Oct 2015 14:51:10 +0200 8139149: Split G1 evacuate_collection_set into multiple steps
mgerdin [Wed, 14 Oct 2015 14:51:10 +0200] rev 33609
8139149: Split G1 evacuate_collection_set into multiple steps Reviewed-by: ehelin, tschatzl
Mon, 26 Oct 2015 12:22:24 -0400 8138920: Refactor the sampling thread from ConcurrentG1RefineThread
drwhite [Mon, 26 Oct 2015 12:22:24 -0400] rev 33608
8138920: Refactor the sampling thread from ConcurrentG1RefineThread Summary: Helps enable running without concurrent refinement threads Reviewed-by: brutisso, pliden
Tue, 27 Oct 2015 15:09:19 +0000 Merge
chegar [Tue, 27 Oct 2015 15:09:19 +0000] rev 33607
Merge
Tue, 27 Oct 2015 14:18:56 +0000 8139891: Prepare Unsafe for true encapsulation
chegar [Tue, 27 Oct 2015 14:18:56 +0000] rev 33606
8139891: Prepare Unsafe for true encapsulation Reviewed-by: alanb, dholmes, jrose, psandoz, twisti
Tue, 27 Oct 2015 11:44:49 +0100 8140583: Without PrintPLAB, there are superfluous newlines in the GC log messages
tschatzl [Tue, 27 Oct 2015 11:44:49 +0100] rev 33605
8140583: Without PrintPLAB, there are superfluous newlines in the GC log messages Summary: Conditionalize offending newlines by -XX:+PrintPLAB Reviewed-by: mgerdin
Fri, 09 Oct 2015 16:39:37 +0200 8139116: Fixes for warning "format not a string literal"
goetz [Fri, 09 Oct 2015 16:39:37 +0200] rev 33604
8139116: Fixes for warning "format not a string literal" Reviewed-by: ddmitriev, david, simonis
Mon, 26 Oct 2015 20:07:50 +0100 Merge
coleenp [Mon, 26 Oct 2015 20:07:50 +0100] rev 33603
Merge
Mon, 26 Oct 2015 13:11:36 -0400 8139163: InstanceKlass::cast passes through NULL
coleenp [Mon, 26 Oct 2015 13:11:36 -0400] rev 33602
8139163: InstanceKlass::cast passes through NULL Summary: Reduce raw (InstanceKlass*) casts and InstanceKlass::cast, which no long allows null Reviewed-by: twisti, kbarrett
Mon, 26 Oct 2015 18:27:33 +0100 Merge
coleenp [Mon, 26 Oct 2015 18:27:33 +0100] rev 33601
Merge
Mon, 26 Oct 2015 08:34:25 -0700 8139801: Error message from validation check has wrong order on Windows
sangheki [Mon, 26 Oct 2015 08:34:25 -0700] rev 33600
8139801: Error message from validation check has wrong order on Windows Summary: Added flushing stdout and stderr before exit or abort Reviewed-by: coleenp, cjplummer
Thu, 22 Oct 2015 11:33:51 -0400 8139664: Delete ConcurrentMarkSweepThread::is_ConcurrentGC_thread()
aharlap [Thu, 22 Oct 2015 11:33:51 -0400] rev 33599
8139664: Delete ConcurrentMarkSweepThread::is_ConcurrentGC_thread() Summary: Remove virtual method with same implementation as on base class Reviewed-by: pliden, drwhite
Wed, 21 Oct 2015 14:13:36 -0400 8140251: Define the G1 term MMU somewhere in the source code.
drwhite [Wed, 21 Oct 2015 14:13:36 -0400] rev 33598
8140251: Define the G1 term MMU somewhere in the source code. Summary: (MINOR) Simple comment fix to define Minimum Mutator Utilization (MMU) Reviewed-by: jwilhelm
Fri, 23 Oct 2015 14:33:19 +0300 8139903: G1EvacStats does not split log entries.
mchernov [Fri, 23 Oct 2015 14:33:19 +0300] rev 33597
8139903: G1EvacStats does not split log entries. Summary: Added gclog_or_tty->cr() to G1EvacStats to avoid concatenated PLAB log entries. Reviewed-by: tschatzl, dfazunen
Sun, 25 Oct 2015 19:19:55 -0400 8134642: ParkEvent::RawThreadIdentity appears to be unused and should be removed
dholmes [Sun, 25 Oct 2015 19:19:55 -0400] rev 33596
8134642: ParkEvent::RawThreadIdentity appears to be unused and should be removed Reviewed-by: dcubed, hseigel
Sat, 24 Oct 2015 15:44:08 -0700 8047212: runtime/ParallelClassLoading/bootstrap/random/inner-complex assert(ObjectSynchronizer::verify_objmon_isinpool(inf)) failed: monitor is invalid
dcubed [Sat, 24 Oct 2015 15:44:08 -0700] rev 33595
8047212: runtime/ParallelClassLoading/bootstrap/random/inner-complex assert(ObjectSynchronizer::verify_objmon_isinpool(inf)) failed: monitor is invalid Summary: Fix race between ObjectMonitor alloc and verification code; teach SA about "static pointer volatile" fields. Reviewed-by: cvarming, dholmes, sspitsyn, coleenp
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip