Thu, 18 Sep 2014 19:41:50 +0200 Merge
jwilhelm [Thu, 18 Sep 2014 19:41:50 +0200] rev 26704
Merge
Tue, 16 Sep 2014 09:31:42 +0000 Merge
stefank [Tue, 16 Sep 2014 09:31:42 +0000] rev 26703
Merge
Tue, 16 Sep 2014 10:13:45 +0200 8058475: TestCMSClassUnloadingEnabledHWM.java fails with '.*CMS Initial Mark.*' missing from stdout/stderr
stefank [Tue, 16 Sep 2014 10:13:45 +0200] rev 26702
8058475: TestCMSClassUnloadingEnabledHWM.java fails with '.*CMS Initial Mark.*' missing from stdout/stderr Reviewed-by: mgerdin, tschatzl, brutisso
Tue, 16 Sep 2014 10:28:15 +0200 8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
tschatzl [Tue, 16 Sep 2014 10:28:15 +0200] rev 26701
8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set Summary: Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references. Reviewed-by: iveresov, brutisso, mgerdin
Tue, 24 Jun 2014 15:50:50 +0200 8049864: TestParallelHeapSizeFlags fails with unexpected heap size
ehelin [Tue, 24 Jun 2014 15:50:50 +0200] rev 26700
8049864: TestParallelHeapSizeFlags fails with unexpected heap size Reviewed-by: sjohanss, jmasa
Mon, 15 Sep 2014 13:32:30 +0000 Merge
jwilhelm [Mon, 15 Sep 2014 13:32:30 +0000] rev 26699
Merge
Mon, 15 Sep 2014 15:28:43 +0200 Merge
jwilhelm [Mon, 15 Sep 2014 15:28:43 +0200] rev 26698
Merge
Mon, 15 Sep 2014 10:57:22 +0200 8049536: os::commit_memory on Solaris uses aligment_hint as page size
ehelin [Mon, 15 Sep 2014 10:57:22 +0200] rev 26697
8049536: os::commit_memory on Solaris uses aligment_hint as page size Reviewed-by: stefank, tschatzl
Mon, 15 Sep 2014 12:19:31 +0200 8057768: Make heap region region type in G1 HeapRegion explicit
tonyp [Mon, 15 Sep 2014 12:19:31 +0200] rev 26696
8057768: Make heap region region type in G1 HeapRegion explicit Reviewed-by: brutisso, tschatzl
Thu, 11 Sep 2014 14:21:24 +0200 8056237: [TESTBUG] gc/g1/TestHumongousShrinkHeap.java fails due to OOM
jwilhelm [Thu, 11 Sep 2014 14:21:24 +0200] rev 26695
8056237: [TESTBUG] gc/g1/TestHumongousShrinkHeap.java fails due to OOM Summary: Added respect for available memory. Renamed function names Reviewed-by: jwilhelm, tschatzl Contributed-by: andrey.x.zakharov@oracle.com
Thu, 11 Sep 2014 14:21:13 +0200 8041946: CMM Testing: 8u40 an allocated humongous object at the end of the heap should not prevents shrinking the heap
jwilhelm [Thu, 11 Sep 2014 14:21:13 +0200] rev 26694
8041946: CMM Testing: 8u40 an allocated humongous object at the end of the heap should not prevents shrinking the heap Summary: New test added Reviewed-by: jwilhelm, tschatzl Contributed-by: andrey.x.zakharov@oracle.com
Tue, 26 Aug 2014 11:53:24 +0200 8056039: Hotspot does not compile with clang 3.4 on Linux
mgerdin [Tue, 26 Aug 2014 11:53:24 +0200] rev 26693
8056039: Hotspot does not compile with clang 3.4 on Linux Reviewed-by: brutisso, sla
Wed, 10 Sep 2014 11:55:33 +0200 8057799: Unnecessary NULL check in G1KeepAliveClosure
tonyp [Wed, 10 Sep 2014 11:55:33 +0200] rev 26692
8057799: Unnecessary NULL check in G1KeepAliveClosure Reviewed-by: tschatzl, stefank
Tue, 16 Sep 2014 12:13:13 +0200 8056999: Make hotspot builds less verbose on default log level
ihse [Tue, 16 Sep 2014 12:13:13 +0200] rev 26691
8056999: Make hotspot builds less verbose on default log level Reviewed-by: dholmes, erikj
Mon, 15 Sep 2014 14:28:15 -0700 8058504: [TESTBUG] Temporarily disable failing test runtime/NMT/MallocTrackingVerify.java
gtriantafill [Mon, 15 Sep 2014 14:28:15 -0700] rev 26690
8058504: [TESTBUG] Temporarily disable failing test runtime/NMT/MallocTrackingVerify.java Reviewed-by: ctornqvi, hseigel
Fri, 12 Sep 2014 14:05:28 -0700 Merge
iklam [Fri, 12 Sep 2014 14:05:28 -0700] rev 26689
Merge
Thu, 11 Sep 2014 17:54:22 -0700 8022865: [TESTBUG] Compressed Oops testing needs to be revised
ctornqvi [Thu, 11 Sep 2014 17:54:22 -0700] rev 26688
8022865: [TESTBUG] Compressed Oops testing needs to be revised Summary: Rewrote compressed oops tests Reviewed-by: kvn, coleenp, mseledtsov
Thu, 11 Sep 2014 10:46:32 -0400 8055145: [TESTBUG] runtime/7158988/FieldMonitor.java fails with VMDisconnectedException
coleenp [Thu, 11 Sep 2014 10:46:32 -0400] rev 26687
8055145: [TESTBUG] runtime/7158988/FieldMonitor.java fails with VMDisconnectedException Summary: Exclude this test on JPRT and make it trivially pass if it gets a disconnected exception (which seems rare) Reviewed-by: gtriantafill, sspitsyn, ctornqvi
Thu, 11 Sep 2014 03:13:29 -0700 8054174: minor buglet in computation of end of pc descs in libjvm_db.c
dsamersoff [Thu, 11 Sep 2014 03:13:29 -0700] rev 26686
8054174: minor buglet in computation of end of pc descs in libjvm_db.c Summary: fixed scopes_pcs_end calculation Reviewed-by: sspitsyn, sla Contributed-by: Tom Rodriguez <tom.rodriguez@oracle.com>
Wed, 10 Sep 2014 17:06:36 -0700 Merge
dcubed [Wed, 10 Sep 2014 17:06:36 -0700] rev 26685
Merge
Wed, 10 Sep 2014 11:52:16 -0600 8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
dcubed [Wed, 10 Sep 2014 11:52:16 -0600] rev 26684
8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket Reviewed-by: fparain, sspitsyn, coleenp
Wed, 10 Sep 2014 11:48:20 -0600 8057107: cleanup indent white space issues prior to Contended Locking reorder and cache line bucket
dcubed [Wed, 10 Sep 2014 11:48:20 -0600] rev 26683
8057107: cleanup indent white space issues prior to Contended Locking reorder and cache line bucket Reviewed-by: fparain, sspitsyn, coleenp
Wed, 10 Sep 2014 09:52:41 -0700 8057744: (process) Synchronize exiting of threads and process [win]
igerasim [Wed, 10 Sep 2014 09:52:41 -0700] rev 26682
8057744: (process) Synchronize exiting of threads and process [win] Reviewed-by: dholmes, dcubed, sla
Wed, 10 Sep 2014 07:06:37 -0700 8055719: Clean out support for old VC versions from ProjectCreator
ctornqvi [Wed, 10 Sep 2014 07:06:37 -0700] rev 26681
8055719: Clean out support for old VC versions from ProjectCreator Summary: Clean out support for old VC versions from ProjectCreator Reviewed-by: sla, allwin
Wed, 10 Sep 2014 00:44:16 -0400 8056183: os::is_MP() always reports true when NMT is enabled
dholmes [Wed, 10 Sep 2014 00:44:16 -0400] rev 26680
8056183: os::is_MP() always reports true when NMT is enabled Reviewed-by: shade, coleenp, bdelsart
Thu, 25 Sep 2014 12:40:17 -0700 Added tag jdk9-b32 for changeset 16409c45f454
katleman [Thu, 25 Sep 2014 12:40:17 -0700] rev 26679
Added tag jdk9-b32 for changeset 16409c45f454
Thu, 25 Sep 2014 16:19:51 -0700 Merge
lana [Thu, 25 Sep 2014 16:19:51 -0700] rev 26678
Merge
Thu, 25 Sep 2014 14:17:39 -0700 Merge
prr [Thu, 25 Sep 2014 14:17:39 -0700] rev 26677
Merge
Fri, 19 Sep 2014 11:19:20 -0700 Merge
prr [Fri, 19 Sep 2014 11:19:20 -0700] rev 26676
Merge
Fri, 19 Sep 2014 09:42:27 -0700 8056216: Remove "sun" directory layer from libawt and common
prr [Fri, 19 Sep 2014 09:42:27 -0700] rev 26675
8056216: Remove "sun" directory layer from libawt and common Reviewed-by: erikj, ihse, coffeys
Thu, 25 Sep 2014 21:16:00 +0400 8059101: unshuffle_patch.sh should be able to deal with stdin/stdout
igerasim [Thu, 25 Sep 2014 21:16:00 +0400] rev 26674
8059101: unshuffle_patch.sh should be able to deal with stdin/stdout Reviewed-by: dfuchs, chegar
Tue, 23 Sep 2014 07:24:01 -0700 Merge
tbell [Tue, 23 Sep 2014 07:24:01 -0700] rev 26673
Merge
Tue, 23 Sep 2014 07:23:25 -0700 8047933: Race between jdk/make/scripts/genExceptions.sh and com.sun.tools.javadoc.Main
erikj [Tue, 23 Sep 2014 07:23:25 -0700] rev 26672
8047933: Race between jdk/make/scripts/genExceptions.sh and com.sun.tools.javadoc.Main Reviewed-by: ihse, tbell
Fri, 19 Sep 2014 11:53:01 +0200 8058797: Building with sjavac broken after JDK-8058118
erikj [Fri, 19 Sep 2014 11:53:01 +0200] rev 26671
8058797: Building with sjavac broken after JDK-8058118 Reviewed-by: ihse
Thu, 25 Sep 2014 12:40:16 -0700 Added tag jdk9-b32 for changeset f83990f1ceae
katleman [Thu, 25 Sep 2014 12:40:16 -0700] rev 26670
Added tag jdk9-b32 for changeset f83990f1ceae
Wed, 05 Jul 2017 20:01:51 +0200 Added tag jdk9-b32 for changeset 1b1ec4291abc
duke [Wed, 05 Jul 2017 20:01:51 +0200] rev 26669
Added tag jdk9-b32 for changeset 1b1ec4291abc
Wed, 05 Jul 2017 20:01:50 +0200 Merge jdk9-b32
duke [Wed, 05 Jul 2017 20:01:50 +0200] rev 26668
Merge
Wed, 05 Jul 2017 20:01:47 +0200 Merge
duke [Wed, 05 Jul 2017 20:01:47 +0200] rev 26667
Merge
Thu, 18 Sep 2014 13:27:02 -0700 Merge
lana [Thu, 18 Sep 2014 13:27:02 -0700] rev 26666
Merge
Thu, 18 Sep 2014 00:50:48 -0700 8047745: Javadoc should include encoding information in generated html files
bpatel [Thu, 18 Sep 2014 00:50:48 -0700] rev 26665
8047745: Javadoc should include encoding information in generated html files Reviewed-by: jjg, ksrini
Wed, 17 Sep 2014 23:52:19 -0700 8043698: <title> tag not getting generated in package-summary pages for un-named packages
bpatel [Wed, 17 Sep 2014 23:52:19 -0700] rev 26664
8043698: <title> tag not getting generated in package-summary pages for un-named packages Reviewed-by: jjg, ksrini
Mon, 15 Sep 2014 12:43:35 +0100 8055963: Inference failure with nested invocation
mcimadamore [Mon, 15 Sep 2014 12:43:35 +0100] rev 26663
8055963: Inference failure with nested invocation Summary: Revise heuristics to force eager instantiation of return inference vars Reviewed-by: vromero
Fri, 12 Sep 2014 17:05:18 -0700 8055080: Group 9d: golden files for tests in tools/javac dir
sogoel [Fri, 12 Sep 2014 17:05:18 -0700] rev 26662
8055080: Group 9d: golden files for tests in tools/javac dir Reviewed-by: jjg, mcimadamore, jlahoda
Wed, 17 Sep 2014 22:56:11 -0700 Added tag jdk9-b31 for changeset 34aa137c3d5f
katleman [Wed, 17 Sep 2014 22:56:11 -0700] rev 26661
Added tag jdk9-b31 for changeset 34aa137c3d5f
Wed, 05 Jul 2017 20:01:44 +0200 Merge
duke [Wed, 05 Jul 2017 20:01:44 +0200] rev 26660
Merge
Thu, 18 Sep 2014 13:27:06 -0700 Merge
lana [Thu, 18 Sep 2014 13:27:06 -0700] rev 26659
Merge
Fri, 12 Sep 2014 17:20:37 +0200 8054548: JAX-WS tools need to updated to work with modular image
mkos [Fri, 12 Sep 2014 17:20:37 +0200] rev 26658
8054548: JAX-WS tools need to updated to work with modular image Summary: Removing java reflection API to get JavaCompiler; using standard javax.tools API instead Reviewed-by: alanb
Wed, 17 Sep 2014 22:56:04 -0700 Added tag jdk9-b31 for changeset 38f3aee12cf1
katleman [Wed, 17 Sep 2014 22:56:04 -0700] rev 26657
Added tag jdk9-b31 for changeset 38f3aee12cf1
Wed, 05 Jul 2017 20:01:40 +0200 Merge
duke [Wed, 05 Jul 2017 20:01:40 +0200] rev 26656
Merge
Wed, 17 Sep 2014 22:55:55 -0700 Added tag jdk9-b31 for changeset abaac15e3bd1
katleman [Wed, 17 Sep 2014 22:55:55 -0700] rev 26655
Added tag jdk9-b31 for changeset abaac15e3bd1
Wed, 05 Jul 2017 20:01:38 +0200 Merge
duke [Wed, 05 Jul 2017 20:01:38 +0200] rev 26654
Merge
Thu, 18 Sep 2014 13:27:22 -0700 Merge
lana [Thu, 18 Sep 2014 13:27:22 -0700] rev 26653
Merge
Wed, 17 Sep 2014 16:44:23 +0400 8057035: Some tests failed using java.awt.Color on Solaris without X11 libraries
yan [Wed, 17 Sep 2014 16:44:23 +0400] rev 26652
8057035: Some tests failed using java.awt.Color on Solaris without X11 libraries Reviewed-by: lagergren Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
Wed, 17 Sep 2014 15:02:42 +0530 8058615: Overload resolution ambiguity involving ConsString
sundar [Wed, 17 Sep 2014 15:02:42 +0530] rev 26651
8058615: Overload resolution ambiguity involving ConsString Reviewed-by: lagergren, hannesw
Tue, 16 Sep 2014 17:47:58 +0530 8058551: Top level README accidentally modified with changeset 1025:1d7a917a35e2
sundar [Tue, 16 Sep 2014 17:47:58 +0530] rev 26650
8058551: Top level README accidentally modified with changeset 1025:1d7a917a35e2 Reviewed-by: jlaskey, hannesw
Tue, 16 Sep 2014 17:04:35 +0530 8058545: With strict mode, bean property assignment of a non-existent property should result in TypeError
sundar [Tue, 16 Sep 2014 17:04:35 +0530] rev 26649
8058545: With strict mode, bean property assignment of a non-existent property should result in TypeError Reviewed-by: hannesw, lagergren
Mon, 15 Sep 2014 17:51:11 +0200 8056978: ClassCastException: cannot cast jdk.nashorn.internal.scripts.JO*
hannesw [Mon, 15 Sep 2014 17:51:11 +0200] rev 26648
8056978: ClassCastException: cannot cast jdk.nashorn.internal.scripts.JO* Reviewed-by: jlaskey, sundar
Mon, 15 Sep 2014 15:18:13 +0530 8058422: Users should be able to overwrite "context" and "engine" variables
sundar [Mon, 15 Sep 2014 15:18:13 +0530] rev 26647
8058422: Users should be able to overwrite "context" and "engine" variables Reviewed-by: lagergren, attila
Fri, 12 Sep 2014 15:01:48 +0200 8058304: Non-serializable fields in serializable classes
hannesw [Fri, 12 Sep 2014 15:01:48 +0200] rev 26646
8058304: Non-serializable fields in serializable classes Reviewed-by: lagergren, sundar
Fri, 12 Sep 2014 11:00:51 +0200 8057743: Single quotes must be escaped in message resource file
hannesw [Fri, 12 Sep 2014 11:00:51 +0200] rev 26645
8057743: Single quotes must be escaped in message resource file Reviewed-by: attila, lagergren, sundar
Wed, 17 Sep 2014 22:56:12 -0700 Added tag jdk9-b31 for changeset 12198895df07
katleman [Wed, 17 Sep 2014 22:56:12 -0700] rev 26644
Added tag jdk9-b31 for changeset 12198895df07
Wed, 05 Jul 2017 20:01:33 +0200 Merge
duke [Wed, 05 Jul 2017 20:01:33 +0200] rev 26643
Merge
Wed, 17 Sep 2014 22:55:51 -0700 Added tag jdk9-b31 for changeset 45ea6e55697b
katleman [Wed, 17 Sep 2014 22:55:51 -0700] rev 26642
Added tag jdk9-b31 for changeset 45ea6e55697b
Wed, 05 Jul 2017 20:01:31 +0200 Merge
duke [Wed, 05 Jul 2017 20:01:31 +0200] rev 26641
Merge
Thu, 18 Sep 2014 13:27:48 -0700 Merge
lana [Thu, 18 Sep 2014 13:27:48 -0700] rev 26640
Merge
Thu, 18 Sep 2014 15:37:40 -0400 Merge
mullan [Thu, 18 Sep 2014 15:37:40 -0400] rev 26639
Merge
Thu, 18 Sep 2014 15:36:38 -0400 8050281: New permission tests for JEP 140
mullan [Thu, 18 Sep 2014 15:36:38 -0400] rev 26638
8050281: New permission tests for JEP 140 Reviewed-by: mullan Contributed-by: amanda.jiang@oracle.com
Thu, 18 Sep 2014 18:33:05 +0400 8058661: Compiled LambdaForms should inherit from Object to improve class loading performance
vlivanov [Thu, 18 Sep 2014 18:33:05 +0400] rev 26637
8058661: Compiled LambdaForms should inherit from Object to improve class loading performance Reviewed-by: vlivanov, jrose Contributed-by: aleksey.shipilev@oracle.com
Thu, 18 Sep 2014 16:16:07 +0200 8050115: javax/management/monitor/GaugeMonitorDeadlockTest.java fails intermittently
sjiang [Thu, 18 Sep 2014 16:16:07 +0200] rev 26636
8050115: javax/management/monitor/GaugeMonitorDeadlockTest.java fails intermittently Reviewed-by: dfuchs, dholmes
Wed, 17 Sep 2014 23:27:59 -0400 8058569: Update java/lang/invoke/lambda tests to eliminate dependency on sun.tools.jar.Main
dholmes [Wed, 17 Sep 2014 23:27:59 -0400] rev 26635
8058569: Update java/lang/invoke/lambda tests to eliminate dependency on sun.tools.jar.Main Reviewed-by: dholmes, alanb Contributed-by: Amy Lu <amy.lu@oracle.com>
Wed, 17 Sep 2014 14:11:40 -0700 8058679: More bad characters in BigIntegerTest
bpb [Wed, 17 Sep 2014 14:11:40 -0700] rev 26634
8058679: More bad characters in BigIntegerTest Summary: Remove remaining non-US-ASCII characters Reviewed-by: alanb
Wed, 17 Sep 2014 11:04:16 -0700 8058664: Bad fonts in BigIntegerTest
bpb [Wed, 17 Sep 2014 11:04:16 -0700] rev 26633
8058664: Bad fonts in BigIntegerTest Summary: Replace bad fonts with spaces. Reviewed-by: alanb
Wed, 17 Sep 2014 09:43:04 -0700 8058509: CLDRLocaleDataMetaInfo should be in jdk.localedata
naoto [Wed, 17 Sep 2014 09:43:04 -0700] rev 26632
8058509: CLDRLocaleDataMetaInfo should be in jdk.localedata Reviewed-by: mchung, erikj, ihse
Wed, 17 Sep 2014 16:47:52 +0200 8058204: stream tests timeout, intermittently but more likely to happen after JDK-8056248
psandoz [Wed, 17 Sep 2014 16:47:52 +0200] rev 26631
8058204: stream tests timeout, intermittently but more likely to happen after JDK-8056248 Reviewed-by: alanb, dholmes
Wed, 17 Sep 2014 13:55:30 +0800 8056141: Move com.sun.security.jgss into a new module
weijun [Wed, 17 Sep 2014 13:55:30 +0800] rev 26630
8056141: Move com.sun.security.jgss into a new module Reviewed-by: alanb, chegar, mchung
Wed, 17 Sep 2014 13:55:12 +0800 8042900: Allow com.sun.security.jgss to be in different module than org.ietf.jgss
weijun [Wed, 17 Sep 2014 13:55:12 +0800] rev 26629
8042900: Allow com.sun.security.jgss to be in different module than org.ietf.jgss Reviewed-by: valeriep, alanb
Tue, 16 Sep 2014 23:04:13 +0400 8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
vlivanov [Tue, 16 Sep 2014 23:04:13 +0400] rev 26628
8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed Reviewed-by: darcy, alanb
Mon, 15 Sep 2014 13:25:08 -0700 8058505: BigIntegerTest does not exercise Burnikel-Ziegler division
bpb [Mon, 15 Sep 2014 13:25:08 -0700] rev 26627
8058505: BigIntegerTest does not exercise Burnikel-Ziegler division Summary: Modify divideLarge() method such that the w/z division exercises the B-Z branch. Reviewed-by: darcy Contributed-by: Robert Gibson <robbiexgibson@yahoo.com>
Tue, 16 Sep 2014 18:05:03 +0400 8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
vlivanov [Tue, 16 Sep 2014 18:05:03 +0400] rev 26626
8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken Reviewed-by: jrose
Tue, 16 Sep 2014 18:05:01 +0400 8058291: Missing some checks during parameter validation
vlivanov [Tue, 16 Sep 2014 18:05:01 +0400] rev 26625
8058291: Missing some checks during parameter validation Reviewed-by: jrose
Tue, 16 Sep 2014 12:06:53 +0200 8058118: Generate modules.list during the build
chegar [Tue, 16 Sep 2014 12:06:53 +0200] rev 26624
8058118: Generate modules.list during the build Reviewed-by: alanb, mchung
Tue, 16 Sep 2014 09:01:57 +0200 8042205: javax/management/monitor/*: some tests didn't get all the notifications
sjiang [Tue, 16 Sep 2014 09:01:57 +0200] rev 26623
8042205: javax/management/monitor/*: some tests didn't get all the notifications Reviewed-by: dfuchs
Tue, 16 Sep 2014 00:26:58 +0200 8058514: TEST_BUG: New tests introduced in 8058429 are TimeZone dependent
redestad [Tue, 16 Sep 2014 00:26:58 +0200] rev 26622
8058514: TEST_BUG: New tests introduced in 8058429 are TimeZone dependent Reviewed-by: lancea
Mon, 15 Sep 2014 21:20:46 +0200 8058429: JCK test api/java_sql/Timestamp/descriptions.html start failing after 8058230
redestad [Mon, 15 Sep 2014 21:20:46 +0200] rev 26621
8058429: JCK test api/java_sql/Timestamp/descriptions.html start failing after 8058230 Reviewed-by: lancea
Mon, 15 Sep 2014 13:05:04 -0700 8057793: BigDecimal is no longer effectively immutable
bpb [Mon, 15 Sep 2014 13:05:04 -0700] rev 26620
8057793: BigDecimal is no longer effectively immutable Summary: Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend. Reviewed-by: darcy Contributed-by: robbiexgibson@yahoo.com
Sat, 13 Sep 2014 13:26:18 -0400 8058413: Change formatDecimalInt so it is package private
lancea [Sat, 13 Sep 2014 13:26:18 -0400] rev 26619
8058413: Change formatDecimalInt so it is package private Reviewed-by: darcy
Sat, 13 Sep 2014 20:06:15 +0400 8054029: (fc) FileChannel.size() returns 0 for block devices on Linux
igerasim [Sat, 13 Sep 2014 20:06:15 +0400] rev 26618
8054029: (fc) FileChannel.size() returns 0 for block devices on Linux Reviewed-by: alanb
Fri, 05 Sep 2014 19:06:07 -0700 8057986: freetype code to get glyph outline does not handle initial control point properly
martin [Fri, 05 Sep 2014 19:06:07 -0700] rev 26617
8057986: freetype code to get glyph outline does not handle initial control point properly Reviewed-by: prr, dougfelt Contributed-by: Behdad Esfahbod <behdad@google.com>, Igor Kopylov <ikopylov@google.com>
Fri, 12 Sep 2014 18:37:58 -0400 8058394: Doclint clean up in java.sql.Date
lancea [Fri, 12 Sep 2014 18:37:58 -0400] rev 26616
8058394: Doclint clean up in java.sql.Date Reviewed-by: darcy
Fri, 29 Aug 2014 12:07:11 -0700 8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing
martin [Fri, 29 Aug 2014 12:07:11 -0700] rev 26615
8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing Summary: fix off-by-one bug in EXTSIG handling; add docs. Reviewed-by: sherman, alanb
Fri, 12 Sep 2014 13:08:35 -0700 Merge
prr [Fri, 12 Sep 2014 13:08:35 -0700] rev 26614
Merge
Fri, 12 Sep 2014 10:33:32 -0700 Merge
prr [Fri, 12 Sep 2014 10:33:32 -0700] rev 26613
Merge
Mon, 08 Sep 2014 10:24:45 -0700 Merge
prr [Mon, 08 Sep 2014 10:24:45 -0700] rev 26612
Merge
Mon, 08 Sep 2014 09:07:59 -0700 8056209: Remove unused files for libawt
prr [Mon, 08 Sep 2014 09:07:59 -0700] rev 26611
8056209: Remove unused files for libawt Reviewed-by: erikj, ihse, serb
Fri, 05 Sep 2014 12:57:24 +0400 8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris
alexsch [Fri, 05 Sep 2014 12:57:24 +0400] rev 26610
8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris Reviewed-by: ant, azvegint
Thu, 04 Sep 2014 09:32:08 -0700 8056122: Upgrade JDK to use LittleCMS 2.6
prr [Thu, 04 Sep 2014 09:32:08 -0700] rev 26609
8056122: Upgrade JDK to use LittleCMS 2.6 Reviewed-by: bae, jgodinez
Tue, 02 Sep 2014 12:38:17 -0700 Merge
prr [Tue, 02 Sep 2014 12:38:17 -0700] rev 26608
Merge
Tue, 02 Sep 2014 17:42:35 +0400 8056211: api/java_awt/Event/InputMethodEvent/serial/index.html#Input[serial2002] failure
aivanov [Tue, 02 Sep 2014 17:42:35 +0400] rev 26607
8056211: api/java_awt/Event/InputMethodEvent/serial/index.html#Input[serial2002] failure Reviewed-by: pchelko, alexsch
Tue, 02 Sep 2014 17:35:58 +0400 8055746: plenty of clipboard/dnd tests fail and break X11
azvegint [Tue, 02 Sep 2014 17:35:58 +0400] rev 26606
8055746: plenty of clipboard/dnd tests fail and break X11 Reviewed-by: alexsch, pchelko
Fri, 29 Aug 2014 15:27:29 +0400 6624085: Fourth mouse button (wheel) is treated like second button - isPopupTrigger returns true
azvegint [Fri, 29 Aug 2014 15:27:29 +0400] rev 26605
6624085: Fourth mouse button (wheel) is treated like second button - isPopupTrigger returns true Reviewed-by: anthony, azvegint Contributed-by: alexhenrie24@gmail.com
Fri, 29 Aug 2014 14:27:43 +0400 8055664: move 14 tests about setLocationRelativeTo to jdk
yan [Fri, 29 Aug 2014 14:27:43 +0400] rev 26604
8055664: move 14 tests about setLocationRelativeTo to jdk Reviewed-by: alexsch, azvegint
Wed, 27 Aug 2014 08:29:39 -0700 8054638: xrender: text drawn after setColor(Color.white) is actually black
ceisserer [Wed, 27 Aug 2014 08:29:39 -0700] rev 26603
8054638: xrender: text drawn after setColor(Color.white) is actually black Reviewed-by: bae, prr
Tue, 26 Aug 2014 14:10:10 +0100 8040617: [macosx] Large JTable cell results in a OutOfMemoryException
bae [Tue, 26 Aug 2014 14:10:10 +0100] rev 26602
8040617: [macosx] Large JTable cell results in a OutOfMemoryException Reviewed-by: serb, prr
Tue, 26 Aug 2014 15:04:49 +0400 8055360: Move the rest part of AWT ShapedAndTranslucent tests to OpenJDK
dermashov [Tue, 26 Aug 2014 15:04:49 +0400] rev 26601
8055360: Move the rest part of AWT ShapedAndTranslucent tests to OpenJDK Reviewed-by: alexsch
Fri, 12 Sep 2014 22:33:09 +0400 8057719: Develop new tests for LambdaForm Reduction and Caching feature
kshefov [Fri, 12 Sep 2014 22:33:09 +0400] rev 26600
8057719: Develop new tests for LambdaForm Reduction and Caching feature Reviewed-by: iignatyev, vlivanov, psandoz
Fri, 12 Sep 2014 22:33:09 +0400 8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java
kshefov [Fri, 12 Sep 2014 22:33:09 +0400] rev 26599
8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java Reviewed-by: iignatyev, vlivanov
Fri, 12 Sep 2014 20:19:24 +0200 8057951: javax/management/monitor/... should be quarantined
sjiang [Fri, 12 Sep 2014 20:19:24 +0200] rev 26598
8057951: javax/management/monitor/... should be quarantined Reviewed-by: jbachorik
Fri, 12 Sep 2014 17:34:13 +0200 8058230: Improve java.sql toString formatting
redestad [Fri, 12 Sep 2014 17:34:13 +0200] rev 26597
8058230: Improve java.sql toString formatting Reviewed-by: lancea
Wed, 13 Aug 2014 18:40:16 +0200 8055055: Improve numeric parsing in java.sql
redestad [Wed, 13 Aug 2014 18:40:16 +0200] rev 26596
8055055: Improve numeric parsing in java.sql Reviewed-by: lancea
Fri, 12 Sep 2014 15:51:22 +0100 8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack
chegar [Fri, 12 Sep 2014 15:51:22 +0100] rev 26595
8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack Reviewed-by: michaelm
Fri, 12 Sep 2014 12:19:27 +0200 8049303: Transient network problems cause JMX thread to fail silenty
sjiang [Fri, 12 Sep 2014 12:19:27 +0200] rev 26594
8049303: Transient network problems cause JMX thread to fail silenty Reviewed-by: dfuchs, jbachorik
Wed, 17 Sep 2014 22:56:07 -0700 Added tag jdk9-b31 for changeset fe7c921b71f0
katleman [Wed, 17 Sep 2014 22:56:07 -0700] rev 26593
Added tag jdk9-b31 for changeset fe7c921b71f0
Wed, 05 Jul 2017 20:01:23 +0200 Merge
duke [Wed, 05 Jul 2017 20:01:23 +0200] rev 26592
Merge
Thu, 18 Sep 2014 13:28:15 -0700 Merge
lana [Thu, 18 Sep 2014 13:28:15 -0700] rev 26591
Merge
Fri, 12 Sep 2014 04:22:19 -0700 Merge
amurillo [Fri, 12 Sep 2014 04:22:19 -0700] rev 26590
Merge
Fri, 12 Sep 2014 09:17:58 +0200 Merge
adlertz [Fri, 12 Sep 2014 09:17:58 +0200] rev 26589
Merge
Thu, 11 Sep 2014 08:01:15 +0000 Merge
neliasso [Thu, 11 Sep 2014 08:01:15 +0000] rev 26588
Merge
Wed, 10 Sep 2014 13:27:33 +0200 8054889: Compiler team's implementation task
neliasso [Wed, 10 Sep 2014 13:27:33 +0200] rev 26587
8054889: Compiler team's implementation task Summary: Adding three new diagnostic commands for compiler Reviewed-by: anoll, kvn, drchase
Thu, 11 Sep 2014 00:04:50 -0700 8058184: Move _highest_comp_level and _highest_osr_comp_level from MethodData to MethodCounters
iveresov [Thu, 11 Sep 2014 00:04:50 -0700] rev 26586
8058184: Move _highest_comp_level and _highest_osr_comp_level from MethodData to MethodCounters Summary: Tiered policy requires highest compilation levels always available Reviewed-by: kvn, vlivanov
Wed, 10 Sep 2014 19:08:17 -0700 8058092: Test vm/mlvm/meth/stress/compiler/deoptimize. Assert in src/share/vm/classfile/systemDictionary.cpp: MH intrinsic invariant
iveresov [Wed, 10 Sep 2014 19:08:17 -0700] rev 26585
8058092: Test vm/mlvm/meth/stress/compiler/deoptimize. Assert in src/share/vm/classfile/systemDictionary.cpp: MH intrinsic invariant Summary: Throw exception if unable to compile an MH intrinsic Reviewed-by: kvn
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip