Michael McMahon
b7d5f19fe0
8025734: Use literal IP address where possible in SocketPermission generated by HttpURLPermission
...
Reviewed-by: chegar
2013-10-23 11:00:12 +01:00
Erik Gahlin
eb1b9d5ad8
7105883: JDWP: agent crash if there exists a ThreadGroup with null name
...
Reviewed-by: sla, jbachorik
2013-10-23 10:50:34 +02:00
Weijun Wang
9132d85a65
8027026: Change keytool -genkeypair to use -keyalg RSA
...
Reviewed-by: alanb, chegar, mullan
2013-10-23 08:32:03 +08:00
Sean Mullan
6503bf1602
Merge
2013-10-22 19:43:42 -04:00
Anthony Scarpino
c7a8368f64
8025763: Provider does not override new Hashtable methods
...
Reviewed-by: mullan
2013-10-22 19:37:11 -04:00
Brian Goetz
46736337e0
8025909: Lambda Library Spec Updates
...
8024179: Document limitations and performance characteristics of stream sources and operations
8024138: (Spec clarification) Lambda Metafacory spec should state DMH constraint on implMethod
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: mduigou
2013-10-22 15:12:22 -07:00
Stuart Marks
edcdc443e4
8026427: deprecate obsolete APIs from java.rmi
...
Reviewed-by: alanb, dfuchs
2013-10-22 14:51:08 -07:00
Michael Fang
19ee265b6b
Merge
2013-10-22 14:37:40 -07:00
Michael Fang
fc1eac539e
6607048: clear extra l10n resource files in demo
...
Reviewed-by: naoto, yhuang
2013-10-22 14:36:43 -07:00
Michael Fang
1d8514b289
8026109: [ja] overtranslation of jarsigner in command line output
...
Reviewed-by: naoto
2013-10-22 14:26:22 -07:00
Roger Riggs
93dcac6266
8026982: javadoc errors in core libs
...
Cleanup of javadoc -Xlint errors
Reviewed-by: lancea, mduigou, darcy, mullan, mchung
2013-10-22 17:02:08 -04:00
Roger Riggs
f22752b55e
Merge
2013-10-22 15:11:47 -04:00
Roger Riggs
92f2e33296
Merge
2013-10-22 15:06:27 -04:00
Joe Darcy
fbd299b074
8027062: Fix lint and doclint issues in java.lang.{ClassLoader, ClassValue, SecurityManager}
...
Reviewed-by: chegar, forax, alanb, mduigou
2013-10-22 12:04:30 -07:00
Roger Riggs
eeaf2206bb
8024686: Cleanup of java.time serialization source
...
Optimize serialized form of OffsetTime, OffsetDateTime; correct order of modifiers
Reviewed-by: sherman
2013-10-22 15:03:12 -04:00
Jason Uh
c6ac4eb557
8025287: NPE in api/java_security/cert/PKIXRevocationChecker/GeneralTests_GeneralTests
...
Reviewed-by: mullan
2013-10-22 11:57:38 -07:00
Brian Burkhalter
d2d0153dd6
7179567: JCK8 tests: api/java_net/URLClassLoader/index.html#Ctor3 failed with NPE
...
6445180: URLClassLoader does not describe the behavior of several methods with respect to null arguments
Document when a NPE will be thrown by URLClassLoader constructors, newInstance(), findClass(), and getPermissions().
Reviewed-by: alanb, mduigou, chegar, dholmes, jrose
2013-10-22 11:25:01 -07:00
Alexander Zuev
8c296952e1
8026873: tools/launcher/VersionCheck.java fails in jprt because of jmc.ini
...
Reviewed-by: ksrini
2013-10-22 22:18:52 +04:00
David Chase
2ebcd75a95
8026818: Defmeth failures with -mode invoke
...
Added test for IllegalAccessException -> IllegalAccessError path to check if root cause was AbstractMethodError
Reviewed-by: jrose
2013-10-22 12:57:59 -04:00
Brian Burkhalter
7ebab2dbcd
8026806: Incomplete test of getaddrinfo() return value could lead to incorrect exception for Windows Inet 6
...
Check getaddrinfo return value before calling WSAGetLastError.
Reviewed-by: alanb, dsamersoff
2013-10-22 10:44:22 -07:00
Alan Bateman
11d02a8031
7074436: (sc) SocketChannel can do short gathering writes when channel configured blocking (win)
...
Reviewed-by: chegar
2013-10-22 14:13:06 +01:00
Sean Mullan
3d8f3459a4
Merge
2013-10-22 09:06:42 -04:00
Tristan Yan
dc564c1a27
8017779: java/net/Authenticator/B4769350.java fails
...
Co-authored-by: Kurchi Subhra Hazra <kurchisubhra@gmail.com>
Reviewed-by: chegar
2013-10-22 14:00:16 +01:00
Sean Mullan
766d35a814
Merge
2013-10-22 08:17:06 -04:00
Sean Mullan
3854742d69
8021191: Add isAuthorized check to limited doPrivileged methods
...
Reviewed-by: weijun, xuelei
2013-10-22 08:03:16 -04: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
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
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
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
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
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
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
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
Pavel Punegov
fd2c7a3743
8024660: TEST_BUG: java/lang/ProcessBuilder/*IOHandle.java leaving hotspot.log open in fastdebug builds
...
Reviewed-by: alanb
2013-10-18 16:28:35 +01:00