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 |
|
Magnus Ihse Bursie
|
c8ac9172fc
|
8075717: Replace INTERNAL_BUILD with DEBUG in awt
Reviewed-by: serb, azvegint
|
2015-03-24 10:52:08 +01: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 |
|
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 |
|
Andrew Brygin
|
e7e3187500
|
8074954: ImageInputStreamImpl.readShort/readInt do not behave correctly at EOF
Reviewed-by: prr, serb
|
2015-03-23 11:19:41 +03: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 |
|
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 |
|
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 |
|
Alejandro Murillo
|
1b547035a8
|
Merge
|
2015-03-19 15:00:51 -07:00 |
|
Semyon Sadetsky
|
ca998d2d4c
|
4473075: JTable header rendering problem (after setting preferred size)
Reviewed-by: alexsch, serb
|
2015-03-18 15:03:16 +04:00 |
|
Volker Simonis
|
40728fc162
|
8071687: AIX port of "8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework"
Reviewed-by: sla
|
2015-03-18 09:13:11 +01:00 |
|
Naoto Sato
|
ca08065c34
|
8074350: Support ISO 4217 "Current funds codes" table (A.2)
8074351: Support for currencies with the 4 digits (or more) minor unit
Reviewed-by: okutsu
|
2015-03-17 16:04:26 -07:00 |
|
Phil Race
|
80b33776b1
|
8075277: JDK is still building X11 related Java files on OSX
Reviewed-by: ihse, erikj, serb
|
2015-03-17 15:18:11 -07:00 |
|
Phil Race
|
391adb65e0
|
Merge
|
2015-03-17 14:38:54 -07:00 |
|
Phil Race
|
f15d56a3a6
|
Merge
|
2015-03-17 14:20:45 -07:00 |
|
Staffan Larsen
|
94cafa6c0e
|
8075056: Remove Version.java.template from jconsole
Reviewed-by: egahlin, iris, ihse, alanb, erikj, mchung
|
2015-03-17 20:45:23 +01:00 |
|
Phil Race
|
9dbd9dd373
|
Merge
|
2015-03-17 12:30:53 -07:00 |
|
Xueming Shen
|
f3a2e4480d
|
8074678: JCK test java_util/regex/MatchResult/index.html starts failing after JDK-8071479
To add non-match sanity check
Reviewed-by: psandoz
|
2015-03-17 09:54:36 -07:00 |
|
Semyon Sadetsky
|
72f3a466e0
|
8040328: JSlider has wrong preferred size with Synth LAF
Reviewed-by: alexsch, ant
|
2015-03-17 14:38:22 +04:00 |
|
Brian Burkhalter
|
7d1b3d7277
|
8075222: RandomAccessFile.getChannel changed to non-final in error
Reinstate 'final' RandomAccessFile.getChannel() declaration.
Reviewed-by: alanb
|
2015-03-16 13:49:00 -07:00 |
|
Anton Nashatyrev
|
012666647c
|
8073008: press-and-hold input method for accented characters works incorrectly on OS X
Reviewed-by: azvegint, alexp
|
2015-03-16 20:32:45 +03:00 |
|
Paul Sandoz
|
7618752fd9
|
8075230: Optimized count operations incorrectly declare the stream shape
Reviewed-by: chegar
|
2015-03-16 17:44:34 +01:00 |
|
Alexander Stepanov
|
765a1e4435
|
8028266: Tidy warnings cleanup for packages java.security/javax.security
Some tidy warnings in docs were fixed
Reviewed-by: mullan, wetmore
|
2015-03-16 19:09:13 +04:00 |
|
Weijun Wang
|
d5d207d635
|
8074836: Resolve disabled warnings for libosxkrb5
8074835: Resolve disabled warnings for libj2gss
Reviewed-by: erikj
|
2015-03-16 18:08:01 +08:00 |
|
Aggelos Biboudis
|
cb566c6ce5
|
8067969: Optimize Stream.count for SIZED Streams
Reviewed-by: psandoz, chegar
|
2015-03-16 10:19:49 +01:00 |
|
Jamil Nimeh
|
2349ff99bc
|
6996366: convert MacAlg to an enum
Reviewed-by: xuelei
|
2015-03-14 09:38:52 -07:00 |
|
Brian Burkhalter
|
17f8ee8cf0
|
8073214: javadoc of Properties methods should specify NullPointerExceptions
Add test for null parameter and corresponding throws clause to load() methods
Reviewed-by: darcy
|
2015-03-13 14:54:40 -07:00 |
|
Joe Darcy
|
1382affe60
|
8075160: Add javadoc to serialver class
Reviewed-by: lancea
|
2015-03-13 11:34:37 -07:00 |
|
Jamil Nimeh
|
a55dd41fc7
|
8074064: OCSPResponse.SingleResponse objects do not parse singleExtensions
Reviewed-by: mullan, vinnie
|
2015-03-13 09:32:54 -07:00 |
|
Daniel D. Daugherty
|
03e307c40a
|
Merge
|
2015-03-13 09:28:10 -07:00 |
|
Staffan Larsen
|
9e2660699e
|
8074812: More specific error message when the .java_pid well-known file is not secure
Reviewed-by: jbachorik, martin
|
2015-03-13 08:35:51 +01:00 |
|
Sergey Bylokhov
|
3c9eab317a
|
8074668: [macosx] Mac 10.10: Application run with splash screen has focus issues
Reviewed-by: prr, ant, alexsch
|
2015-03-12 08:57:51 -07:00 |
|
Phil Race
|
cac7e38c8d
|
Merge
|
2015-03-11 08:30:40 -07:00 |
|
Alexander Zvegintsev
|
465abe9cfd
|
8074921: OS X build broken by reference to XToolkit
Reviewed-by: alexsch, serb
|
2015-03-11 16:48:43 +03:00 |
|
Staffan Larsen
|
4e1348cb7b
|
8074948: javadoc typo in DiagnosticCommandMBean.java: {code instead of {@code
Reviewed-by: jbachorik
|
2015-03-11 14:28:35 +01:00 |
|
Staffan Larsen
|
e8b15600ac
|
8074841: Resolve disabled warnings for the JVMTI demo compiledMethodLoad
8074842: Resolve disabled warnings for the JVMTI demo waiters
Reviewed-by: alanb, ihse, dsamersoff
|
2015-03-11 08:09:35 +01:00 |
|
Masayoshi Okutsu
|
6a297b5c2b
|
8074791: Long-form date format incorrect month string for Finnish locale
Reviewed-by: naoto
|
2015-03-11 14:33:14 +09:00 |
|
Xue-Lei Andrew Fan
|
665dc6f627
|
8072385: Only the first DNSName entry is checked for endpoint identification
Reviewed-by: weijun, jnimeh
|
2015-03-11 04:52:39 +00:00 |
|
Martin Buchholz
|
0d022c42c9
|
8074579: Use more efficient and readable way of checking PKZIP signatures
Reviewed-by: sherman
|
2015-03-10 14:23:03 -07:00 |
|
Nakul Natu
|
741e72173c
|
8066436: Minimize can cause window to disappear on osx
Reviewed-by: serb, azvegint
|
2015-03-10 21:48:37 +03:00 |
|
Alexander Zvegintsev
|
8bc60ff868
|
8056151: Switching to GTK L&F on-the-fly leads to X Window System error RenderBadPicture
Reviewed-by: alexsch, serb
|
2015-03-10 15:39:26 +03:00 |
|
Phil Race
|
6cd9e14e45
|
Merge
|
2015-03-09 09:49:31 -07:00 |
|
Sergey Bylokhov
|
71bacd69b0
|
4849595: Erroneous javadoc for TableColumn.addPropertyChangeListener
Reviewed-by: azvegint, alexsch
|
2015-03-09 08:53:34 -07:00 |
|
Kumar Srinivasan
|
64c0d97630
|
8074373: NMT is not enabled if NMT option is specified after class path specifiers
Reviewed-by: dholmes
|
2015-03-07 15:21:36 -08:00 |
|
Xueming Shen
|
011b337a51
|
8074406: DateTimeFormatter.appendZoneOrOffsetId() fails to resolve a ZoneOffset for OffsetDateTime
To support resolve OffsetDateTime from DTF.appendZoneOrOffset()
Reviewed-by: rriggs
|
2015-03-07 10:11:03 -08:00 |
|