Sergey Bylokhov
|
9ab430a0d2
|
8027696: Incorrect copyright header in the tests
Reviewed-by: alanb, malenkov, mullan
|
2013-11-12 20:24:25 +04:00 |
|
Leonid Romanov
|
0b24095558
|
8027972: [macosx] Provide a regression test for JDK-8007006
Reviewed-by: anthony
|
2013-11-12 20:02:12 +04:00 |
|
Lana Steuck
|
92d4547bee
|
Merge
|
2013-11-08 15:02:55 -08:00 |
|
Sergey Malenkov
|
9e33696875
|
8027648: Type of overridden property is resolved incorrectly
Reviewed-by: alexsch
|
2013-11-08 14:09:18 +04: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Lana Steuck
|
65797af67d
|
Merge
|
2013-10-25 10:39:13 -07:00 |
|
Sergey Malenkov
|
9cd10573ae
|
8026705: [TEST_BUG] java/beans/Introspector/TestTypeResolver.java failed
Reviewed-by: art, jfranck
|
2013-10-25 16:42:02 +04:00 |
|
Anton Nashatyrev
|
7d4c16ece3
|
8027066: XMLDecoder in java 7 cannot properly deserialize object arrays
Reviewed-by: alexsch, malenkov
|
2013-10-25 13:41:19 +04:00 |
|
Lana Steuck
|
836ba025a1
|
Merge
|
2013-10-24 21:52:24 -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 |
|
Petr Pchelko
|
45dd0a7642
|
8027025: [macosx] getLocationOnScreen returns 0 if parent invisible
Reviewed-by: anthony, serb
|
2013-10-24 19:50:33 +04: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 |
|
Daniel Fuchs
|
482f3cc1b9
|
8026863: regression in anonymous Logger.setParent method
Restore behaviour of setParent in anonymous logger and clarifies the spec with respect to security permissions.
Reviewed-by: mchung, prr
|
2013-10-28 10:52:07 +01:00 |
|
Jaroslav Bachorik
|
b441547010
|
8004926: sun/management/jmxremote/bootstrap/CustomLauncherTest.sh oftenly times out
Improve reliability by converting the test to Java
Reviewed-by: dsamersoff, dholmes
|
2013-10-25 13:01:11 +02:00 |
|
Eric Wang
|
18f98bb20e
|
7079145: Remove java/net/ipv6tests/UdpTest.java from the ProblemList.txt
Reviewed-by: alanb, chegar
|
2013-10-25 11:01:29 +01:00 |
|
Joe Wang
|
53d9506586
|
8004476: XSLT Extension Functions Don't Work in WebStart
Reviewed-by: dfuchs, lancea, alanb
|
2013-10-24 14:13:09 -07:00 |
|
Xueming Shen
|
a06b63065d
|
8025003: Base64 should be less strict with padding
Updated spec and implementation of mime decoder to be lenient for padding
Reviewed-by: alanb
|
2013-10-24 11:12:59 -07:00 |
|
Joel Borggrén-Franck
|
be2d6e6535
|
8023651: j.l.r.Constructor.getAnnotatedReceiverType() and j.l.r.Constructor.getAnnotatedReturnType() for inner classes return incorrect result
Reviewed-by: darcy
|
2013-10-24 19:04:27 +02:00 |
|
Stuart Marks
|
2e342ed968
|
8023862: deprecate HTTP proxying from RMI
Reviewed-by: mchung
|
2013-10-24 10:13:39 -07:00 |
|
Andreas Lundblad
|
5db9cc7bed
|
8027170: Annotations declared on super-super-class should be overridden by super-class
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: jfranck
|
2013-10-24 18:52:13 +02:00 |
|
Sergey Bylokhov
|
b776817a56
|
7090424: TestGlyphVectorLayout failed automately with java.lang.StackOverflowError
Reviewed-by: anthony, art
|
2013-10-24 14:32:07 +04:00 |
|
Ivan Gerasimov
|
f14e06950e
|
8024521: (process) Async close issues with Process InputStream
Reviewed-by: psandoz, martin, alanb, robm
|
2013-10-23 15:37:40 +04:00 |
|
Alan Bateman
|
e1c6970bd6
|
8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: rriggs, psandoz, chegar
|
2013-10-24 13:24:32 +01:00 |
|
Clemens Eisserer
|
8f5a3f7514
|
8023483: sun/java2d/DirectX/TransformedPaintTest/TransformedPaintTest.java failed with jdk8 on linux platforms
Reviewed-by: prr, bae
|
2013-10-22 13:47:45 -07:00 |
|
Leonid Romanov
|
9d1ce9a555
|
8020209: [macosx] Mac OS X key event confusion for "COMMAND PLUS"
Reviewed-by: anthony, serb
|
2013-10-22 16:45:08 +04:00 |
|
Jennifer Godinez
|
fbb6fe5543
|
8025988: [macosx] Attribute settings don't work for JobAttributes range
8025990: [macosx] Attribute settings don't work for JobAttributes setOrientationRequested, setMedia
Reviewed-by: prr, jchen
|
2013-10-18 15:30:10 -07:00 |
|
Leif Samuelsson
|
a25177c60e
|
7025699: Policy Tool is not accessible by keyboard
Reviewed-by: alexp, weijun
|
2013-10-18 08:57:52 +08:00 |
|
Doug Lea
|
3f1d887049
|
8004138: ForkJoinTask leaks exceptions
Reviewed-by: chegar, mduigou, psandoz, martin
|
2013-10-17 12:43:32 -07:00 |
|