Joe Darcy
|
9fe30fb118
|
8078136: Incorrect figure number in reference to Hacker's Delight book in Long.bitCount() method
Reviewed-by: lancea
|
2015-05-17 11:04:01 -07:00 |
|
Peter Levart
|
f79ca89ac7
|
8074002: java.time.ZoneId.systemDefault() should be faster
Cache ZoneId inside TimeZone object
Reviewed-by: scolebourne, rriggs, dfuchs
|
2015-05-17 18:49:21 +02:00 |
|
Peter Levart
|
30bcd97f81
|
8077846: improve locking strategy for readConfiguration(), reset(), and initializeGlobalHandlers()
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Reviewed-by: dholmes, alanb, mchung
|
2015-05-17 10:38:36 +02:00 |
|
Ivan Gerasimov
|
cbe55b316e
|
8071571: Move substring of same string to slow path
Reviewed-by: martin
|
2015-05-15 22:10:29 +03:00 |
|
Ivan Gerasimov
|
ff06dffa94
|
8074657: Missing space on a boundary of concatenated strings
Added missing spaces, fixed indentation, replaced StringBuffer with StringBuilder
Reviewed-by: martin, rriggs
|
2015-05-15 22:09:49 +03:00 |
|
Claes Redestad
|
608c2ef496
|
8061254: SPECjvm2008-XML performance regressions in 9-b33
Reviewed-by: alanb, shade
|
2015-05-15 16:09:55 +02:00 |
|
Valerie Peng
|
d296137c20
|
8038084: CertStore needs a way to add new CertStore types
Removed internal helper classes and reflection usage for LDAP CertStore.
Reviewed-by: mullan
|
2015-05-15 01:14:25 +00:00 |
|
Naoto Sato
|
8f571ff813
|
8080342: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
Reviewed-by: lancea
|
2015-05-14 09:50:30 -07:00 |
|
Phil Race
|
95cc940989
|
Merge
|
2015-05-13 08:37:34 -07:00 |
|
Jeremy Manson
|
292354a1fe
|
8079841: Buffer underflow with empty zip entry names
Check for zero-length entry name before accessing "last" byte
Reviewed-by: sherman, martin
|
2015-05-12 14:39:36 -07:00 |
|
Sean Mullan
|
5dbc7756f6
|
8075706: Policy implementation does not allow policy.provider to be on the class path
Reviewed-by: alanb, mchung
|
2015-05-12 13:13:06 -04:00 |
|
Pavel Rappo
|
431c16c78d
|
8029689: (spec) Reader.read(char[], int, int) throws unspecified IndexOutOfBoundsException
Reviewed-by: chegar, lancea
|
2015-05-12 13:59:31 +01:00 |
|
Paul Sandoz
|
0e7987c721
|
8078645: removeIf(filter) in ConcurrentHashMap removes entries for which filter is false
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: martin, dholmes
|
2015-05-12 10:50:40 +02:00 |
|
Joe Darcy
|
7ceb605aa6
|
8053918: make the spec for @Documented comprehensible
Reviewed-by: jjg, abuckley
|
2015-05-11 17:54:03 -07:00 |
|
Sean Mullan
|
96b94e09d7
|
8034820: Wrong isAssignableFrom test when adding Principal to Subject
Reviewed-by: valeriep
|
2015-05-11 07:03:24 -04:00 |
|
Sean Mullan
|
fee090c692
|
6470634: Typos in CardTerminals.list(CardTerminals.State) javadoc
Reviewed-by: xuelei
|
2015-05-08 09:05:15 -04:00 |
|
Magnus Ihse Bursie
|
4f0d955e38
|
8079771: Fix SoundLibraries.gmk mismerge after JDK-8072665
Reviewed-by: dholmes, erikj
|
2015-05-08 09:42:36 +02:00 |
|
Brian Burkhalter
|
c0d7208b4b
|
8065109: (fs spec) Files.newBufferedWriter doesn't specify SecurityException for DELETE_ON_CLOSE option
Add to specification of newBufferedWriter() and write() methods that the DELETE_ON_CLOSE option triggers invoking checkDelete().
Reviewed-by: alanb
|
2015-05-07 16:12:10 -07:00 |
|
Naoto Sato
|
9a104f4c57
|
8079186: Add 'localeServiceProvider' target in the class description of RuntimePermission
Reviewed-by: mullan
|
2015-05-07 08:55:17 -07:00 |
|
Volker Simonis
|
4fcd8e1b26
|
8079510: AIX: fix build after '8042901: Allow com.sun.management to be in a different module...'
Reviewed-by: goetz
|
2015-05-07 17:29:05 +02:00 |
|
Alexander Stepanov
|
1e20f048f1
|
8079478: some docs cleanup for sun.security
Some docs cleanup
Reviewed-by: weijun
|
2015-05-06 21:15:07 +04:00 |
|
Sergey Bylokhov
|
bcbb909487
|
6206437: Typo in JInternalFrame setDefaultCloseOperation() doc (WindowClosing --> internalFrameClosing)
Reviewed-by: alexsch, azvegint
|
2015-05-06 18:30:31 +03:00 |
|
Sergey Bylokhov
|
8003b33919
|
8079217: JRE installation is stuck at Progress dialog : redux
Reviewed-by: prr, ant
|
2015-05-06 17:31:48 +03:00 |
|
Michael Fang
|
ffa8bcf6ef
|
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
Reviewed-by: mchung
|
2015-05-06 10:25:51 +02:00 |
|
Jason Uh
|
53ae2943eb
|
8058543: Certificate returns null Subject Alternative Name if it is an X400Address type
Reviewed-by: weijun
|
2015-05-05 14:44:39 -07:00 |
|
Phil Race
|
b8cf472fe8
|
Merge
|
2015-05-05 13:29:31 -07:00 |
|
Vinnie Ryan
|
99e090089e
|
8079129: NullPointerException in PKCS#12 Keystore in PKCS12KeyStore.java
Reviewed-by: weijun
|
2015-05-05 17:55:16 +01:00 |
|
Alejandro Murillo
|
bc6eae682e
|
Merge
|
2015-05-05 08:11:41 -07:00 |
|
Weijun Wang
|
3db31d77fc
|
8078439: SPNEGO auth fails if client proposes MS krb5 OID
Reviewed-by: valeriep
|
2015-05-05 21:14:12 +08:00 |
|
Weijun Wang
|
b4dc8b67ff
|
8078495: End time checking for native TGT is wrong
Reviewed-by: xuelei
|
2015-05-04 17:56:33 +08:00 |
|
Peter Levart
|
b308a894cf
|
8074003: java.time.zone.ZoneRules.getOffset(java.time.Instant) can be optimized
Make epochSecond part of ZoneOffsetTransition so it doesn't have to be recomputed frequently
Reviewed-by: scolebourne, rriggs
|
2015-05-04 10:13:19 +02:00 |
|
Aleksei Efimov
|
c565cf62f8
|
8077685: (tz) Support tzdata2015d
Reviewed-by: okutsu
|
2015-05-02 22:51:45 +03:00 |
|
Alejandro Murillo
|
c185e9a5bf
|
Merge
|
2015-05-01 03:56:04 -07:00 |
|
Bharadwaj Yadavalli
|
9e764c9abf
|
Merge
|
2015-04-30 18:15:01 -04:00 |
|
Andrew Brygin
|
3034b7f80b
|
8073001: Java's system LnF on OS X: editable JComboBoxes are being rendered incorrectly
Reviewed-by: alexp, serb
|
2015-04-30 16:47:05 +03:00 |
|
Alexander Zvegintsev
|
71bcae933a
|
8077982: GIFLIB upgrade
Reviewed-by: ant, serb
|
2015-04-30 16:02:42 +03:00 |
|
Victor Dyakov
|
f97624c3a6
|
8078614: WindowsClassicLookAndFeel MetalComboBoxUI.getbaseLine fails with IllegalArgumentException
Reviewed-by: serb, azvegint, alexsch
|
2015-04-30 14:04:39 +04:00 |
|
Andrew Dinn
|
c9ba8831c6
|
8078654: CloseTTFontFileFunc callback should be removed
Reviewed-by: prr, martin
|
2015-04-29 16:02:57 -07:00 |
|
Phil Race
|
722ec3f5ed
|
8079067: New version string scheme - Java2D
Reviewed-by: serb, jgodinez, iris
|
2015-04-29 12:57:24 -07:00 |
|
Naoto Sato
|
ae93bb2873
|
8075545: Add permission check for locale service provider implementations
Reviewed-by: mchung, alanb
|
2015-04-29 11:03:56 -07:00 |
|
Phil Race
|
b61e85156e
|
8076979: DebugFonts.java fails with stackoverflow error
Reviewed-by: serb, jgodinez
|
2015-04-29 10:25:49 -07:00 |
|
Phil Race
|
5e68af873f
|
8078331: Upgrade JDK to use LittleCMS 2.7
Reviewed-by: serb, bae
|
2015-04-29 10:22:54 -07:00 |
|
Phil Race
|
e8787ce018
|
Merge
|
2015-04-29 09:44:24 -07:00 |
|
Sergey Bylokhov
|
56e9125ea4
|
8078216: JRE installation is stuck at Progress dialog
Reviewed-by: prr, ddehaven
|
2015-04-29 19:43:55 +03:00 |
|
Victor Dyakov
|
a7ad7b97e2
|
8031109: Rendering HTML code in JEditorPane throws NumberFormatException
Reviewed-by: azvegint, alexsch
|
2015-04-29 20:06:35 +04:00 |
|
Phil Race
|
60bb43ad32
|
Merge
|
2015-04-29 08:52:47 -07:00 |
|
Alexander Stepanov
|
86a3e55dec
|
8078528: clean out tidy warnings from security.auth
Some HTML markup fixes for docs
Reviewed-by: xuelei
|
2015-04-29 17:29:14 +04:00 |
|
Alexander Zvegintsev
|
70a2e7923c
|
8051617: Fullscreen mode is not working properly on Xorg
Reviewed-by: alexsch, serb
|
2015-04-29 12:54:36 +03:00 |
|
Sergey Bylokhov
|
324b186f1b
|
4703110: java.awt.Canvas(GraphicaConfiguration): null reaction
Reviewed-by: azvegint, ant
|
2015-04-29 02:55:39 +03:00 |
|
Laurent Bourgès
|
e41e267848
|
8078464: Path2D storage growth algorithms should be less linear
Reviewed-by: flar
|
2015-04-28 14:23:03 -07:00 |
|