Paul Sandoz
|
fe6f3e2439
|
8027712: DistinctOpTest fails for unordered test
Reviewed-by: henryjen, alanb
|
2013-11-05 12:08:12 +01:00 |
|
Dan Xu
|
3fdca18433
|
8027612: java/io/File/MaxPathLength.java fails intermittently in the clean-up stage
Reviewed-by: chegar
|
2013-11-04 15:48:08 -08:00 |
|
Andreas Lundblad
|
79b1f94594
|
8016725: TEST_BUG: java/lang/reflect/Method/DefaultMethodModeling.java failing intermittently
Moved DefaultMethodModeling.java to its own directory to avoid conflicts with Equals.java.
Reviewed-by: darcy
|
2013-11-04 15:21:47 +01:00 |
|
Robert Field
|
ee1006e3bd
|
7194897: JSR 292: Cannot create more than 16 instances of an anonymous class
8027681: Lambda serialization fails once reflection proxy generation kicks in
Co-authored-by: Joel Borggren-Franck <joel.franck@oracle.com>
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: ksrini, briangoetz, jfranck
|
2013-11-04 10:12:18 -08:00 |
|
Michael McMahon
|
2d8325d244
|
8027687: The constructors of URLPermission class do not behave as described in javad
Reviewed-by: chegar, mduigou
|
2013-11-04 17:47:59 +00:00 |
|
Brian Burkhalter
|
8c97f82aae
|
8027625: test/java/math/BigInteger/ExtremeShiftingTests.java needs @run tag to specify heap size
Add @run tag to specify heap size
Reviewed-by: alanb, dxu
|
2013-11-04 08:05:02 -08:00 |
|
David Holmes
|
c43c119a47
|
8027755: Anti-delta incorrect push for 8025198
Reviewed-by: alanb
|
2013-11-04 07:39:48 -05:00 |
|
Tristan Yan
|
bd40c9b63d
|
8025198: Intermittent test failure: java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java
Reviewed-by: martin, dholmes
|
2013-11-04 06:58:30 -05:00 |
|
Sergey Kuksenko
|
bb01d169de
|
8024635: Caching MethodType's descriptor string improves lambda linkage performance
Better interpreted and compiled performance of operations in MethodType important to LambdaMetafactory.
Reviewed-by: jrose, twisti, mchung
|
2013-11-02 20:08:10 -07:00 |
|
Dan Xu
|
f7db4eb56b
|
8027624: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java unstable again
Reviewed-by: wetmore
|
2013-11-01 14:40:03 -07:00 |
|
Staffan Larsen
|
fdbeb8e0fb
|
8027705: com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events
Reviewed-by: dcubed
|
2013-11-01 15:10:10 +01:00 |
|
Staffan Larsen
|
8fe7a15c08
|
8027692: Remove java/lang/management/MemoryMXBean/LowMemoryTest2.sh from ProblemList.txt
Reviewed-by: stefank, alanb
|
2013-11-01 10:08:10 +01:00 |
|
Joe Wang
|
c6fff0de72
|
8024876: [TEST_BUG] javax/xml/jaxp/parsers/8022548/XOMParserTest.java failed when testbase dir has read only permissions
Reviewed-by: chegar
|
2013-10-31 13:51:58 -07:00 |
|
Dan Xu
|
6c3fabc342
|
8027155: test/java/io/File/NulFile.java failing when test run in othervm mode
Reviewed-by: mchung, alanb
|
2013-10-31 11:52:30 -07:00 |
|
Sergey Kuksenko
|
e95f428581
|
8024633: Lambda linkage performance - initialize generated class earlier
Reviewed-by: briangoetz, rfield
|
2013-10-29 12:45:18 -04:00 |
|
Sergey Kuksenko
|
7055290bbe
|
8024637: Lambda linkage performance - use reflection instead of ASM to manipulate parameter types
8023984: Lambda linkage performance - use a method ref to a static factory instead of a ctor ref
Reviewed-by: briangoetz, rfield
|
2013-10-31 10:37:08 -04:00 |
|
Jaroslav Bachorik
|
21a239f4c5
|
7144200: java/lang/management/ClassLoadingMXBean/LoadCounts.java failed with JFR enabled
Make the test less stringent by not requiring the number of loaded classes to increase by a specific number
Reviewed-by: sla
|
2013-10-31 11:59:09 +01:00 |
|
Paul Sandoz
|
894f3788d3
|
8027316: Distinct operation on an unordered stream should not be a barrier
Reviewed-by: henryjen, mduigou, briangoetz
|
2013-10-31 11:59:04 +01:00 |
|
Stuart Marks
|
b36c00fe92
|
8023863: deprecate support for statically-generated stubs from RMI (JRMP)
4449028: exportObject() javadoc should specify behavior for null socket factories
Reviewed-by: dfuchs, darcy
|
2013-10-30 18:39:09 -07:00 |
|
Dmitry Nadezhin
|
9e7ba92bff
|
6910473: java.math.BigInteger.bitLength() may return negative "int" on large numbers
8021203: BigInteger.doubleValue/floatValue returns 0.0 instead of Infinity
8021204: Constructor BigInteger(String val, int radix) doesn't detect overflow
8022780: Incorrect BigInteger division because of MutableBigInteger.bitLength() overflow
Prevent construction of overflowed BigIntegers.
Reviewed-by: bpb, darcy, psandoz
|
2013-10-30 17:45:12 -07:00 |
|
Joe Darcy
|
5f3b001859
|
8005294: Consider default methods for additions to AnnotatedElement
Reviewed-by: jfranck, plevart, mchung, abuckley, sogoel
|
2013-10-30 17:27:25 -07:00 |
|
Bradford Wetmore
|
1b03814ab7
|
8027526: CheckTipsAndVersions.java failing occasionally
Reviewed-by: mullan, mchung
|
2013-10-30 16:49:35 -07:00 |
|
Brian Goetz
|
aee0b5cf88
|
8027318: Lambda Metafactory: generate serialization-hostile read/writeObject methods for non-serializable lambdas
Reviewed-by: rfield, psandoz
|
2013-10-29 12:31:27 -04:00 |
|
Lana Steuck
|
f3160929ea
|
Merge
|
2013-10-30 13:51:07 -07:00 |
|
Michael McMahon
|
9031374301
|
Merge
|
2013-10-30 18:38:20 +00:00 |
|
Michael McMahon
|
76f1c66ad5
|
8027570: NullPointerException in URLPermission.hashCode()
Reviewed-by: chegar
|
2013-10-30 18:37:50 +00:00 |
|
Jaroslav Bachorik
|
292c14d972
|
8020467: Inconsistency between usage.getUsed() and isUsageThresholdExceeded() with CMS Old Gen pool
Reviewed-by: mchung, brutisso
|
2013-10-30 17:54:48 +01:00 |
|
Michael Fang
|
fed302b41d
|
6931564: Incorrect display name of Locale for south africa
Reviewed-by: yhuang
|
2013-10-30 09:37:12 -07:00 |
|
Michael Fang
|
839d5ec95d
|
6192407: s10_70, ko, s1/dvd, minor misspelling under "Select Software Localizations"
Reviewed-by: yhuang
|
2013-10-30 09:33:23 -07:00 |
|
Katja Kantserova
|
d699dc7582
|
8022229: Intermittent test failures in sun/tools/jstatd
Reviewed-by: sla, egahlin, jbachorik, allwin
|
2013-10-30 13:44:40 +01:00 |
|
Chris Hegarty
|
e2589e385e
|
8026880: NetworkInterface native initializing code should check fieldID values
Reviewed-by: alanb
|
2013-10-30 14:41:42 +00:00 |
|
Jaroslav Bachorik
|
f05950c786
|
8027058: sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh Failed to initialize connector
Dynamically discover the first available port instead of hard-coding one
Reviewed-by: sla, chegar, dfuchs
|
2013-10-30 14:50:46 +01:00 |
|
Michael Fang
|
f5a1c27354
|
8025521: [de] mnemonic conflict in FileChooser for GTK Style feel&look
Reviewed-by: naoto
|
2013-10-29 16:59:11 -07:00 |
|
Michael Fang
|
c3aba9e8c8
|
Merge
|
2013-10-29 15:32:04 -07:00 |
|
Michael Fang
|
a8e91d1e4d
|
8008647: [es] minor cosmetic issues in translated java command line outputs
Reviewed-by: naoto
|
2013-10-29 15:31:07 -07:00 |
|
Jaroslav Bachorik
|
094e46c9d7
|
8027358: sun/management/jmxremote/bootstrap/LocalManagementTest.java failing since JDK-8004926
Reviewed-by: alanb, egahlin
|
2013-10-29 21:49:46 +01:00 |
|
Michael Fang
|
534228451b
|
8025646: [pt_BR] overtranslation of option in java command line output
Reviewed-by: naoto, yhuang
|
2013-10-29 11:34:30 -07:00 |
|
Michael Fang
|
c72ee25514
|
8008437: [sv] over-translation in java command line outputs
Reviewed-by: okutsu, yhuang
|
2013-10-29 11:29:57 -07:00 |
|
Michael Fang
|
0c3cb17b82
|
8026108: [it, ja, zh_CN] wrong translation in jar example
Reviewed-by: okutsu, yhuang
|
2013-10-29 11:27:55 -07:00 |
|
Chris Hegarty
|
e1faf4d873
|
8027466: Revert jdk/THIRD_PARTY_README to known good version
Reviewed-by: alanb
|
2013-10-29 17:21:26 +00:00 |
|
Erik Joelsson
|
8f2b923945
|
8027298: broken link in jdk8b113 macosx binaries
Reviewed-by: dcubed, ihse
|
2013-10-29 15:44:30 +01:00 |
|
Jim Laskey
|
cc9077fc49
|
Merge
|
2013-10-29 10:40:33 -03:00 |
|
David Katleman
|
82f1f26521
|
Merge
|
2013-10-28 16:03:08 -07:00 |
|
Daniel D. Daugherty
|
af6dec2648
|
8027117: adapt JDK-7165611 to new build-infra whitespace/indent policy
Fix whitespace/indent issues.
Reviewed-by: hseigel, coleenp, erikj, ihse
|
2013-10-25 10:16:40 -07:00 |
|
David Dehaven
|
6c747ded77
|
8025673: [macosx] Disable X11 AWT toolkit
Disable but not completely remove the XAWT and headless toolkits on Mac OS X
Reviewed-by: anthony, art, ihse, erikj
|
2013-10-24 20:47:41 -04:00 |
|
David Dehaven
|
93e44cac1e
|
8016096: [macosx] jawt_md.h shipped with jdk is outdated
Revised build system and added platform specific headers for Mac OS X
Reviewed-by: anthony, art, ihse, erikj
|
2013-10-24 20:46:23 -04:00 |
|
Christine Lu
|
a2c13f91e0
|
Added tag jdk8-b113 for changeset 70f69e624fc9
|
2013-10-24 09:10:42 -07:00 |
|
Aleksei Efimov
|
811cefb8f2
|
8026772: test/sun/util/resources/TimeZone/Bug6317929.java failing
Reviewed-by: okutsu, mfang, alanb
|
2013-10-24 17:23:26 +04:00 |
|
Staffan Larsen
|
a4c472645e
|
8027371: Add JDI tests for breakpointing and stepping in lambda code
Reviewed-by: mchung, sspitsyn
|
2013-10-29 08:10:32 +01:00 |
|
Lana Steuck
|
a76a308ce5
|
Merge
|
2013-10-28 12:28:57 -07:00 |
|