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
Erik Joelsson
a1a132996a
8009280: JCE jurisdiction policy files not copied into jdk/lib/security
...
Reviewed-by: tbell, ihse
2013-10-24 10:43:51 +02: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
Erik Joelsson
91102a74e9
8026888: Licensee build failure due to wrong libs being called
...
Reviewed-by: tbell, ihse, simonis
2013-10-23 17:57:38 +02: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
Chris Hegarty
a4e294381f
8027059: (sctp) fatal warnings overly restrictive with gcc 4.8.1
...
Reviewed-by: mduigou, dxu, erikj, ihse
2013-10-23 13:43:12 +01: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
Magnus Ihse Bursie
e4ff601011
8001922: Improve freetype handling
...
Reviewed-by: erikj
2013-10-23 13:06:37 +02: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
Tim Bell
ce42afa263
Merge
2013-10-22 16:51:37 -07:00
Tim Bell
8d66261093
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
...
Reviewed-by: mduigou, mchung
2013-10-22 16:29:54 -07:00
David Katleman
3d269310ca
Merge
2013-10-22 16:14:34 -07:00
Clemens Eisserer
95958a239e
8023098: XRender : AlphaComposite test results are incorrect
...
Reviewed-by: prr, bae
2013-10-22 15:39:33 -07:00
Alejandro Murillo
e7abfc8023
Merge
2013-10-22 13:56:19 -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
Erik Joelsson
7bf42b6627
8026966: Most native libs broken on mac in jdk8/build
...
Reviewed-by: ihse, anthony
2013-10-22 11:59:30 +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
Katja Kantserova
c8e5afcb70
8026962: Put java/lang/management/ClassLoadingMXBean/LoadCounts.java into ProblemList.txt
...
Reviewed-by: sla, jbachorik
2013-10-22 10:57:40 +02: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
Christine Lu
682ea3f061
8026974: solaris build missing java-rmi.cgi
...
Reviewed-by: ksrini
2013-10-21 23:33:22 -07:00
Jason Uh
385cf70188
Merge
2013-10-22 03:49:50 +00:00
Staffan Larsen
50a598d507
8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV
...
Redefined class in stack trace may not be found by method_idnum so handle null.
Reviewed-by: coleenp, dcubed, sspitsyn
2013-10-21 23:32:36 -04: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
Jason Uh
b501d2e3f5
Merge
2013-10-21 22:05:31 +00: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
Joe Darcy
ce60c35956
8024603: Turn on javac lint checking for auxiliaryclass, empty, and try in jdk build
...
Reviewed-by: erikj, ihse, chegar
2013-10-21 13:36:04 -07: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
Jaroslav Bachorik
5e52c4d90e
7140929: NotSerializableNotifTest.java fails intermittently
...
Reviewed-by: sjiang, alanb
2013-10-21 13:57:11 +02: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
Jaroslav Bachorik
1197f7a799
8024613: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java failing intermittently
...
RMID needs a varying amount of time to start its socket server. We need to cater for it.
Reviewed-by: sjiang, dfuchs, sla
2013-10-21 10:54:46 +02:00
Erik Joelsson
3562cdcbcb
Merge
2013-10-21 10:40:13 +02:00
Jaroslav Bachorik
d491a49652
7197919: java/lang/management/ThreadMXBean/ThreadBlockedCount.java has concurency issues
...
Reviewed-by: sla, mchung
2013-10-21 10:40:03 +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