juh [Tue, 22 Oct 2013 11:57:38 -0700] rev 21329
8025287: NPE in api/java_security/cert/PKIXRevocationChecker/GeneralTests_GeneralTests
Reviewed-by: mullan
bpb [Tue, 22 Oct 2013 11:25:01 -0700] rev 21328
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
Summary: Document when a NPE will be thrown by URLClassLoader constructors, newInstance(), findClass(), and getPermissions().
Reviewed-by: alanb, mduigou, chegar, dholmes, jrose
kizune [Tue, 22 Oct 2013 22:18:52 +0400] rev 21327
8026873: tools/launcher/VersionCheck.java fails in jprt because of jmc.ini
Reviewed-by: ksrini
drchase [Tue, 22 Oct 2013 12:57:59 -0400] rev 21326
8026818: Defmeth failures with -mode invoke
Summary: Added test for IllegalAccessException -> IllegalAccessError path to check if root cause was AbstractMethodError
Reviewed-by: jrose
bpb [Tue, 22 Oct 2013 10:44:22 -0700] rev 21325
8026806: Incomplete test of getaddrinfo() return value could lead to incorrect exception for Windows Inet 6
Summary: Check getaddrinfo return value before calling WSAGetLastError.
Reviewed-by: alanb, dsamersoff
alanb [Tue, 22 Oct 2013 14:13:06 +0100] rev 21324
7074436: (sc) SocketChannel can do short gathering writes when channel configured blocking (win)
Reviewed-by: chegar
mullan [Tue, 22 Oct 2013 09:06:42 -0400] rev 21323
Merge
mullan [Tue, 22 Oct 2013 08:17:06 -0400] rev 21322
Merge
mullan [Tue, 22 Oct 2013 08:03:16 -0400] rev 21321
8021191: Add isAuthorized check to limited doPrivileged methods
Reviewed-by: weijun, xuelei
chegar [Tue, 22 Oct 2013 14:00:16 +0100] rev 21320
8017779: java/net/Authenticator/B4769350.java fails
Reviewed-by: chegar
Contributed-by: Tristan Yan <tristan.yan@oracle.com>, Kurchi Subhra Hazra <kurchisubhra@gmail.com>
igerasim [Tue, 15 Oct 2013 18:41:23 +0400] rev 21319
8023390: Test java/net/NetworkInterface/MemLeakTest.java failed with the latest jdk8 build
Summary: Removing the test as it is unreliable and fails intermittently
Reviewed-by: chegar
alanb [Tue, 22 Oct 2013 12:04:19 +0100] rev 21318
8024833: (fc) FileChannel.map does not handle async close/interrupt correctly
Reviewed-by: alanb
Contributed-by: chris.w.dennis@gmail.com
alanb [Tue, 22 Oct 2013 11:43:04 +0100] rev 21317
8021257: com.sun.corba.se.** should be on restricted package list
Reviewed-by: chegar, coffeys, smarks, mullan
Contributed-by: alan.bateman@oralce.com, mark.sheppard@oracle.com
alundblad [Tue, 22 Oct 2013 12:35:27 +0200] rev 21316
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
ykantser [Tue, 22 Oct 2013 10:57:40 +0200] rev 21315
8026962: Put java/lang/management/ClassLoadingMXBean/LoadCounts.java into ProblemList.txt
Reviewed-by: sla, jbachorik
jfranck [Tue, 22 Oct 2013 10:34:12 +0200] rev 21314
8009411: (reflect) Class.getMethods should not include static methods from interfaces
Summary: Update getMethods() and getMethod() to filter out interface statics
Reviewed-by: darcy
Contributed-by: joel.franck@oracle.com, andreas.lundblad@oracle.com, amy.lu@oracle.com, peter.levart@gmail.com
juh [Tue, 22 Oct 2013 03:49:50 +0000] rev 21313
Merge
juh [Mon, 21 Oct 2013 22:05:31 +0000] rev 21312
Merge
darcy [Mon, 21 Oct 2013 13:36:04 -0700] rev 21311
8024603: Turn on javac lint checking for auxiliaryclass, empty, and try in jdk build
Reviewed-by: erikj, ihse, chegar
sla [Mon, 21 Oct 2013 23:32:36 -0400] rev 21310
8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV
Summary: Redefined class in stack trace may not be found by method_idnum so handle null.
Reviewed-by: coleenp, dcubed, sspitsyn
sherman [Mon, 21 Oct 2013 18:22:39 -0700] rev 21309
8008386: (cs) Unmappable leading should be decoded to replacement.
Summary: updated the unmappable/malformed detecting handling for db charsets
Reviewed-by: naoto
peytoia [Tue, 22 Oct 2013 06:13:01 +0900] rev 21308
8020037: String.toLowerCase incorrectly increases length, if string contains \u0130 char
Reviewed-by: naoto
darcy [Mon, 21 Oct 2013 12:52:37 -0700] rev 21307
8022658: Revisit FunctionalInterface on some core libs types
Reviewed-by: briangoetz, mduigou, mr
sherman [Mon, 21 Oct 2013 11:16:02 -0700] rev 21306
8026842: Remove Time-Zone IDs HST/EST/MST
Summary: removed these ids from ZoneId's zid list, supported via short_ids list
Reviewed-by: okutsu
jbachorik [Mon, 21 Oct 2013 13:57:11 +0200] rev 21305
7140929: NotSerializableNotifTest.java fails intermittently
Reviewed-by: sjiang, alanb
dfuchs [Mon, 21 Oct 2013 12:00:58 +0200] rev 21304
8026499: Root Logger level can be reset unexpectedly
Summary: This fix prevents the logger's level to be re-initialized if it has already been initialized.
Reviewed-by: mchung
dfuchs [Mon, 21 Oct 2013 11:15:41 +0200] rev 21303
8016344: (props) Properties.storeToXML behaviour has changed from JDK 6 to 7
Summary: When storing Properties to XML only locally defined properties must be saved.
Reviewed-by: psandoz, mchung, alanb
jbachorik [Mon, 21 Oct 2013 10:54:46 +0200] rev 21302
8024613: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java failing intermittently
Summary: RMID needs a varying amount of time to start its socket server. We need to cater for it.
Reviewed-by: sjiang, dfuchs, sla
jbachorik [Mon, 21 Oct 2013 10:40:03 +0200] rev 21301
7197919: java/lang/management/ThreadMXBean/ThreadBlockedCount.java has concurency issues
Reviewed-by: sla, mchung
rfield [Sun, 20 Oct 2013 18:07:40 -0700] rev 21300
8025631: Enhance Lambda construction
Reviewed-by: ksrini, ahgross