lana [Thu, 11 Feb 2016 16:06:51 -0800] rev 35779
Merge
igerasim [Fri, 12 Feb 2016 00:20:16 +0300] rev 35778
8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found
Reviewed-by: mullan
rriggs [Thu, 11 Feb 2016 11:19:03 -0500] rev 35777
8142539: Incorrect definition of ZoneOffset.MIN
8140211: Example in the Documentation is wrong for java.time.ZonedDateTime.minusHours
8139529: java.time.temporal.ChronoUnit.FOREVER typo
Reviewed-by: lancea, scolebourne
shade [Wed, 10 Feb 2016 16:36:25 +0300] rev 35776
8149459: StringConcatFactory should be synced up with LambdaMetafactory
Reviewed-by: psandoz, vlivanov, forax
goetz [Wed, 27 Jan 2016 10:35:49 +0100] rev 35775
8149529: Adapt SAP copyrights to new company name in jdk repository
Reviewed-by: simonis, chegar
igerasim [Wed, 10 Feb 2016 16:16:48 +0300] rev 35774
8046339: sun.rmi.transport.DGCAckHandler leaks memory
Reviewed-by: smarks
srastogi [Wed, 10 Feb 2016 11:04:13 +0100] rev 35773
8071368: Use more concrete types for NamedFunction constants in the code
Reviewed-by: psandoz, vlivanov, mhaupt
srastogi [Wed, 10 Feb 2016 10:44:58 +0100] rev 35772
8138884: MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods
Reviewed-by: psandoz, mhaupt
darcy [Tue, 09 Feb 2016 11:58:36 -0800] rev 35771
8149492: Problem list CheckEncodings.sh
Reviewed-by: rriggs
rpatil [Tue, 09 Feb 2016 11:57:57 +0530] rev 35770
8148446: (tz) Support tzdata2016a
Reviewed-by: okutsu, aefimov
rpatil [Tue, 09 Feb 2016 11:17:28 +0530] rev 35769
8148570: TzdbZoneRulesCompiler.java throws Null Pointer Exception While Compiling and building TZDB data file
Summary: While getting value from DayOfWeek, -1 is returned if the DayOfWeek is null. The reason to return “-1” being, the same value is checked later while getting day-of-week byte (dowbyte) at line no. 251, ZoneRules.java.
Reviewed-by: rriggs, aefimov
shurailine [Mon, 08 Feb 2016 18:14:48 -0800] rev 35768
8149391: Fix module dependences in java/util tests
Reviewed-by: mchung
lana [Thu, 11 Feb 2016 14:40:00 -0800] rev 35767
Added tag jdk-9+105 for changeset e6b4f7af3fca
duke [Wed, 05 Jul 2017 21:19:53 +0200] rev 35766
Merge
ihse [Fri, 12 Feb 2016 11:07:46 +0100] rev 35765
8149647: Incremental enhancements from build-infra
Reviewed-by: erikj
lana [Thu, 11 Feb 2016 16:05:39 -0800] rev 35764
Merge
amurillo [Wed, 10 Feb 2016 10:26:41 -0800] rev 35763
Merge
thartmann [Thu, 04 Feb 2016 15:27:15 +0100] rev 35762
Merge
thartmann [Wed, 03 Feb 2016 17:51:47 +0100] rev 35761
8148751: [TESTBUG] compiler/whitebox/AllocationCodeBlobTest.java fails due to unexpected code cache allocation
Summary: Do all the measurements and then check the results to avoid unexpected code cache allocations.
Reviewed-by: vlivanov
roland [Wed, 03 Feb 2016 13:32:52 +0100] rev 35760
Merge
roland [Wed, 03 Feb 2016 10:58:50 +0100] rev 35759
8147645: get_ctrl_no_update() code is wrong
Summary: Array.fill intrinsification code doesn't mark replaced control as dead
Reviewed-by: kvn
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
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
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
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
thartmann [Fri, 29 Jan 2016 08:47:18 +0100] rev 35754
Merge
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
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
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
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
lana [Thu, 11 Feb 2016 14:39:54 -0800] rev 35749
Added tag jdk-9+105 for changeset d549e724be36
erikj [Mon, 15 Feb 2016 10:55:36 +0100] rev 35748
8145789: Switch JDK 9 to use Jib in JPRT
Reviewed-by: ihse, tbell
ihse [Fri, 12 Feb 2016 11:07:35 +0100] rev 35747
8149647: Incremental enhancements from build-infra
Reviewed-by: erikj
lana [Thu, 11 Feb 2016 16:05:16 -0800] rev 35746
Merge
ehelin [Mon, 08 Feb 2016 08:05:12 +0100] rev 35745
8149116: Make test/Makefile more silent
Reviewed-by: mikael, erikj
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
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
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
lana [Thu, 11 Feb 2016 14:39:51 -0800] rev 35741
Added tag jdk-9+105 for changeset d0b71f2375d0
duke [Wed, 05 Jul 2017 21:19:33 +0200] rev 35740
Added tag jdk-9+105 for changeset db483b34fa71
duke [Wed, 05 Jul 2017 21:19:32 +0200] rev 35739
Merge
duke [Wed, 05 Jul 2017 21:19:26 +0200] rev 35738
Merge
lana [Thu, 04 Feb 2016 16:50:04 -0800] rev 35737
Merge
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
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
lana [Thu, 04 Feb 2016 11:28:30 -0800] rev 35734
Added tag jdk-9+104 for changeset 09c25109769a
duke [Wed, 05 Jul 2017 21:19:17 +0200] rev 35733
Merge
lana [Thu, 04 Feb 2016 11:28:24 -0800] rev 35732
Added tag jdk-9+104 for changeset 59fc48a1a885
duke [Wed, 05 Jul 2017 21:19:09 +0200] rev 35731
Merge
lana [Thu, 04 Feb 2016 16:48:05 -0800] rev 35730
Merge
aefimov [Thu, 04 Feb 2016 18:31:11 +0300] rev 35729
8144593: Suppress not recognized property/feature warning messages from SAXParser
Reviewed-by: joehw
lana [Thu, 04 Feb 2016 11:28:24 -0800] rev 35728
Added tag jdk-9+104 for changeset c6f848cc2750
duke [Wed, 05 Jul 2017 21:19:04 +0200] rev 35727
Merge
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
attila [Mon, 08 Feb 2016 12:59:08 +0100] rev 35725
8149186: Don't use indy for optimistic arithmetic
Reviewed-by: mhaupt, sundar
lana [Thu, 04 Feb 2016 16:50:15 -0800] rev 35724
Merge
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
lana [Thu, 04 Feb 2016 11:28:31 -0800] rev 35722
Added tag jdk-9+104 for changeset a077e87423b1
duke [Wed, 05 Jul 2017 21:18:55 +0200] rev 35721
Merge
lana [Thu, 04 Feb 2016 11:28:20 -0800] rev 35720
Added tag jdk-9+104 for changeset a8ace34fedbc
duke [Wed, 05 Jul 2017 21:18:48 +0200] rev 35719
Merge
ascarpino [Mon, 08 Feb 2016 13:09:16 -0800] rev 35718
8098581: SecureRandom.nextBytes() hurts performance with small size requests
Reviewed-by: valeriep
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
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>