Clemens Eisserer
|
24f306c761
|
7189452: XRender pipeline does ignore source-surface offset for text rendering
Reviewed-by: prr, bae
|
2013-09-01 09:38:03 -07:00 |
|
Phil Race
|
d5c4be9c65
|
4673406: RFE: Java Printing: Provide a way to display win32 printer driver's dialog
Reviewed-by: jgodinez, bae
|
2013-08-30 10:25:55 -07:00 |
|
Jennifer Godinez
|
9811410a00
|
8017469: [macosx] Printing problem using ja and zh_CN locales
Reviewed-by: prr, jchen
|
2013-08-30 09:10:30 -07:00 |
|
Stephen Colebourne
|
75fb106fec
|
8023763: Rename ChronoDateImpl
Rename ChronoDateImpl to ChronoLocalDateImpl
Reviewed-by: sherman
|
2013-08-30 11:43:57 +01:00 |
|
Alexander Scherbatiy
|
f8b0bf1b23
|
8022401: [macosx] javax/swing/text/JTextComponent/5074573/bug5074573.java fails
Reviewed-by: anthony
|
2013-08-30 13:28:15 +04:00 |
|
Chris Hegarty
|
369c079b32
|
Merge
|
2013-08-30 09:37:29 +01:00 |
|
Petr Pchelko
|
2e5604d06b
|
8023966: JViewPort.BLIT_SCROLL_MODE does not work in JLightweightFrame
Reviewed-by: anthony, ant
|
2013-08-30 11:11:53 +04:00 |
|
Stephen Colebourne
|
c762984485
|
8023764: Optimize Period addition
Optimise plus/minus for common cases
Reviewed-by: sherman
|
2013-08-29 20:38:46 +01:00 |
|
Vinnie Ryan
|
cbe29b7b72
|
8008296: keytool utility doesn't support '-importpassword' command
Reviewed-by: weijun
|
2013-10-04 16:05:55 +01:00 |
|
Roger Riggs
|
1e581e11ea
|
8024427: Missing java.time.chrono serialization tests
Add tests and cleanup existing serialization tests
Reviewed-by: sherman
|
2013-10-03 15:16:14 -04:00 |
|
Staffan Larsen
|
932c79bc4c
|
8023786: (jdk) setjmp/longjmp changes the process signal mask on OS X
Reviewed-by: dholmes
|
2013-08-29 11:22:44 +02:00 |
|
Erik Helin
|
ef64db06e2
|
8014659: NPG: performance counters for compressed klass space
Reviewed-by: jmasa, sla
|
2013-08-29 11:08:42 +02:00 |
|
Lana Steuck
|
e1e880abee
|
Merge
|
2013-09-22 20:21:11 -07:00 |
|
Ivan Gerasimov
|
06571ae862
|
8023130: (process) ProcessBuilder#inheritIO does not work on Windows
Reviewed-by: alanb, martin
|
2013-09-23 04:05:42 +01:00 |
|
Lana Steuck
|
170f727b62
|
Merge
|
2013-09-20 19:15:59 -07:00 |
|
Paul Sandoz
|
57f84d8637
|
8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec
Reviewed-by: alanb
|
2013-09-20 17:11:32 -07:00 |
|
Brian Burkhalter
|
ca9e74c63d
|
8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
Explicitly check for null remappingFunction parameter.
Reviewed-by: mduigou, forax, psandoz
|
2013-09-20 15:12:05 -07:00 |
|
Doug Lea
|
851fd0447e
|
8024253: ThreadLocal random can use SecureRandom for the initial seed
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Guy Steele <guy.steele@oracle.com>
Reviewed-by: psandoz, chegar, alanb
|
2013-09-20 11:07:06 -07:00 |
|
Staffan Larsen
|
fdef74ade2
|
7200277: [parfait] potential buffer overflow in npt/utf.c
Reviewed-by: dsamersoff, dcubed
|
2013-09-20 16:40:32 +02:00 |
|
Paul Sandoz
|
0f59d418d8
|
8024405: Spliterators.spliterator should support CONCURRENT characteristic
Reviewed-by: martin
|
2013-09-19 20:41:54 -07:00 |
|
Paul Sandoz
|
3a559a7ea0
|
8025002: "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException
Reviewed-by: henryjen, alanb
|
2013-09-18 10:49:34 -07:00 |
|
Peter Levart
|
c7759dc643
|
8011940: java.lang.Class.getAnnotations() always enters synchronized method
Reviewed-by: jfranck, chegar, psandoz, shade
|
2013-09-19 16:14:13 +02:00 |
|
Alexander Zuev
|
100b98aafa
|
8017248: Compiler Diacritics Issue
Reviewed-by: naoto
|
2013-09-19 17:04:45 +04:00 |
|
Weijun Wang
|
ac8db73a7c
|
8011402: Move blacklisting certificate logic from hard code to data
Reviewed-by: erikj, mullan
|
2013-09-18 21:37:45 +08:00 |
|
Alan Bateman
|
2785e7d00a
|
8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx)
Co-authored-by: Norman Maurer <nmaurer@redhat.com>
Reviewed-by: alanb, coffeys
|
2013-09-18 14:10:24 +01:00 |
|
Weijun Wang
|
5ae304e238
|
8012615: Realm.getRealmsList returns realms list in wrong
Reviewed-by: valeriep, xuelei
|
2013-09-18 18:22:49 +08:00 |
|
Shanliang Jiang
|
81cd0a8738
|
8023954: MBean*Info.equals: throw NPE
Reviewed-by: dfuchs, dholmes
|
2013-09-18 08:51:23 +02:00 |
|
Paul Sandoz
|
6c97499183
|
8023155: Ensure functional consistency across Random, ThreadLocalRandom, SplittableRandom
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: mduigou
|
2013-08-28 22:11:14 +02:00 |
|
Xueming Shen
|
54b7d41e69
|
8023713: ZipFileSystem crashes on old zip file
To handle extra data field copy correctly even the extra data does not follow the spec
Reviewed-by: alanb, martin, chegar
|
2013-08-28 09:46:55 -07:00 |
|
Lana Steuck
|
b069788f24
|
Merge
|
2013-08-28 08:59:50 -07:00 |
|
Alan Bateman
|
188f6e49f5
|
8022594: Potential deadlock in <clinit> of sun.nio.ch.Util/IOUtil
Reviewed-by: chegar
|
2013-08-28 15:50:03 +01:00 |
|
Sergey Malenkov
|
0628977a7a
|
6968363: ClassCastException while entering HINDI characters with CustomDocument
Reviewed-by: alexsch
|
2013-08-28 17:32:25 +04:00 |
|
Martin Buchholz
|
ce3943d27d
|
8023717: (process) ProcessBuilder should catch SecurityException rather than AccessControlException
Reviewed-by: wetmore, alanb
|
2013-08-28 14:07:30 +01:00 |
|
Lana Steuck
|
a9582521c6
|
Merge
|
2013-08-27 21:46:00 -07:00 |
|
Sergey Malenkov
|
e304fd35a0
|
8022398: javax/swing/JFileChooser/8013442/Test8013442.java fails
Reviewed-by: alexsch
|
2013-08-27 13:37:38 +04:00 |
|
Sergey Malenkov
|
6dd078f94a
|
8021379: JFileChooser Create New Folder button enabled in write proteced directory
Reviewed-by: alexsch
|
2013-08-27 13:13:32 +04:00 |
|
Sergey Malenkov
|
6018c4e07f
|
7195179: ClassCastException for null values in JComboBox
Reviewed-by: alexsch
|
2013-08-27 12:53:46 +04:00 |
|
Dmitry Markov
|
670c332996
|
8023474: First mousepress doesn't start editing in JTree
Reviewed-by: alexp, anthony
|
2013-08-26 17:21:48 +04:00 |
|
Sergey Malenkov
|
a7e60f4913
|
7080613: java.beans.DefaultPersistenceDelegate.instantiate(..) doesn't throw NPE
Reviewed-by: alexsch
|
2013-08-23 19:29:39 +04:00 |
|
Vadim Pakhnushev
|
9e84a85d64
|
8023052: JVM crash in native layout
Reviewed-by: bae, prr
|
2013-08-23 14:13:38 +04:00 |
|
Sergey Malenkov
|
df7849845e
|
7057769: JScrollBar spec should specify that unit increment & decrement functionality may not be present
Reviewed-by: alexsch
|
2013-08-22 21:05:11 +04:00 |
|
Robert Field
|
551b5e50c6
|
8010433: Remove lambda metafactory work-around to JDK-8005119
Restore invokespecial to lambda metafactory
Reviewed-by: ksrini
|
2013-10-03 10:23:48 -07:00 |
|
Paul Sandoz
|
10a6fcc8a0
|
8025534: Unsafe typecast in java.util.stream.Streams.Nodes
8025538: Unsafe typecast in java.util.stream.SpinedBuffer
8025533: Unsafe typecast in java.util.stream.Streams.RangeIntSpliterator.splitPoint()
8025525: Unsafe typecast in java.util.stream.Node.OfPrimitive.asArray()
Reviewed-by: chegar
|
2013-10-02 16:34:12 +02:00 |
|
Eric McCorkle
|
367fa5ac0e
|
8020981: Update methods of java.lang.reflect.Parameter to throw correct exceptions
Fix behavior of parameter reflection API for malformed class files.
Reviewed-by: darcy
|
2013-10-02 19:13:42 -04:00 |
|
Bradford Wetmore
|
47f46da3fa
|
8025694: Rename getStrongSecureRandom based on feedback
8014838: getStrongSecureRandom() should require at least one implementation
Reviewed-by: mullan, darcy
|
2013-10-02 09:38:57 -07:00 |
|
Erik Gahlin
|
65580cea43
|
6696975: JTop plugin fails if connected readonly to target JVM
Reviewed-by: mchung, jbachorik, sla, sjiang
|
2013-10-01 17:48:01 +02:00 |
|
Paul Sandoz
|
7ee60c366e
|
8025535: Unsafe typecast in java.util.stream.SortedOps
Reviewed-by: mduigou, chegar
|
2013-10-01 18:20:03 +02:00 |
|
Masayoshi Okutsu
|
f640e20e65
|
8022666: java.util.Calendar.set(int,int,int,int,int,int) documentation typo
Reviewed-by: peytoia
|
2013-10-02 17:57:04 +09:00 |
|
Sean Coffey
|
8d0e77641f
|
8024952: ClassCastException in PlainSocketImpl.accept() when using custom socketImpl
Reviewed-by: chegar
|
2013-10-02 09:21:02 +01:00 |
|
Masayoshi Okutsu
|
824b25cc94
|
6902861: (cal) GregorianCalendar roll WEEK_OF_YEAR is broken for January 1 2010
Reviewed-by: peytoia
|
2013-10-02 15:31:35 +09:00 |
|