Roger Riggs
|
fc741865bd
|
8216205: Java API documentation formatting error in System.getEnv
Reviewed-by: lancea, bchristi, alanb
|
2019-01-07 14:15:00 -05:00 |
|
Claes Redestad
|
346018251f
|
8215412: Optimize PrintStream.println methods
Reviewed-by: rriggs, dfuchs, forax
|
2019-01-04 20:58:35 +01:00 |
|
Roger Riggs
|
0359a76b78
|
8215798: Use {@systemProperty} for definition of org.openjdk.java.util.stream.tripwire property
Reviewed-by: lancea
|
2019-01-04 12:30:20 -05:00 |
|
Roger Calnan
|
edb879df0d
|
8215912: Various Typos in java.net Method Documentation
Reviewed-by: coffeys
|
2019-01-03 17:46:09 +00:00 |
|
Roger Calnan
|
5d8b0c4814
|
8182992: Typo in DatagramPacket constructor API doc
Reviewed-by: coffeys
|
2019-01-03 17:29:53 +00:00 |
|
Ivan Gerasimov
|
d76c772d2f
|
6996807: FieldReflectorKey hash code computation can be improved
Reviewed-by: rriggs
|
2019-01-02 15:33:32 -08:00 |
|
Claes Redestad
|
53c47fe98e
|
8215990: Avoid using reflection to create common default URLStreamHandlers
Reviewed-by: alanb
|
2019-01-02 19:06:16 +01:00 |
|
Jesper Wilhelmsson
|
59716b0bb3
|
Merge
|
2019-01-02 16:05:13 +01:00 |
|
Tagir F. Valeev
|
42e7372b3e
|
8214687: Optimize Collections.nCopies().hashCode() and equals()
Reviewed-by: igerasim, smarks
|
2018-12-30 08:57:24 +07:00 |
|
Philipp Kunz
|
1dae61a374
|
8066619: Fix deprecation warnings in java.util.jar
Reviewed-by: rriggs, lancea
|
2018-12-21 09:54:32 -05:00 |
|
Jesper Wilhelmsson
|
f4f859b446
|
Merge
|
2018-12-19 20:53:30 +01:00 |
|
Brian Burkhalter
|
135d5dc279
|
8183912: java.math.BigDecimal.movePointLeft() should return this if called with zero argument
Reviewed-by: rriggs
|
2018-12-19 11:44:57 -08:00 |
|
Pengfei Li
|
556d79b518
|
8212043: Add floating-point Math.min/max intrinsics
Floating-point Math.min() and Math.max() intrinsics are enabled on AArch64 platform
Reviewed-by: adinn, aph
|
2018-12-18 16:50:35 +00:00 |
|
Claes Redestad
|
78669ad35e
|
8215380: Backout accidental change to String::length
Reviewed-by: darcy, smarks
|
2018-12-14 12:02:39 +01:00 |
|
Naoto Sato
|
e6eddb6739
|
8212878: host in ftp: link not found
Reviewed-by: bpb
|
2018-11-29 13:17:14 -08:00 |
|
Naoto Sato
|
0c42c697ed
|
8212870: Broken links for www.usno.navy.mil
Reviewed-by: bpb
|
2018-11-29 13:16:41 -08:00 |
|
Naoto Sato
|
5fc8ae7c71
|
8214170: ResourceBundle.Control.newBundle should throw IllegalAccessException when constructor of the resource bundle is not public
Reviewed-by: rriggs, mchung
|
2018-11-29 10:13:42 -08:00 |
|
Doug Lea
|
53d3a4f50c
|
8211283: Miscellaneous changes imported from jsr166 CVS 2018-11
Reviewed-by: martin, chegar
|
2018-11-28 15:25:14 -08:00 |
|
Doug Lea
|
5a5aa52772
|
8211877: Broken links in java.util.concurrent.atomic
Reviewed-by: martin, jjg
|
2018-11-28 15:25:14 -08:00 |
|
Martin Buchholz
|
7212bf0a77
|
8213406: (fs) More than one instance of built-in FileSystem observed in heap
Reviewed-by: alanb, cushon, weijun
|
2018-11-28 14:28:28 -08:00 |
|
Roger Riggs
|
c1034b1cad
|
4947890: Minimize JNI upcalls in system-properties initialization
Reviewed-by: erikj, mchung, bchristi, ihse, coleenp, stuefe
|
2018-11-28 15:53:49 -05:00 |
|
Priya Lakshmi Muthuswamy
|
a19bd10e83
|
8213921: Use {@systemProperty} tag for properties listed in "Networking Properties"
Reviewed-by: chegar
|
2018-11-28 09:37:03 +05:30 |
|
Joe Darcy
|
5d1cc7fc01
|
8213911: Use example.com in java.net and other examples
Reviewed-by: prappo, chegar, rriggs, mullan
|
2018-11-27 11:28:47 -08:00 |
|
Sean Coffey
|
6e905c8389
|
8214295: Populate handlers while holding streamHandlerLock
Reviewed-by: chegar
|
2018-11-27 11:09:53 +00:00 |
|
Weijun Wang
|
b1c4b461f1
|
8214100: use of keystore probing results in unnecessary exception thrown
Reviewed-by: mullan
|
2018-11-27 08:51:20 +08:00 |
|
Jim Laskey
|
40d4ff864c
|
8203442: String::transform
Reviewed-by: smarks, sherman, alanb, darcy, forax, rriggs, scolebourne, dholmes, plevart
|
2018-11-26 12:20:06 -04:00 |
|
Sean Coffey
|
7b8898d03c
|
8213942: URLStreamHandler initialization race
Reviewed-by: alanb, chegar, prappo
|
2018-11-21 15:09:27 +00:00 |
|
Rachna Goel
|
f8518a2c05
|
8209923: Unicode 11.0.0
Updated JDK to support Unicode 11.0.0.
Reviewed-by: naoto
|
2018-11-21 14:24:31 +05:30 |
|
Claes Redestad
|
4b45441ae9
|
8213033: Archive remaining primitive box caches
Reviewed-by: jiangli, alanb
|
2018-11-20 21:12:46 +01:00 |
|
Sean Coffey
|
73ad9c4a00
|
8148188: Enhance the security libraries to record events of interest
Reviewed-by: egahlin, mullan, weijun, xuelei
|
2018-11-20 13:12:48 +00:00 |
|
Priya Lakshmi Muthuswamy
|
470aaffd13
|
8213920: Use {@systemProperty} tag for properties listed in System.getProperties
Reviewed-by: mchung, alanb
|
2018-11-20 10:07:42 +05:30 |
|
Brian Burkhalter
|
8f14f8b2a7
|
8200659: Improve BigDecimal support
Reviewed-by: darcy, rhalade, mschoene
|
2018-08-22 15:55:04 -07:00 |
|
Michael McMahon
|
1b34ea35c9
|
8213616: URLPermission with query or fragment behaves incorrectly
Reviewed-by: chegar, dfuchs
|
2018-11-15 11:26:46 +00:00 |
|
Naoto Sato
|
98db2d5580
|
8213818: @return has already been specified
Reviewed-by: rriggs
|
2018-11-14 11:42:40 -08:00 |
|
Vicente Romero
|
61082e6b25
|
8213480: update internal ASM version to 7.0
Reviewed-by: dholmes, iignatyev, alanb
|
2018-11-13 23:33:17 -05:00 |
|
Jonathan Gibbons
|
761710ffab
|
8213820: unknown tag: @returns
Reviewed-by: darcy
|
2018-11-13 16:17:24 -08:00 |
|
Pavel Rappo
|
8c361a3e74
|
8213490: Networking area typos and inconsistencies cleanup
Reviewed-by: alanb, chegar, dfuchs
|
2018-11-13 12:24:34 +00:00 |
|
Claes Redestad
|
8a64d3bc3c
|
8213741: Consolidate Object and String Stringifiers
Reviewed-by: shade
|
2018-11-13 11:34:54 +01:00 |
|
Claes Redestad
|
eda5f09014
|
8213478: Reduce rebinds when applying repeated filters and conversions
Reviewed-by: vlivanov, jrose
|
2018-11-11 21:24:46 +01:00 |
|
Roger Riggs
|
29e742273e
|
8185496: Improve performance of system properties initialization in initPhase1
8213424: VersionProps duplicate and skipped initialization
Reviewed-by: mchung, redestad, dholmes
|
2018-11-09 13:28:16 -05:00 |
|
Xue-Lei Andrew Fan
|
3e9941ea2b
|
8212261: Add SSLSession accessors to HttpsURLConnection and SecureCacheResponse
Reviewed-by: mullan, chegar
|
2018-11-09 08:24:38 -08:00 |
|
Joe Wang
|
a567796533
|
8202285: (fs) Add a method to Files for comparing file contents
Reviewed-by: alanb, rriggs, smarks, bpb, dfuchs, weijun, igerasim
|
2018-11-08 09:50:54 -08:00 |
|
Chris Hegarty
|
4187dff26a
|
8213418: Socket/ServerSocket supportedOptions does not work with custom SocketImpl
Reviewed-by: alanb, dfuchs
|
2018-11-08 16:16:57 +00:00 |
|
Joe Darcy
|
8872adab41
|
8213444: Missing emphasis for term being defined
Reviewed-by: mchung, jjg
|
2018-11-07 09:58:21 -08:00 |
|
Dean Long
|
a9ae141836
|
8212605: Pure-Java implementation of AccessController.doPrivileged
Reviewed-by: dholmes, mullan, vlivanov, mchung, alanb, rriggs
|
2018-11-06 16:04:50 -08:00 |
|
Mandy Chung
|
9ffe7e1205
|
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn
|
2018-11-06 10:01:16 -08:00 |
|
Jiangli Zhou
|
80ad2c7e71
|
8212995: Placing the Integer.IntegerCache and cached Integer objects in the closed archive heap region
Support shareable archive object subgraphs in closed archive heap regions.
Reviewed-by: iklam, ccheung
|
2018-11-03 15:40:19 -04:00 |
|
Joe Darcy
|
7a350b9474
|
6304578: (reflect) toGenericString fails to print bounds of type variables on generic methods
Reviewed-by: vromero, plevart, briangoetz, mcimadamore
|
2018-11-01 20:37:45 -07:00 |
|
Naoto Sato
|
0eda8a33bb
|
8213046: Define Japanese new Era character
Reviewed-by: lancea, rriggs
|
2018-11-01 14:07:59 -07:00 |
|
Brian Burkhalter
|
cb73851579
|
8213210: Change ServerSocket(SocketImpl impl) constructor to protected access
Reviewed-by: alanb, chegar
|
2018-11-01 09:34:59 -07:00 |
|