hannesw [Wed, 11 Nov 2015 16:35:38 +0100] rev 33692
8047366: (1000000000000000128).toString() and (1000000000000000128).toFixed() don't evaluate to expected values.
Reviewed-by: attila, sundar
hannesw [Wed, 11 Nov 2015 16:34:26 +0100] rev 33691
8141505: floating point parse incorrect on big integer
Reviewed-by: attila, sundar
hannesw [Wed, 11 Nov 2015 16:28:17 +0100] rev 33690
8141702: Add support for Symbol property keys
Reviewed-by: attila, sundar
hannesw [Wed, 11 Nov 2015 15:22:14 +0100] rev 33689
8010803: Number to String conversion functionality overhaul
Reviewed-by: attila, lagergren
attila [Wed, 11 Nov 2015 14:54:09 +0100] rev 33688
8142422: Smaller Dynalink API adjustments
Reviewed-by: hannesw, sundar
chegar [Wed, 11 Nov 2015 11:32:15 +0000] rev 33687
8140606: Update library code to use internal Unsafe
Reviewed-by: alanb, mchung, psandoz, weijun
attila [Mon, 09 Nov 2015 15:37:07 +0100] rev 33686
8141550: Introduce a command line option instead of nashorn.unstable.relink.threshold system property
Reviewed-by: hannesw, sundar
attila [Mon, 09 Nov 2015 14:04:43 +0100] rev 33685
8141538: Make DynamicLinker specific to a Context in Nashorn
Reviewed-by: hannesw, sundar
attila [Mon, 09 Nov 2015 14:03:37 +0100] rev 33684
8141541: Simplify Nashorn's Context class loader handling
Reviewed-by: hannesw, sundar
lana [Thu, 12 Nov 2015 10:39:12 -0800] rev 33683
Added tag jdk9-b92 for changeset 59fdb1bb8199
duke [Wed, 05 Jul 2017 21:00:20 +0200] rev 33682
Merge
lana [Thu, 12 Nov 2015 18:27:55 -0800] rev 33681
Merge
chegar [Wed, 11 Nov 2015 11:31:21 +0000] rev 33680
8140606: Update library code to use internal Unsafe
Reviewed-by: alanb, mchung, psandoz, weijun
lana [Thu, 12 Nov 2015 10:38:58 -0800] rev 33679
Added tag jdk9-b92 for changeset 5866711ae287
duke [Wed, 05 Jul 2017 21:00:16 +0200] rev 33678
Merge
lana [Thu, 12 Nov 2015 18:31:10 -0800] rev 33677
Merge
robm [Thu, 12 Nov 2015 13:37:35 +0000] rev 33676
8132455: com/sun/jndi/ldap/LdapTimeoutTest.java fails at handleNamingException
Reviewed-by: vinnie
rriggs [Wed, 11 Nov 2015 22:38:15 -0500] rev 33675
8141652: Rename methods Objects.nonNullElse* to requireNonNullElse*
Summary: And some usages of replacing expr != null ? expr : otherexpr
Reviewed-by: jrose, chegar
chegar [Wed, 11 Nov 2015 09:19:12 +0000] rev 33674
8140606: Update library code to use internal Unsafe
Reviewed-by: alanb, mchung, psandoz, weijun
asmotrak [Wed, 11 Nov 2015 10:42:20 +0300] rev 33673
8076359: Test Task: Develop new tests for Leverage CPU Instructions for GHASH and RSA
Reviewed-by: mullan, ascarpino
Contributed-by: tiantian.du@oracle.com
sebastian [Tue, 10 Nov 2015 21:13:40 +0100] rev 33672
8141662: Javadoc fix. Do not suggest to use new Boolean(true).
Summary: Javadoc only fix of 5108778 Too many instances of java.lang.Boolean created in Java application for the java/net library
Reviewed-by: wetmore
ntv [Tue, 10 Nov 2015 14:12:53 -0500] rev 33671
8138664: ZonedDateTime parse error for any date using 'GMT0' ZoneID - Java Bug System
Reviewed-by: rriggs, scolebourne, sherman
ntv [Tue, 10 Nov 2015 14:11:50 -0500] rev 33670
8066571: UnsupportedTemporalTypeException is thrown not only in the case of unsupported temporal - Java Bug System
Reviewed-by: rriggs, scolebourne
ihse [Tue, 10 Nov 2015 15:00:25 +0100] rev 33669
8142383: Use named arguments for SetupCompileProperties in jdk
Reviewed-by: erikj
amlu [Tue, 10 Nov 2015 13:15:01 +0800] rev 33668
8142370: Move java/util/concurrent/Phaser/Basic.java to tier 2
Reviewed-by: darcy, martin
amurillo [Mon, 09 Nov 2015 20:37:05 -0800] rev 33667
Merge
amurillo [Fri, 06 Nov 2015 11:11:53 -0800] rev 33666
Merge
neliasso [Fri, 06 Nov 2015 11:34:03 +0100] rev 33665
Merge
thartmann [Thu, 05 Nov 2015 09:08:42 +0100] rev 33664
8141393: [TESTBUG] VMOptionsTest.java fails on ARM
Summary: The test should not assume that CompactStrings is enabled by default on all platforms.
Reviewed-by: roland
thartmann [Tue, 03 Nov 2015 09:42:11 +0100] rev 33663
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>
aph [Mon, 11 May 2015 15:09:22 +0100] rev 33662
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
jwilhelm [Thu, 05 Nov 2015 20:00:53 +0100] rev 33661
Merge
jwilhelm [Fri, 30 Oct 2015 00:02:35 +0100] rev 33660
Merge
ctornqvi [Wed, 28 Oct 2015 19:07:12 +0000] rev 33659
Merge
ctornqvi [Wed, 28 Oct 2015 08:08:24 -0700] rev 33658
8140647: [TESTBUG] Add failing JDK jtreg tests to ProblemList
Reviewed-by: dcubed, rriggs
bobv [Wed, 28 Oct 2015 10:00:24 -0400] rev 33657
8140396: BUILD_LIBJIMAGE missing as a dependency to JAVA_BASE_EXPORT_SYMBOLS_SRC
Reviewed-by: ihse, erikj
chegar [Tue, 27 Oct 2015 14:19:55 +0000] rev 33656
8139891: Prepare Unsafe for true encapsulation
Reviewed-by: alanb, dholmes, jrose, psandoz, twisti
bobv [Wed, 21 Oct 2015 16:39:02 -0400] rev 33655
Merge
bobv [Mon, 19 Oct 2015 15:48:09 -0400] rev 33654
Merge
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
darcy [Mon, 09 Nov 2015 18:27:43 -0800] rev 33652
8142369: Move TestLocalTime.java to tier 2
Reviewed-by: lancea, sherman
rhalade [Tue, 10 Nov 2015 01:38:35 +0300] rev 33651
8048356: SecureRandom default provider tests
Reviewed-by: wetmore
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
redestad [Mon, 09 Nov 2015 17:14:05 +0100] rev 33649
8141677: Improve java.lang.invoke.MemberName hashCode implementation
Reviewed-by: vlivanov, psandoz, shade
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
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>
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
asmotrak [Mon, 09 Nov 2015 13:58:10 +0300] rev 33645
8140649: imageFile should use delete[] with new[]
Reviewed-by: jlaskey
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>
lana [Thu, 12 Nov 2015 10:39:06 -0800] rev 33643
Added tag jdk9-b92 for changeset ff95a3cea444
duke [Wed, 05 Jul 2017 21:00:03 +0200] rev 33642
Merge
lana [Thu, 12 Nov 2015 18:29:22 -0800] rev 33641
Merge
amurillo [Fri, 06 Nov 2015 11:11:51 -0800] rev 33640
Merge
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
neliasso [Fri, 06 Nov 2015 11:34:03 +0100] rev 33638
Merge
shade [Thu, 05 Nov 2015 16:35:21 +0300] rev 33637
8140389: Remove StringCharIntrinsics flag after JDK-8138651 is fixed
Reviewed-by: kvn, zmajo
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
erikj [Thu, 05 Nov 2015 15:08:58 +0100] rev 33635
Merge
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
shade [Thu, 05 Nov 2015 13:33:18 +0300] rev 33633
8141044: C1 should fold (this == null) to false
Reviewed-by: jrose, roland