Robert Field
403003d3be
8027176: Remove redundant jdk/lambda/vm/DefaultMethodsTest.java
...
Reviewed-by: ksrini
2013-10-23 11:36:24 -07:00
Sean Coffey
41dccdf751
5036554: unmarshal error on CORBA alias type in CORBA any
...
Reviewed-by: chegar, smarks
2013-10-23 16:53:42 +01:00
Alexander Zuev
28f4ef62dd
8020802: Need an ability to create jar files that are invariant to the pack200 packing/unpacking
...
Reviewed-by: alanb, ksrini
2013-10-23 18:35:47 +04:00
Staffan Larsen
7108f683fc
8026789: Update test/java/lang/instrument/Re(transform|define)BigClass.sh test to use NMT for memory leak detection
...
Reviewed-by: dcubed
2013-10-23 15:55:31 +02:00
Chris Hegarty
28fc7fbaeb
8020758: HttpCookie constructor does not throw IAE when name contains a space
...
Reviewed-by: michaelm, msheppar
2013-10-23 14:38:22 +01:00
Jaroslav Bachorik
92bd2a8b2d
7112404: 2 tests in java/lang/management/ManagementFactory fails with G1 because expect non-zero pools
...
Reviewed-by: mchung, sjiang
2013-10-23 15:03:49 +02:00
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
Ivan Gerasimov
6b2d8a5049
8023390: Test java/net/NetworkInterface/MemLeakTest.java failed with the latest jdk8 build
...
Removing the test as it is unreliable and fails intermittently
Reviewed-by: chegar
2013-10-15 18:41:23 +04:00
Per Lidén
c6e227a3e6
8024634: gc/startup_warnings tests can fail due to unrelated warnings
...
Reviewed-by: brutisso, jwilhelm, tamao
2013-10-15 11:44:47 +02:00
Per Lidén
b6426924cf
8024632: Description of InitialSurvivorRatio flag in globals.hpp is incorrect
...
Reviewed-by: brutisso, tschatzl, kmo, tamao
2013-10-15 11:42:50 +02:00
Per Lidén
908dd54639
8023158: hotspot/test/gc/7168848/HumongousAlloc.java fails 14 full gcs, expect 0 full gcs
...
Reviewed-by: brutisso, tschatzl
2013-10-15 11:38:47 +02:00
Thomas Schatzl
fa38a2edca
8026186: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java Compilation failed
...
After a method rename in JDK-8014905 the mentioned test did not compile any more. Fix the uses of the affected method.
Reviewed-by: jwilhelm, mgerdin, jmasa
2013-10-15 11:18:42 +02:00
Albert Noll
7d4a3ec94e
8025740: Typo. Error line for wrong ReservedCodeCacheSize value is printed twice
...
Remove duplicate print
Reviewed-by: kvn, twisti
2013-10-15 08:38:35 +02:00
Rickard Bäckman
615376fb9b
8026844: Various Math functions needs intrinsification
...
Reviewed-by: kvn, twisti
2013-10-18 10:41:56 +02:00
Igor Veresov
073409c543
Merge
2013-10-23 16:25:48 -07:00
Christian Thalinger
be1ae599ee
8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms
...
Reviewed-by: iveresov, jrose
2013-10-23 15:44:12 -07:00
Igor Veresov
1c047b640d
8026495: JVM Crashes when started with -XX:+DTraceMethodProbes on Solaris x86_64
...
Fix wrong calling convention in LIR_Assembler::emit_unwind_handler(), T_METADATA support in calling convention generator, C1 register allocator
Reviewed-by: twisti, jrose
2013-10-23 11:15:24 -07:00
Jonathan Gibbons
0837163643
8025998: Missing LV table in lambda bodies
...
Reviewed-by: vromero
2013-10-14 23:07:43 -07:00
Jonathan Gibbons
31b34ce39c
8025693: recent javadoc changes cause com/sun/javadoc/testLinkOption/TestLinkOption.java to fail
...
Reviewed-by: darcy
2013-10-14 22:34:37 -07:00
Joe Wang
75969430ac
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
...
Reviewed-by: lancea, alanb
2013-10-14 22:07:29 -07:00
Vadim Pakhnushev
26b8f33262
8023590: REGRESSION: large count of graphics artifacts with Java 8 on Windows 8 on Intel HD card
...
Reviewed-by: prr, bae
2013-10-15 08:39:26 +04:00
Karen Kinnear
72e7308263
8026299: invokespecial gets ICCE when it should get AME
...
Reviewed-by: ccheung, coleenp
2013-10-14 21:52:42 -04:00
Jonathan Gibbons
fc85ec65d8
8026371: "tidy" issues in langtools/src/**/*.html files
...
Reviewed-by: darcy
2013-10-14 16:28:44 -07:00
Phil Race
52b9a4cd19
8026176: Enhance document printing
...
Reviewed-by: bae, jgodinez
2013-10-14 16:13:20 -07:00
Qi Zuo
289912b26f
Merge
2013-10-14 18:53:53 -04: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