Aleksei Efimov
|
7863bfdf2a
|
8075667: (tz) Support tzdata2015b
Reviewed-by: okutsu
|
2015-03-30 15:57:39 +03:00 |
|
Aleksei Efimov
|
a03f68908a
|
8074297: substring in XSLT returns wrong character if string contains supplementary chars
Reviewed-by: joehw
|
2015-03-30 14:52:24 +03:00 |
|
Masayoshi Okutsu
|
90e30c53bc
|
8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
Reviewed-by: naoto
|
2015-03-30 16:31:18 +09:00 |
|
Sean Coffey
|
c189249408
|
8059588: deadlock in java/io/PrintStream when verbose javax.net.debug flags are set
Reviewed-by: mullan
|
2015-03-27 19:13:47 +00:00 |
|
David Holmes
|
f2bf96030e
|
8072740: move closed jvm.cfg files out of open repo
Reviewed-by: erikj, ihse, dlong
|
2015-03-26 19:25:48 -04:00 |
|
Srikanth Adayapalam
|
3f410c76ca
|
8076039: Remove the unused internal API sun.reflect.misc.FieldUtil.getDeclaredFields
Reviewed-by: mchung, hawtin
|
2015-03-26 11:59:41 +05:30 |
|
Magnus Ihse Bursie
|
f0fb07515a
|
8076060: Improve make bootstrap process
Reviewed-by: erikj
|
2015-03-26 16:17:33 +01:00 |
|
Martin Buchholz
|
47ed235f36
|
8074578: Document memory visibility effects of Unsafe compareAndSwap methods
Reviewed-by: psandoz, jrose, dholmes
|
2015-03-04 17:35:40 -08:00 |
|
Martin Buchholz
|
33c1f7d181
|
8075774: Small readability and performance improvements for zipfs
Reviewed-by: sherman, alanb
|
2015-03-10 14:23:03 -07:00 |
|
Martin Buchholz
|
8ab93c84ec
|
8073158: zip files with total entry count 0xFFFF need not be ZIP64 files
Minor rewrite of crufty zip implementation in parse_manifest.c
Reviewed-by: sherman
|
2015-03-25 15:36:43 -07:00 |
|
Pavel Rappo
|
39b55b3d5a
|
8075959: Change parameter names in some IOException subclasses
Reviewed-by: rriggs
|
2015-03-25 15:42:41 +00:00 |
|
Paul Sandoz
|
b220e6cb1d
|
8075307: Pipeline calculating inconsistent flag state for parallel stateful ops
Reviewed-by: smarks
|
2015-03-25 10:50:08 +00:00 |
|
Masayoshi Okutsu
|
78c0bdbda5
|
8075173: DateFormat in german locale returns wrong value for month march
Reviewed-by: naoto, peytoia
|
2015-03-25 17:59:59 +09:00 |
|
Jason Uh
|
6a2c954d63
|
8074531: Remove javax.security.cert.X509Certificate usage in internal networking packages
Reviewed-by: mullan
|
2015-03-24 11:31:04 -07:00 |
|
Chris Hegarty
|
82dd135b5f
|
8075824: Add default[Read|Write]Object to java.util.Date
Reviewed-by: alanb, rriggs
|
2015-03-24 14:48:11 +00:00 |
|
Lev Priima
|
2b63b5d1d7
|
8075071: [TEST_BUG] TimSortStackSize2.java: OOME: Java heap space: MaxHeap shrinked by MaxRAMFraction
Reviewed-by: dholmes
|
2015-03-24 03:46:57 -04:00 |
|
Alejandro Murillo
|
8972c391cb
|
Merge
|
2015-03-23 14:00:55 -07:00 |
|
Alejandro Murillo
|
6029b480b7
|
Merge
|
2015-03-23 11:44:42 -07:00 |
|
Joe Darcy
|
07cd371738
|
8075670: Remove intermittent keyword from some tests
Reviewed-by: alanb
|
2015-03-23 09:45:32 -07:00 |
|
Roger Riggs
|
149272bbdb
|
Merge
|
2015-03-23 10:58:27 -04:00 |
|
Roger Riggs
|
a056457b52
|
8067796: (process) Process.waitFor(timeout, unit) doesn't throw NPE if timeout is less than, or equal to zero when unit == null
Implement checking for NPE in Process implementation before other conditions
Reviewed-by: martin, chegar
|
2015-03-23 10:13:32 -04:00 |
|
Roger Riggs
|
c92b8a33a6
|
8073220: A typo in the documentation for class ProcessBuilder
Correct reference to be OutputStream
Reviewed-by: martin, alanb
|
2015-03-23 09:53:08 -04:00 |
|
Roger Riggs
|
7cb7ae5914
|
8071480: (process spec) ProcessBuilder.start spec linked to the wrong checkRead and checkWrite methods
Disambiguate with links to checkRead(String) and checkWrite(String)
Reviewed-by: alanb, martin
|
2015-03-23 09:52:42 -04:00 |
|
Paul Sandoz
|
497fe8d068
|
8075560: Typo in Javadoc for java.util.Optional.equals()
Reviewed-by: alanb
|
2015-03-23 14:20:39 +01:00 |
|
Dmitry Samersoff
|
7e09df43e6
|
8075569: jmap test fails due to "ERROR: java.nio.file.NoSuchFileException: 2906081d-06bc-4738-a7e8-f37b8bf13658.lck"
Lock file is deleted while we are setting modified time
Reviewed-by: alanb
|
2015-03-23 02:29:47 -07:00 |
|
Zaiyao Liu
|
35c411ea7e
|
8048618: Tests for PKCS12 write operations
Reviewed-by: weijun
|
2015-03-23 15:37:03 +08:00 |
|
Weijun Wang
|
3fbfa7ee89
|
8074935: jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did
Reviewed-by: mullan
|
2015-03-23 08:51:51 +08:00 |
|
Joe Darcy
|
ed05aef3fc
|
8075567: Mark intermittently failuring security-libs tests
Reviewed-by: mullan
|
2015-03-22 10:27:22 -07:00 |
|
Brian Burkhalter
|
1eb4f850a6
|
8075655: NIO test generation scripts have incorrect path to Spp.java
Correct the path to Spp.java
Reviewed-by: rriggs
|
2015-03-20 15:25:07 -07:00 |
|
Brian Burkhalter
|
d7419560c2
|
8075362: j.u.Properties.load() methods have misaligned @throws clauses
Add spaces to align the @throws clauses, and rename Basic.java test and its @summary clause.
Reviewed-by: rriggs
|
2015-03-20 10:37:03 -07:00 |
|
Rob McKenna
|
89c87896e2
|
8075039: (sctp) com/sun/nio/sctp/SctpMultiChannel/SendFailed.java fails on Solaris only
Reviewed-by: chegar
|
2015-03-20 17:07:15 +00:00 |
|
Mikael Vidstedt
|
49dec12116
|
8074839: Resolve disabled warnings for libunpack and the unpack200 binary
Reviewed-by: dholmes, ksrini
|
2015-03-20 10:02:44 -07:00 |
|
Joe Darcy
|
28114420db
|
8075573: Add jdk_other and jdk_svc to jdk tier 2 test definition
Reviewed-by: mchung
|
2015-03-20 10:00:30 -07:00 |
|
J. Duke
|
3251eb7210
|
Merge
|
2017-07-05 20:25:16 +02:00 |
|
J. Duke
|
115e316353
|
Merge
|
2017-07-05 20:25:13 +02:00 |
|
J. Duke
|
5806bf4280
|
Merge
|
2017-07-05 20:25:08 +02:00 |
|
J. Duke
|
e85df58da2
|
Merge
|
2017-07-05 20:25:05 +02:00 |
|
J. Duke
|
65b4e3982c
|
Merge
|
2017-07-05 20:25:01 +02:00 |
|
J. Duke
|
5627dc241c
|
Merge
|
2017-07-05 20:24:57 +02:00 |
|
J. Duke
|
78b4374ba1
|
Merge
|
2017-07-05 20:24:54 +02:00 |
|
J. Duke
|
65dc46dbe6
|
Merge
|
2017-07-05 20:24:44 +02:00 |
|
J. Duke
|
0198eb6feb
|
Added tag jdk9-b55 for changeset c97e2d1bad97
|
2017-07-05 20:24:26 +02:00 |
|
J. Duke
|
63923c6c41
|
Merge
|
2017-07-05 20:24:25 +02:00 |
|
J. Duke
|
c29d281415
|
Merge
|
2017-07-05 20:24:21 +02:00 |
|
J. Duke
|
c9aa90a5d4
|
Merge
|
2017-07-05 20:24:16 +02:00 |
|
J. Duke
|
a0da185e1d
|
Merge
|
2017-07-05 20:24:12 +02:00 |
|
J. Duke
|
9b90a460ac
|
Merge
|
2017-07-05 20:24:08 +02:00 |
|
J. Duke
|
eb357a5d8d
|
Merge
|
2017-07-05 20:24:03 +02:00 |
|
J. Duke
|
3e289e5c32
|
Merge
|
2017-07-05 20:24:00 +02:00 |
|
J. Duke
|
b402c8b5dd
|
Merge
|
2017-07-05 20:23:52 +02:00 |
|