Sergey Malenkov
9e33696875
8027648: Type of overridden property is resolved incorrectly
...
Reviewed-by: alexsch
2013-11-08 14:09:18 +04:00
Christine Lu
07c099531f
Added tag jdk8-b115 for changeset e408bf58d482
2013-11-07 08:16:26 -08:00
Katja Kantserova
d876d630e3
8027752: sun/tools/jstatd/TestJstatdExternalRegistry.java: java.lang.SecurityException: attempt to add a Permission to a readonly Permissions object
...
Reviewed-by: sla, jbachorik
2013-11-07 16:55:39 +01:00
Jaroslav Bachorik
f0a88e10f3
8007984: Null pointer dereference in jdk/linux-amd64/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c
...
Reviewed-by: dholmes
2013-11-08 08:47:39 +01:00
Yong Jeffrey Huang
2f6d30beca
8027695: There should be a space before % sign in Swedish locale
...
Reviewed-by: naoto
2013-11-07 22:30:06 -08:00
Roger Riggs
8d19ef756e
8024458: DataInput.readDouble refers to "readlong" instead of "readLong"
...
Fix the typo
Reviewed-by: lancea, chegar, dxu
2013-11-07 20:56:44 -05:00
Naoto Sato
e6f691aeb2
8027930: ResourceBundle test failures in fr locale
...
Reviewed-by: smarks
2013-11-07 10:03:38 -08:00
Dmitry Ginzburg
bdf67228b9
8025234: [javadoc] fix some errors in javax.swing.**
...
Reviewed-by: alexsch, malenkov
2013-11-07 18:57:54 +04:00
Erik Joelsson
56f6807051
8027406: JDK demos are missing source files
...
Reviewed-by: alexsch, ihse
2013-11-07 14:06:07 +01:00
Joel Borggrén-Franck
7950bec46c
8027796: Refactor Core Reflection for Type Annotations
...
Reviewed-by: psandoz
2013-11-07 13:33:03 +01:00
Michael McMahon
bffc06393b
8027881: test/java/net/URLPermission/nstest/LookupTest.java failing intermittently, output insufficient
...
Reviewed-by: chegar
2013-11-07 10:22:11 +00:00
Erik Joelsson
af6b8b0b74
8027698: Platform specific jars are not being signed by the sign-jars target
...
Reviewed-by: ihse, tbell, wetmore
2013-11-07 10:51:13 +01:00
Chris Hegarty
dd458ac89c
8027961: Inet[4|6]Address native initializing code should check field/MethodID values
...
Reviewed-by: michaelm, rriggs
2013-11-07 08:23:00 +00:00
Amy Lu
ebe6d84d0b
8027822: ProblemList.txt Updates (11/2013)
...
Reviewed-by: chegar, alanb
2013-11-07 08:04:36 +00:00
John Rose
8d462795cb
8027232: Update j.l.invoke code generating class files to use ASM enhancements for invocation of non-abstract methods on ifaces
...
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: ksrini, rfield
2013-11-06 11:31:49 -08:00
Eric Bruneton
23d71ee6ee
8027227: [asm] generate CONSTANT_InterfaceMethodref for invoke{special/static) of non-abstract methods on ifaces
...
Co-authored-by: Remi Forax <forax@univ-mlv.fr>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: ksrini, lagergren
2013-11-06 11:22:15 -08:00
Anthony Juckel
5eb7e21cc9
8025698: (fs) Typo in exception thrown by encode() in UnixPath.java
...
Reviewed-by: dxu, mduigou, henryjen, weijun
2013-11-06 13:25:24 -08:00
Mike Duigou
4f0480aaeb
8021309: replace test/Makefile jdk_* targets with jtreg groups
...
8015068: Use jtreg -exclude for handling problemList.txt exclusions
Reviewed-by: jjg, smarks, chegar, alanb, dholmes
2013-11-05 19:44:41 -08:00
Mandy Chung
1b7f902c51
8022208: Intermittent test failures in java/lang/Thread/ThreadStateTest.java
...
6944188: ThreadMXBean/ThreadStateTest.java fails intermittently
Reviewed-by: dholmes, chegar
2013-11-05 17:33:26 -08:00
Vladimir Kozlov
47e55612a8
Merge
2013-11-05 17:32:53 -08:00
Joe Wang
33be168ccb
8027860: [TEST_BUG] File not closed in javax/xml/jaxp/parsers/8022548/XOMParserTest.java
...
Reviewed-by: alanb
2013-11-05 11:18:20 -08:00
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
Sergey Malenkov
53cdc28a02
8026491: Typos in string literals
...
Reviewed-by: alexsch, anthony
2013-11-01 21:45:02 +04: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
Lana Steuck
ac6386468f
Merge
2013-10-31 16:44:18 -07:00
Lana Steuck
30f9f179d5
Merge
2013-10-31 16:22:30 -07:00
Lana Steuck
be32b11e5b
Merge
2013-10-31 15:45:57 -07: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
Christine Lu
ee9e5682a8
Added tag jdk8-b114 for changeset dcec14b84950
2013-10-31 12:36:25 -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
Leonid Romanov
df6d7277ef
8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
...
Reviewed-by: anthony, serb
2013-10-30 20:54:42 +04:00
Petr Pchelko
849b644b8c
8027152: Regression: test closed/java/awt/Serialize/NullSerializationTest/NullSerializationTest.html fails since JDK 8 b112
...
Reviewed-by: art, serb
2013-10-30 12:00:18 +04:00
Oleg Pekhovskiy
c4d4a7e77c
8027151: AWT_DnD/Basic_DnD/Automated/DnDMerlinQL/MultipleJVM failing on windows machine
...
Reviewed-by: anthony, pchelko
2013-10-29 21:46:03 +04: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