Joe Wang
70991c8052
8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI
...
Reviewed-by: lancea
2013-10-17 11:43:44 -07:00
Roger Riggs
056189cbbe
8026183: minor documentation problems in java.lang.invoke
...
8015808: Typo in MethodHandle javadoc
Fix typos and javadoc markup and extraneous paragraph tags
Reviewed-by: lancea
2013-10-17 13:43:46 -04:00
Sean Mullan
b131a44f91
Merge
2013-10-17 11:34:01 -04:00
Sean Mullan
2ef954a0ff
Merge
2013-10-17 10:37:27 -04:00
Roger Riggs
e7ec0b2a5d
8026516: javadoc errors in java.time
...
Corrected links to TemporalQuery and TemporalField.resolve
Reviewed-by: mduigou, darcy, lancea
2013-10-17 10:37:23 -04:00
Sean Mullan
70492e8a66
8026346: test/java/lang/SecurityManager/CheckPackageAccess.java failing
...
Reviewed-by: vinnie
2013-10-17 10:18:44 -04:00
David Chase
c668ed8f33
8022718: Runtime accessibility checking: protected class, if extended, should be accessible from another package
...
Modify accessibility check; it was muddled about Java vs JVM protection terminology.
Reviewed-by: jrose
2013-10-16 17:55:49 -04:00
Weijun Wang
286d559a2f
8026712: TEST_BUG: update sun/security/tools/keytool/autotest.sh with a new location to find of libsoftokn3.so
...
Reviewed-by: vinnie
2013-10-17 20:56:07 +08:00
Bradford Wetmore
91f6f174ae
8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
...
Reviewed-by: katleman, dholmes
2013-10-16 23:32:19 -07:00
Yuka Kamiya
26af18b426
8025703: Update LSR datafile for BCP 47
...
Reviewed-by: okutsu
2013-10-17 13:57:42 +09:00
Henry Jen
63f8dbc1d3
8026768: java.util.Map.Entry comparingBy methods missing @since 1.8
...
Reviewed-by: dholmes
2013-10-16 21:34:26 -07:00
Aleksei Efimov
a8aaf9f52a
8025255: (tz) Support tzdata2013g
...
Reviewed-by: okutsu, mfang
2013-10-13 14:19:31 +04:00
Mike Duigou
f1e20eb482
8025910: rename substream(long) -> skip and remove substream(long,long)
...
Reviewed-by: psandoz, henryjen
2013-10-16 13:03:58 -07:00
Daniel Fuchs
9ef30e9ae7
8013839: Enhance Logger API for handling of resource bundles
...
4814565: (rb) add method to get basename from a ResourceBundle
Adds Logger.setResourceBundle(ResourceBundle) and ResourceBundle.getBaseBundleName()
Reviewed-by: mchung, naoto
2013-10-16 20:47:30 +02:00
Daniel Fuchs
fb1bcf242f
8011638: Remove deprecated methods in sun.util.logging.PlatformLogger
...
Reviewed-by: psandoz, mchung, alanb, chegar
2013-10-16 17:19:09 +02:00
Rob McKenna
1fe89b3d70
8026245: InetAddress.getLocalHost crash if IPv6 disabled (macosx)
...
Reviewed-by: chegar, alanb
2013-10-16 15:06:27 +01:00
Erik Joelsson
d8f2c1b773
Merge
2013-10-16 15:53:06 +02:00
Erik Joelsson
ec06d2fa6c
6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar
...
Reviewed-by: dholmes, chegar
2013-10-16 13:50:13 +02:00
Weijun Wang
45dc5dd0df
8025124: InitialToken.useNullKey incorrectly applies NULL_KEY in some cases
...
Reviewed-by: xuelei
2013-10-16 14:39:00 +08:00
David Holmes
04360f139e
8026378: TEST_BUG: Clean up TEST.groups
...
Reviewed-by: mduigou, mchung, alanb
2013-10-15 20:54:00 -04:00
Brian Burkhalter
3c035b0aac
8010371: getaddrinfo can fail with EAI_SYSTEM/EAGAIN, causes UnknownHostException to be thrown
...
Modify UHE exception message for EAI_AGAIN failures.
Reviewed-by: alanb, chegar, michaelm, dsamersoff
2013-10-15 16:45:04 -07:00
Chris Hegarty
1f0c182672
Merge
2013-10-15 20:47:21 +01:00
Chris Hegarty
efa036f678
8026513: ProblemList.txt Updates (10/2013)
...
Reviewed-by: alanb
2013-10-15 20:46:47 +01:00
Ivan Gerasimov
71f3325481
8023431: Test java/util/zip/GZIP/GZIPInZip.java failed
...
Properly close PipedStreams. Additional testing for malformed input
Reviewed-by: darcy, sherman
2013-10-15 21:15:17 +04:00
Roger Riggs
6532244455
8025722: TemporalAdjusters and TemporalQueries
...
Move static from interfaces methods to supporting classes
Reviewed-by: sherman
2013-10-15 13:14:03 -04:00
Chris Hegarty
3486abb2c7
Merge
2013-10-15 13:54:01 +01:00
Daniel Fuchs
c630cf1e68
8026404: Logging in Applet can trigger ACE: access denied ("java.lang.RuntimePermission" "modifyThreadGroup")
...
The test 'threadGroup.getParent() == null' can sometimes throw ACE and needs to be wrapped in doPrivileged.
Reviewed-by: alanb, mchung, dholmes
2013-10-15 13:01:28 +02:00
Alan Bateman
f5ed80ef59
8026398: Can't load jdk.Exported, ClassNotFoundException
...
Reviewed-by: chegar, mchung
2013-10-15 10:52:09 +01:00
Chris Hegarty
766e77499d
Merge
2013-10-15 09:27:32 +01:00
Jaroslav Bachorik
c3a2245bba
6804470: JvmstatCountersTest.java test times out on slower machines
...
Increasing the default timeout to cater for the slower machines
Reviewed-by: alanb
2013-10-15 10:26:34 +02:00
Joe Wang
c839f538b6
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
...
Reviewed-by: lancea, alanb
2013-10-14 22:24:49 -07:00
Henry Jen
ca8301dc7d
8026362: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed on windows, jtreg report Fail to org.testng.SkipException
...
Reviewed-by: chegar
2013-10-14 17:27:20 -07:00
Michael McMahon
70e5173968
8014719: HttpClient/ProxyTest.java failing with IAE HttpURLPermission.parseURI
...
Reviewed-by: alanb, chegar
2013-10-14 22:09:15 +01:00
Lana Steuck
4811b47b2d
Merge
2013-10-14 09:52:36 -07:00
Stefan Karlsson
ba1c14b527
7196801: NPG: Fix java/lang/management/MemoryMXBean/LowMemoryTest2
...
Co-authored-by: Coleen Phillimore <coleen.phillimore@oracle.com>
Reviewed-by: coleenp, sla
2013-10-14 14:28:50 +02:00
Tristan Yan
904f946258
8023555: test/java/net/Socks/SocksProxyVersion.java fails when machine name is localhost
...
Reviewed-by: chegar, alanb
2013-10-14 11:47:54 +01:00
Daniel Fuchs
f573ee1917
8024704: Improve API documentation of ClassLoader and ServiceLoader with respect to enumeration of resources
...
Reviewed-by: alanb, psandoz, mchung
2013-10-14 10:42:36 +02:00
Xue-Lei Andrew Fan
ec67e938e2
8026119: Regression test DHEKeySizing.java failing intermittently
...
Reviewed-by: weijun
2013-10-13 21:10:33 -07:00
Lana Steuck
54791de34d
Merge
2013-10-11 23:27:23 -07:00
Karen Kinnear
1e73553e8c
8026213: Reflection support for private interface methods
...
Reviewed-by: forax, psandoz, dholmes, jfranck
2013-10-11 15:21:23 -07:00
Vinnie Ryan
60d0612114
Merge
2013-10-11 20:47:16 +01:00
Alan Bateman
68b9f08d49
8019526: (fs) Files.lines, etc without Charset parameter
...
Reviewed-by: psandoz, henryjen
2013-10-11 20:47:15 +01:00
Vinnie Ryan
848f690d01
8026301: DomainKeyStore doesn't cleanup correctly when storing to keystore
...
Reviewed-by: mullan
2013-10-11 20:35:00 +01:00
Dan Xu
4af06813d8
8025712: (props) Possible memory leak in java_props_md.c / ParseLocale
...
Reviewed-by: naoto, chegar
2013-10-11 09:47:26 -07:00
Sean Mullan
0a60664cf1
Merge
2013-10-11 09:17:18 -04:00
Sean Mullan
2f923e8804
8007292: Add JavaFX internal packages to package.access
...
Build hooks to allow closed restricted packages to be added to java.security file
Reviewed-by: erikj, dholmes, tbell
2013-10-11 08:43:07 -04:00
Lana Steuck
c7e190348d
Merge
2013-10-11 03:06:10 -07:00
Lana Steuck
c40569a58d
Merge
2013-10-10 21:23:05 -07:00
Lana Steuck
ec2a2f991c
Merge
2013-10-10 20:57:36 -07:00
Eric McCorkle
89352ad3e6
8026011: java.lang.reflect.MalformedParametersException introduces doclint warnings
...
Add javadoc comments to members of MalformedParametersException
Reviewed-by: darcy
2013-10-10 18:56:09 -04:00