Xueming Shen
a06b63065d
8025003: Base64 should be less strict with padding
...
Updated spec and implementation of mime decoder to be lenient for padding
Reviewed-by: alanb
2013-10-24 11:12:59 -07:00
Christian Thalinger
1ac0200394
8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms
...
Reviewed-by: iveresov, jrose
2013-10-24 10:52:15 -07:00
Joel Borggrén-Franck
be2d6e6535
8023651: j.l.r.Constructor.getAnnotatedReceiverType() and j.l.r.Constructor.getAnnotatedReturnType() for inner classes return incorrect result
...
Reviewed-by: darcy
2013-10-24 19:04:27 +02:00
Dan Smith
85dad521d9
8019646: Clarify javadoc contract of LambdaMetafactory
...
Reviewed-by: briangoetz, rfield
2013-10-24 13:06:05 -04:00
Stuart Marks
2e342ed968
8023862: deprecate HTTP proxying from RMI
...
Reviewed-by: mchung
2013-10-24 10:13:39 -07:00
Andreas Lundblad
5db9cc7bed
8027170: Annotations declared on super-super-class should be overridden by super-class
...
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: jfranck
2013-10-24 18:52:13 +02:00
Sergey Bylokhov
b776817a56
7090424: TestGlyphVectorLayout failed automately with java.lang.StackOverflowError
...
Reviewed-by: anthony, art
2013-10-24 14:32:07 +04:00
Xue-Lei Andrew Fan
623fe13d2c
8026417: Enhance XML canonicalization
...
Copy before use mutable byte arrays. Also reviewed by Alexander Fomin <alexander.fomin@oracle.com>
Reviewed-by: mullan, hawtin, ahgross
2013-10-23 21:24:34 -07:00
Abhijit Saha
15d051e851
Merge
2013-12-07 16:15:08 -08:00
Phil Race
dba4a72be2
8027169: Xrender: Cleaner version of the fix for 7159455 Nimbus scrollbar glitch
...
Reviewed-by: prr, bae
2013-10-23 08:46:54 -07:00
Sergey Bylokhov
09d0694c90
8020851: java.awt.event.WindowEvent spec should state that WINDOW_CLOSED event may not be delivered under certain circumstances
...
Reviewed-by: anthony, art
2013-10-23 16:24:50 +04:00
Ivan Gerasimov
f14e06950e
8024521: (process) Async close issues with Process InputStream
...
Reviewed-by: psandoz, martin, alanb, robm
2013-10-23 15:37:40 +04:00
Alan Bateman
e1c6970bd6
8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: rriggs, psandoz, chegar
2013-10-24 13:24:32 +01:00
Vadim Pakhnushev
0c0442200d
8001173: [findbugs] Evaluate FindBug output for sun.font.CompositeFont, sun.font.CompositeFontDescriptor
...
Reviewed-by: prr, bae
2013-10-23 08:56:56 +04:00
Clemens Eisserer
95958a239e
8023098: XRender : AlphaComposite test results are incorrect
...
Reviewed-by: prr, bae
2013-10-22 15:39:33 -07:00
Clemens Eisserer
8f5a3f7514
8023483: sun/java2d/DirectX/TransformedPaintTest/TransformedPaintTest.java failed with jdk8 on linux platforms
...
Reviewed-by: prr, bae
2013-10-22 13:47:45 -07:00
Chris Hegarty
6c69f4554c
Merge
2013-10-22 14:55:19 +01:00
Leonid Romanov
9d1ce9a555
8020209: [macosx] Mac OS X key event confusion for "COMMAND PLUS"
...
Reviewed-by: anthony, serb
2013-10-22 16:45:08 +04:00
Chris Hegarty
506667087b
Merge
2013-10-22 12:33:33 +01:00
Chris Dennis
ca4ee27ab5
8024833: (fc) FileChannel.map does not handle async close/interrupt correctly
...
Reviewed-by: alanb
2013-10-22 12:04:19 +01:00
Alan Bateman
36e36d288c
8021257: com.sun.corba.se.** should be on restricted package list
...
Co-authored-by: Mark Sheppard <mark.sheppard@oracle.com>
Reviewed-by: chegar, coffeys, smarks, mullan
2013-10-22 11:43:04 +01:00
Andreas Lundblad
24b64e8c23
8004912: Repeating annotations - getAnnotationsByType(Class<T>) is not working as expected for few inheritance scenarios
...
8019420: Repeatable non-inheritable annotation types are mishandled by Core Reflection
Reviewed-by: jfranck
2013-10-22 12:35:27 +02:00
Andrew Brygin
da800e698b
8026780: Crash on PPC and PPC v2 for Java_awt test suit
...
Reviewed-by: prr, jchen
2013-10-22 13:28:44 +04:00
Joel Borggrén-Franck
415ea4460a
8009411: (reflect) Class.getMethods should not include static methods from interfaces
...
Update getMethods() and getMethod() to filter out interface statics
Co-authored-by: Andreas Lundblad <andreas.lundblad@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: darcy
2013-10-22 10:34:12 +02:00
Xueming Shen
caf263e5b0
8008386: (cs) Unmappable leading should be decoded to replacement
...
Updated the unmappable/malformed detecting handling for db charsets
Reviewed-by: naoto
2013-10-21 18:22:39 -07:00
Yuka Kamiya
fa9bbd8594
8020037: String.toLowerCase incorrectly increases length, if string contains \u0130 char
...
Reviewed-by: naoto
2013-10-22 06:13:01 +09:00
Jennifer Godinez
c4dfaa37a2
8026951: Fix for 8025988 breaks jdk build on windows
...
Reviewed-by: prr, jchen
2013-10-21 13:18:58 -07:00
Joe Darcy
f7a8ae1dd7
8022658: Revisit FunctionalInterface on some core libs types
...
Reviewed-by: briangoetz, mduigou, mr
2013-10-21 12:52:37 -07:00
Xueming Shen
4741adaaf2
8026842: Remove Time-Zone IDs HST/EST/MST
...
Removed these ids from ZoneId's zid list, supported via short_ids list
Reviewed-by: okutsu
2013-10-21 11:16:02 -07:00
Chris Hegarty
388f28f83b
Merge
2013-10-21 15:00:56 +01:00
Daniel Fuchs
2f8b3bf80a
8026499: Root Logger level can be reset unexpectedly
...
This fix prevents the logger's level to be re-initialized if it has already been initialized.
Reviewed-by: mchung
2013-10-21 12:00:58 +02:00
Daniel Fuchs
d6fdb0a571
8016344: (props) Properties.storeToXML behaviour has changed from JDK 6 to 7
...
When storing Properties to XML only locally defined properties must be saved.
Reviewed-by: psandoz, mchung, alanb
2013-10-21 11:15:41 +02:00
Shanliang Jiang
8301b34548
7068126: Enhance SNMP statuses
...
Reviewed-by: dfuchs, hawtin
2013-10-21 09:56:06 +02:00
Robert Field
b79a0fda0f
8025631: Enhance Lambda construction
...
Reviewed-by: ksrini, ahgross
2013-10-20 18:07:40 -07:00
Kumar Srinivasan
e5207fe2b4
8026794: Test tools/pack200/TimeStamp.java fails while opening golden.jar.native.IST on linux-ppc(v2)
...
Reviewed-by: dholmes
2013-10-19 15:19:40 -07:00
Dmitry Samersoff
3a6305e6c7
8024071: In ManagementAgent.start it should be possible to set the jdp.name parameter
...
Pass one more property from Agent to JdpController
Reviewed-by: jbachorik, sla
2013-10-19 20:59:42 +04:00
Vicente Romero
ac0dadca7f
8026854: java.time.temporal.TemporalQueries doesn't compile after javac modification to lambda flow analysis
...
Reviewed-by: psandoz
2013-10-19 17:53:44 +01:00
Jennifer Godinez
fbb6fe5543
8025988: [macosx] Attribute settings don't work for JobAttributes range
...
8025990: [macosx] Attribute settings don't work for JobAttributes setOrientationRequested, setMedia
Reviewed-by: prr, jchen
2013-10-18 15:30:10 -07:00
Roger Riggs
d7f0eeb825
8025828: Late binding of Chronology to appendValueReduced
...
Add a listener to the parseContext called when the Chronology changes
Reviewed-by: sherman
2013-10-18 16:37:58 -04:00
Dmitry Samersoff
a3fda5b9bc
8004213: JDP packet needs pid, broadcast interval and rmi server hostname fields
...
Add some extra fileds to jdp packet
Reviewed-by: allwin, sla, hirt
2013-10-19 00:05:42 +04:00
Alexander Zvegintsev
2861048105
8026476: Choice does not get mouse events if it does not have enough place for popup menu
...
Reviewed-by: anthony, serb
2013-10-18 20:35:36 +04:00
Alan Bateman
faec7818a6
Merge
2013-10-18 16:01:26 +01:00
Alan Bateman
d367fc0c17
8026876: (fs) Build issue with src/solaris/classes/sun/nio/fs/SolarisUserDefinedFileAttributeView.java
...
Reviewed-by: psandoz
2013-10-18 15:51:43 +01:00
Shanliang Jiang
ef41b62611
8026028: [findbugs] findbugs report some issue in com.sun.jmx.snmp package
...
Reviewed-by: psandoz, dfuchs
2013-10-18 16:15:38 +02:00
Alan Bateman
467adb4a7c
7050570: (fs) FileSysteProvider fails to initializes if run with file.encoding set to Cp037
...
Reviewed-by: sherman, ulfzibis
2013-10-18 13:51:12 +01:00
Andrei Eremeev
26158306cd
7002846: Fix for 6989505 may be incomplete
...
Reviewed-by: anthony, art
2013-10-18 15:15:24 +04:00
Staffan Larsen
d8fad522ed
8021897: EXCEPTION_ACCESS_VIOLATION on debugging String.contentEquals()
...
Reviewed-by: alanb, sspitsyn
2013-10-18 11:52:24 +02:00
Xueming Shen
73ccbeb833
8025971: Remove ZoneId.OLD_SHORT_IDS
...
8026197: Slow reading tzdb.dat if the JRE is on a high-latency, remote file system
Removed the compatiblity old short-ids mapping
Reviewed-by: okutsu
2013-10-17 23:43:08 -07:00
Joe Darcy
31f37c1db4
8026840: Fix new doclint issues in javax.naming
...
Reviewed-by: mchung
2013-10-17 22:22:14 -07:00
Mandy Chung
1d45d9a3c1
8025799: Restore sun.reflect.Reflection.getCallerClass(int) until a replacement API is provided
...
Reviewed-by: alanb, forax, dholmes, twisti
2013-10-17 19:47:47 -07:00