Wed, 03 Feb 2016 10:39:49 +0100 8148753: Compilation fails due to field accesses on array types
zmajo [Wed, 03 Feb 2016 10:39:49 +0100] rev 35758
8148753: Compilation fails due to field accesses on array types Summary: Treat accesses to fields of array types as accesses to fields of java.lang.Object. Reviewed-by: kvn
Wed, 03 Feb 2016 09:09:56 +0100 8148490: RegisterSaver::restore_live_registers() fails to restore xmm registers on 32 bit
thartmann [Wed, 03 Feb 2016 09:09:56 +0100] rev 35757
8148490: RegisterSaver::restore_live_registers() fails to restore xmm registers on 32 bit Summary: Fixed stack offsets for xmm register saving/restoring code on 32 bit. Reviewed-by: kvn, mcberg
Tue, 19 Jan 2016 14:52:33 +0100 8003585: strength reduce or eliminate range checks for power-of-two sized arrays
kmo [Tue, 19 Jan 2016 14:52:33 +0100] rev 35756
8003585: strength reduce or eliminate range checks for power-of-two sized arrays Summary: change ((x & m) u<= m) to always true and ((x & (m - 1)) u< m) into (m > 0) Reviewed-by: kvn, roland
Mon, 01 Feb 2016 19:45:26 +0300 8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651
ppunegov [Mon, 01 Feb 2016 19:45:26 +0300] rev 35755
8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651 Summary: add Xbatch to make compilation block test thread. Reviewed-by: kvn
Fri, 29 Jan 2016 08:47:18 +0100 Merge
thartmann [Fri, 29 Jan 2016 08:47:18 +0100] rev 35754
Merge
Fri, 29 Jan 2016 03:11:16 +0300 8148012: get rid of slash-dot-dot in @library directives
iignatyev [Fri, 29 Jan 2016 03:11:16 +0300] rev 35753
8148012: get rid of slash-dot-dot in @library directives Reviewed-by: dholmes, dfazunen, cjplummer
Wed, 27 Jan 2016 12:20:53 +0800 8148328: aarch64: redundant lsr instructions in stub code.
fyang [Wed, 27 Jan 2016 12:20:53 +0800] rev 35752
8148328: aarch64: redundant lsr instructions in stub code. Summary: avoid redundant lsr instructions in jbyte_arraycopy and jbyte_disjoint_arraycopy. Reviewed-by: aph Contributed-by: felix.yang@linaro.org
Thu, 28 Jan 2016 08:33:45 +0100 8146478: Node limit exceeded with -XX:AllocateInstancePrefetchLines=1073741823
zmajo [Thu, 28 Jan 2016 08:33:45 +0100] rev 35751
8146478: Node limit exceeded with -XX:AllocateInstancePrefetchLines=1073741823 Summary: Constrain the set of accepted values for the Allocate{PrefetchLines, InstancePrefetchLines, PrefetchStepSize, PrefetchDistance} flags. Increase macro node expansion budget. Reviewed-by: kvn
Thu, 04 Feb 2016 08:53:57 +0100 8148970: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java
zmajo [Thu, 04 Feb 2016 08:53:57 +0100] rev 35750
8148970: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java Summary: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java Reviewed-by: vlivanov, dcubed
Thu, 11 Feb 2016 14:39:54 -0800 Added tag jdk-9+105 for changeset d549e724be36
lana [Thu, 11 Feb 2016 14:39:54 -0800] rev 35749
Added tag jdk-9+105 for changeset d549e724be36
Mon, 15 Feb 2016 10:55:36 +0100 8145789: Switch JDK 9 to use Jib in JPRT
erikj [Mon, 15 Feb 2016 10:55:36 +0100] rev 35748
8145789: Switch JDK 9 to use Jib in JPRT Reviewed-by: ihse, tbell
Fri, 12 Feb 2016 11:07:35 +0100 8149647: Incremental enhancements from build-infra
ihse [Fri, 12 Feb 2016 11:07:35 +0100] rev 35747
8149647: Incremental enhancements from build-infra Reviewed-by: erikj
Thu, 11 Feb 2016 16:05:16 -0800 Merge
lana [Thu, 11 Feb 2016 16:05:16 -0800] rev 35746
Merge
Mon, 08 Feb 2016 08:05:12 +0100 8149116: Make test/Makefile more silent
ehelin [Mon, 08 Feb 2016 08:05:12 +0100] rev 35745
8149116: Make test/Makefile more silent Reviewed-by: mikael, erikj
Thu, 11 Feb 2016 11:54:00 +0100 8149479: Fix compare.sh to have a clean baseline with COMPARE_BUILD
erikj [Thu, 11 Feb 2016 11:54:00 +0100] rev 35744
8149479: Fix compare.sh to have a clean baseline with COMPARE_BUILD Reviewed-by: ihse, tbell
Wed, 10 Feb 2016 22:58:27 +0000 8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor
chegar [Wed, 10 Feb 2016 22:58:27 +0000] rev 35743
8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor Reviewed-by: mkos, mchung
Mon, 08 Feb 2016 21:07:50 -0800 8147754: Configure fails to detect freetype installed by XQuartz on OSX 10.11
ddehaven [Mon, 08 Feb 2016 21:07:50 -0800] rev 35742
8147754: Configure fails to detect freetype installed by XQuartz on OSX 10.11 Reviewed-by: erikj, ihse
Thu, 11 Feb 2016 14:39:51 -0800 Added tag jdk-9+105 for changeset d0b71f2375d0
lana [Thu, 11 Feb 2016 14:39:51 -0800] rev 35741
Added tag jdk-9+105 for changeset d0b71f2375d0
Wed, 05 Jul 2017 21:19:33 +0200 Added tag jdk-9+105 for changeset db483b34fa71
duke [Wed, 05 Jul 2017 21:19:33 +0200] rev 35740
Added tag jdk-9+105 for changeset db483b34fa71
Wed, 05 Jul 2017 21:19:32 +0200 Merge jdk-9+105
duke [Wed, 05 Jul 2017 21:19:32 +0200] rev 35739
Merge
Wed, 05 Jul 2017 21:19:26 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:26 +0200] rev 35738
Merge
Thu, 04 Feb 2016 16:50:04 -0800 Merge
lana [Thu, 04 Feb 2016 16:50:04 -0800] rev 35737
Merge
Tue, 02 Feb 2016 16:11:09 -0800 8080357: JShell: Only unqualified unresolved references should be corralled
rfield [Tue, 02 Feb 2016 16:11:09 -0800] rev 35736
8080357: JShell: Only unqualified unresolved references should be corralled 8081431: JShell: Dropping import should update dependencies Reviewed-by: jlahoda
Tue, 02 Feb 2016 12:56:35 +0000 8147949: NetBeans cannot open langtools repository because of the reserved word \"aux\"
jlahoda [Tue, 02 Feb 2016 12:56:35 +0000] rev 35735
8147949: NetBeans cannot open langtools repository because of the reserved word \"aux\" Summary: Dropping unnecessary references to artificial "aux" source roots. Reviewed-by: mcimadamore
Thu, 04 Feb 2016 11:28:30 -0800 Added tag jdk-9+104 for changeset 09c25109769a
lana [Thu, 04 Feb 2016 11:28:30 -0800] rev 35734
Added tag jdk-9+104 for changeset 09c25109769a
Wed, 05 Jul 2017 21:19:17 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:17 +0200] rev 35733
Merge
Thu, 04 Feb 2016 11:28:24 -0800 Added tag jdk-9+104 for changeset 59fc48a1a885
lana [Thu, 04 Feb 2016 11:28:24 -0800] rev 35732
Added tag jdk-9+104 for changeset 59fc48a1a885
Wed, 05 Jul 2017 21:19:09 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:09 +0200] rev 35731
Merge
Thu, 04 Feb 2016 16:48:05 -0800 Merge
lana [Thu, 04 Feb 2016 16:48:05 -0800] rev 35730
Merge
Thu, 04 Feb 2016 18:31:11 +0300 8144593: Suppress not recognized property/feature warning messages from SAXParser
aefimov [Thu, 04 Feb 2016 18:31:11 +0300] rev 35729
8144593: Suppress not recognized property/feature warning messages from SAXParser Reviewed-by: joehw
Thu, 04 Feb 2016 11:28:24 -0800 Added tag jdk-9+104 for changeset c6f848cc2750
lana [Thu, 04 Feb 2016 11:28:24 -0800] rev 35728
Added tag jdk-9+104 for changeset c6f848cc2750
Wed, 05 Jul 2017 21:19:04 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:04 +0200] rev 35727
Merge
Mon, 08 Feb 2016 17:43:02 +0100 8149334: JSON.parse(JSON.stringify([])).push(10) creates an array containing two elements
mhaupt [Mon, 08 Feb 2016 17:43:02 +0100] rev 35726
8149334: JSON.parse(JSON.stringify([])).push(10) creates an array containing two elements Reviewed-by: jlaskey, sundar
Mon, 08 Feb 2016 12:59:08 +0100 8149186: Don't use indy for optimistic arithmetic
attila [Mon, 08 Feb 2016 12:59:08 +0100] rev 35725
8149186: Don't use indy for optimistic arithmetic Reviewed-by: mhaupt, sundar
Thu, 04 Feb 2016 16:50:15 -0800 Merge
lana [Thu, 04 Feb 2016 16:50:15 -0800] rev 35724
Merge
Thu, 04 Feb 2016 17:42:46 +0530 8148926: Call site profiling fails on braces-wrapped anonymous function
sundar [Thu, 04 Feb 2016 17:42:46 +0530] rev 35723
8148926: Call site profiling fails on braces-wrapped anonymous function Reviewed-by: jlaskey, hannesw
Thu, 04 Feb 2016 11:28:31 -0800 Added tag jdk-9+104 for changeset a077e87423b1
lana [Thu, 04 Feb 2016 11:28:31 -0800] rev 35722
Added tag jdk-9+104 for changeset a077e87423b1
Wed, 05 Jul 2017 21:18:55 +0200 Merge
duke [Wed, 05 Jul 2017 21:18:55 +0200] rev 35721
Merge
Thu, 04 Feb 2016 11:28:20 -0800 Added tag jdk-9+104 for changeset a8ace34fedbc
lana [Thu, 04 Feb 2016 11:28:20 -0800] rev 35720
Added tag jdk-9+104 for changeset a8ace34fedbc
Wed, 05 Jul 2017 21:18:48 +0200 Merge
duke [Wed, 05 Jul 2017 21:18:48 +0200] rev 35719
Merge
Mon, 08 Feb 2016 13:09:16 -0800 8098581: SecureRandom.nextBytes() hurts performance with small size requests
ascarpino [Mon, 08 Feb 2016 13:09:16 -0800] rev 35718
8098581: SecureRandom.nextBytes() hurts performance with small size requests Reviewed-by: valeriep
Mon, 08 Feb 2016 10:46:42 -0800 8064466: (fs spec) Files.readAttributes(Path, String, LinkOption...) not clear when called with zero attributes
bpb [Mon, 08 Feb 2016 10:46:42 -0800] rev 35717
8064466: (fs spec) Files.readAttributes(Path, String, LinkOption...) not clear when called with zero attributes Summary: Change specification to indicate "one or more" instead of "zero or more" attributes. Reviewed-by: alanb
Mon, 08 Feb 2016 17:37:46 +0100 8138578: MethodHandles.Lookup.findSpecial() Javadoc fails to consider static methods
mhaupt [Mon, 08 Feb 2016 17:37:46 +0100] rev 35716
8138578: MethodHandles.Lookup.findSpecial() Javadoc fails to consider static methods Reviewed-by: psandoz, vlivanov, mhaupt Contributed-by: Shilpi Rastogi <shilpi.rastogi@oracle.com>
Mon, 08 Feb 2016 09:56:26 -0500 8146747: java.time.Duration.toNanos() and toMillis() exception on negative durations
ntv [Mon, 08 Feb 2016 09:56:26 -0500] rev 35715
8146747: java.time.Duration.toNanos() and toMillis() exception on negative durations Reviewed-by: rriggs, scolebourne
Mon, 08 Feb 2016 15:33:53 +0100 8148838: Stream.flatMap(...).spliterator() cannot properly split after tryAdvance()
tvaleev [Mon, 08 Feb 2016 15:33:53 +0100] rev 35714
8148838: Stream.flatMap(...).spliterator() cannot properly split after tryAdvance() Reviewed-by: psandoz
Mon, 08 Feb 2016 10:40:00 +0100 8148115: Stream.findFirst for unordered source optimization
tvaleev [Mon, 08 Feb 2016 10:40:00 +0100] rev 35713
8148115: Stream.findFirst for unordered source optimization Reviewed-by: psandoz
Mon, 08 Feb 2016 10:37:37 +0100 8148250: Stream.limit() parallel tasks with ordered non-SUBSIZED source should short-circuit
tvaleev [Mon, 08 Feb 2016 10:37:37 +0100] rev 35712
8148250: Stream.limit() parallel tasks with ordered non-SUBSIZED source should short-circuit Reviewed-by: psandoz
Fri, 05 Feb 2016 15:23:15 +0100 8148629: Disable remaining warnings in awt/fontmanager
erikj [Fri, 05 Feb 2016 15:23:15 +0100] rev 35711
8148629: Disable remaining warnings in awt/fontmanager Reviewed-by: ihse
Fri, 05 Feb 2016 09:54:56 +0800 8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently
amlu [Fri, 05 Feb 2016 09:54:56 +0800] rev 35710
8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently Reviewed-by: psandoz Contributed-by: huaming.li@oracle.com
Thu, 04 Feb 2016 16:49:26 -0800 Merge
lana [Thu, 04 Feb 2016 16:49:26 -0800] rev 35709
Merge
Thu, 04 Feb 2016 21:44:23 +0300 8149044: jdk/internal/misc/JavaLangAccess/FormatUnsigned.java fails all platforms
shade [Thu, 04 Feb 2016 21:44:23 +0300] rev 35708
8149044: jdk/internal/misc/JavaLangAccess/FormatUnsigned.java fails all platforms Summary: Remove the obsolete FormatUnsigned test. Reviewed-by: darcy
Thu, 04 Feb 2016 16:00:48 +0300 8148936: Adapt UUID.toString() to Compact Strings
shade [Thu, 04 Feb 2016 16:00:48 +0300] rev 35707
8148936: Adapt UUID.toString() to Compact Strings Reviewed-by: igerasim, redestad
Thu, 04 Feb 2016 09:51:24 +0100 8148955: libjimage.so compiled with wrong flags
erikj [Thu, 04 Feb 2016 09:51:24 +0100] rev 35706
8148955: libjimage.so compiled with wrong flags Reviewed-by: alanb
Thu, 04 Feb 2016 14:38:17 +0800 8149003: Mark more jdk_core tests as intermittently failing
amlu [Thu, 04 Feb 2016 14:38:17 +0800] rev 35705
8149003: Mark more jdk_core tests as intermittently failing Reviewed-by: chegar, darcy
Wed, 03 Feb 2016 13:56:19 -0800 8148983: Fix extra comma in changes for JDK-8148916
darcy [Wed, 03 Feb 2016 13:56:19 -0800] rev 35704
8148983: Fix extra comma in changes for JDK-8148916 Reviewed-by: jjg
Wed, 03 Feb 2016 13:34:19 -0800 8148821: (fs) Path.getParent() javadoc error
bpb [Wed, 03 Feb 2016 13:34:19 -0800] rev 35703
8148821: (fs) Path.getParent() javadoc error Summary: Change "If this path has one or more elements" to "If this path has more than one element." Reviewed-by: rriggs, alanb
Wed, 03 Feb 2016 12:52:27 -0800 8148916: Mark bug6400879.java as intermittently failing
darcy [Wed, 03 Feb 2016 12:52:27 -0800] rev 35702
8148916: Mark bug6400879.java as intermittently failing Reviewed-by: serb
Tue, 02 Feb 2016 17:59:53 -0800 8072379: Implement jdk.Version
iris [Tue, 02 Feb 2016 17:59:53 -0800] rev 35701
8072379: Implement jdk.Version Reviewed-by: alanb, darcy, dfuchs, ihse, ksrini, mchung, rriggs
Wed, 03 Feb 2016 00:49:41 +0300 8148869: StringConcatFactory MH_INLINE_SIZED_EXACT strategy does not work with -XX:-CompactStrings
shade [Wed, 03 Feb 2016 00:49:41 +0300] rev 35700
8148869: StringConcatFactory MH_INLINE_SIZED_EXACT strategy does not work with -XX:-CompactStrings Reviewed-by: vlivanov, psandoz
Tue, 02 Feb 2016 13:42:48 -0800 8148891: Multiple failing javax/imageio/plugins after client integration
bpb [Tue, 02 Feb 2016 13:42:48 -0800] rev 35699
8148891: Multiple failing javax/imageio/plugins after client integration Summary: Add failing tests to problem list for all platforms until the underlying issue is fixed. Reviewed-by: prr
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip