Naoto Sato
|
a3ac737f50
|
8134720: Lazy initialization support for currency names in DecimalFormatSymbols
Reviewed-by: okutsu
|
2015-10-22 21:44:39 -07:00 |
|
Naoto Sato
|
b6b38331a6
|
8136668: Default locale provider adapter incorrectly set to JRE
Reviewed-by: okutsu
|
2015-10-22 21:41:57 -07:00 |
|
Jonathan Gibbons
|
aa1f57f8b0
|
8140325: Incorrect package.html file
Reviewed-by: darcy
|
2015-10-22 10:25:41 -07:00 |
|
Paul Sandoz
|
25c1cff728
|
8135248: Add utility methods to check indexes and ranges
Reviewed-by: forax, chegar, scolebourne, jrose, darcy
|
2015-10-07 15:22:43 +02:00 |
|
Joe Darcy
|
f674b491a6
|
8138823: Correct bug in port of fdlibm hypot to Java
Reviewed-by: bpb
|
2015-10-06 18:39:26 -07:00 |
|
James Laskey
|
d941312d4f
|
8138987: Module version is checked incorrectly in libjimage (verona)
Reviewed-by: alanb, mchung, iris
|
2015-10-06 10:55:12 -07:00 |
|
James Laskey
|
d424f85c55
|
8138960: Module version is checked incorrectly in libjimage
Reviewed-by: alanb, mchung, iris
|
2015-10-06 13:49:41 -03:00 |
|
Paul Sandoz
|
5ba6e8e439
|
8133348: Reference.reachabilityFence
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Reviewed-by: plevart, mr, chegar, mchung
|
2015-10-06 18:42:06 +02:00 |
|
Paul Sandoz
|
be2ad28954
|
8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables
Reviewed-by: shade, dholmes, alanb, chegar, mchung
|
2015-12-09 15:26:52 +01:00 |
|
Paul Sandoz
|
c464a9de39
|
8144223: Move j.l.invoke.{ForceInline, DontInline, Stable} to jdk.internal.vm.annotation package
Reviewed-by: jrose, vlivanov, mchung, roland
|
2015-12-03 11:17:31 +01:00 |
|
Ivan Gerasimov
|
cc953fc59a
|
8138819: (se) File descriptor leak when Selector.open fails
Reviewed-by: rriggs, alanb
|
2015-10-06 12:00:38 +03:00 |
|
Jean-Francois Denise
|
26d5d5d625
|
8136365: Provider "jrt" is not available after bootmodules.jimage recreation
META-INF content was lost during recreate.
Reviewed-by: jlaskey, sundar
|
2015-10-06 09:12:00 +02:00 |
|
Iris Clark
|
3e5db5fac5
|
Merge
|
2015-10-05 20:55:53 -07:00 |
|
Naoto Sato
|
f8dca18a53
|
8138613: Remove SPI locale provider adapter from the default provider list
Reviewed-by: okutsu
|
2015-10-05 08:16:11 -07:00 |
|
Aleksei Efimov
|
673882edf9
|
8138716: (tz) Support tzdata2015g
Reviewed-by: peytoia
|
2015-10-05 17:38:04 +03:00 |
|
Zoltan Majo
|
efc0baaf97
|
8137173: @HotSpotIntrinsicCandidate is not Oracle-specific
Change the description of the @HotSpotIntrinsicCandidate annotation.
Reviewed-by: mr, alanb
|
2015-10-05 10:30:20 +02:00 |
|
Jamil Nimeh
|
3ef293dbc1
|
8138704: CertStatusReqItemV2 should not implement StatusRequest interface
Sets class to have proper inheritance and reduces visibility of length and send methods.
Reviewed-by: mullan
|
2015-10-02 11:14:31 -07:00 |
|
Ivan Gerasimov
|
57e9de3136
|
8134605: Partial rework of the fix for 8081297
Reviewed-by: xuelei, coffeys, valeriep
|
2015-10-02 11:50:20 +03:00 |
|
Vinnie Ryan
|
0ab6437874
|
8138589: Correct limits on unlimited cryptography
Reviewed-by: mullan
|
2015-10-07 18:04:06 +01:00 |
|
Naveen Kumar
|
aef9a19da8
|
8081794: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem
Reviewed-by: peytoia, okutsu
|
2015-10-01 15:16:35 +09:00 |
|
Rob McKenna
|
7127fab647
|
8133249: Occasional SIGSEGV: non thread-safe use of strerr in getLastErrorString
Reviewed-by: igerasim, rriggs, christos
|
2015-10-01 00:13:09 +01:00 |
|
Rob McKenna
|
ddf365ac99
|
8135305: InetAddress.isReachable reports true when loopback interface is specified
Reviewed-by: michaelm
|
2015-10-01 00:09:51 +01:00 |
|
Joe Darcy
|
112eb7283e
|
8136874: Bug in port of fdlibm pow to Java
Reviewed-by: bpb
|
2015-09-30 15:25:29 -07:00 |
|
Artem Smotrakov
|
fb9ae3bb10
|
8137174: NTLM impl should use doPrivileged when it reads system properties
Reviewed-by: chegar
|
2015-09-30 15:30:50 +03:00 |
|
Iris Clark
|
d0bbb6c588
|
Merge
|
2015-09-29 11:46:31 -07:00 |
|
Vyom Tewari
|
bed7702d83
|
8038075: JNI warnings in jdk/src/share/native/sun/misc/VMSupport.c
Reviewed-by: rriggs
|
2015-09-29 19:50:56 +02:00 |
|
Doug Lea
|
df66629e12
|
8134854: Bulk integration of java.util.concurrent.atomic classes
Reviewed-by: martin, psandoz, chegar
|
2015-09-29 16:44:29 +01:00 |
|
Kumar Srinivasan
|
138d45b476
|
8066272: pack200 must support Multi-Release Jars
Reviewed-by: jrose, sdrach
|
2015-09-28 08:42:06 -07:00 |
|
Chris Hegarty
|
0cc24c29ca
|
8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs
|
2015-09-28 13:39:27 +01:00 |
|
Ivan Gerasimov
|
1613e728cc
|
8137121: (fc) Infinite loop FileChannel.truncate
Reviewed-by: alanb
|
2015-09-26 00:23:15 +03:00 |
|
Roger Riggs
|
38173b5458
|
8129744: Documentation in Month refers to quarters
8129556: TemporalAdjusters dayOfWeekInMonth wrongly says "in the same month"
Reviewed-by: chegar, scolebourne
|
2015-09-24 11:01:01 -04:00 |
|
Alexander Stepanov
|
6c618e48b9
|
8133651: replace some <tt> tags (obsolete in html5) in core-libs docs
Reviewed-by: martin
|
2015-09-24 17:07:44 +03:00 |
|
Joe Darcy
|
47814c8df0
|
7130085: Port fdlibm hypot to Java
Reviewed-by: bpb
|
2015-09-23 14:14:14 -07:00 |
|
Roger Riggs
|
f6878d40ef
|
8132883: The spec of allChildren/children of j.l.Process/ProcessHandle need to be relaxed
8131763: j.l.Process.allChildren spec clarification
Reviewed-by: chegar
|
2015-09-23 15:02:46 -04:00 |
|
Roger Riggs
|
4e7617c040
|
8132541: (process) ProcessBuilder support for redirection to discard output
Add redirect to NUL or /dev/null depending on the OS
Reviewed-by: chegar, martin
|
2015-09-23 11:18:34 -04:00 |
|
Naoto Sato
|
5710e3c754
|
8062006: Add a new locale data name "COMPAT" for java.locale.providers system property to reduce ambiguity
Reviewed-by: okutsu
|
2015-11-02 08:46:19 -08:00 |
|
Michael Haupt
|
f1f609ddaa
|
8136931: more fine-grained condition checking for BMH species creation
Reviewed-by: psandoz, sundar
|
2015-09-23 08:43:51 +02:00 |
|
Kumar Srinivasan
|
c7b42305e9
|
8073187: Unexpected side effect in Pack200
Reviewed-by: jrose, sherman
|
2015-09-22 11:50:40 -07:00 |
|
James Laskey
|
8aa6d9f160
|
8135197: libjimage code needs translation from hotspot-ish to jdk-ish
Reviewed-by: rriggs, chegar
|
2015-09-22 12:47:40 -03:00 |
|
Iris Clark
|
01c0b611a3
|
Merge
|
2015-09-21 21:40:23 -07:00 |
|
Tagir Valeev
|
94ba18f8b4
|
8136686: Collectors.counting can use Collectors.summingLong to reduce boxing
Reviewed-by: psandoz
|
2015-09-19 15:26:34 +02:00 |
|
Vinnie Ryan
|
5d5ef39f51
|
8136534: Loading JKS keystore using non-null InputStream results in closed stream
Reviewed-by: mullan, wetmore
|
2015-09-18 17:54:28 +01:00 |
|
Alejandro Murillo
|
15a7f1d1bb
|
8087203: Adapt Version.java.template to the JEP-223 new version string format
Reviewed-by: darcy
|
2015-09-17 14:41:39 -07:00 |
|
Joe Darcy
|
67603e6d54
|
8134795: Port fdlibm pow to Java
Reviewed-by: bpb
|
2015-09-17 13:43:06 -07:00 |
|
Martin Buchholz
|
623caa1da9
|
8136570: Stop changing user environment variables related to /usr/dt
4953367: MAWT: Java should be more careful manipulating NLSPATH, XFILESEARCHPATH env variables
Stop changing user environment variables: NLSPATH XFILESEARCHPATH
Reviewed-by: prr
|
2015-09-16 10:49:11 -07:00 |
|
Vyom Tewari
|
681e6b478b
|
8073542: File Leak in jdk/src/java/base/unix/native/libnet/PlainDatagramSocketImpl.c
Ensure that file descriptor is properly closed if setsockopt fails.
Reviewed-by: chegar, igerasim
|
2015-09-17 17:33:00 +02:00 |
|
Stuart Marks
|
343e882e7f
|
8072722: add stream support to Scanner
Reviewed-by: psandoz, chegar, sherman
|
2015-09-16 16:24:35 -07:00 |
|
Martin Buchholz
|
a2f0fe3c94
|
8136583: Core libraries should use blessed modifier order
Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart
|
2015-09-15 21:56:04 -07:00 |
|
Sean Mullan
|
d323a04105
|
8015388: Required algorithms for JDK 9
Reviewed-by: jnimeh, wetmore, xuelei
|
2015-09-16 08:23:37 -04:00 |
|
Alejandro Murillo
|
dd319ca29f
|
Merge
|
2015-09-15 07:47:44 -07:00 |
|