Phil Race
|
d3ecdcca36
|
Merge
|
2015-06-30 08:51:16 -07:00 |
|
Semyon Sadetsky
|
11e135e30e
|
8129830: JTree drag/drop on lower half of last child of container incorrect
Reviewed-by: alexsch, azvegint
|
2015-06-30 18:26:38 +03:00 |
|
Stefan Sarne
|
32c0d8bc46
|
6896810: TEST_BUG: java/lang/ref/SoftReference/Pin.java fails with OOME during System.out.println
Reviewed-by: stefank, dholmes, chegar, sjohanss
|
2015-06-30 17:16:40 +02:00 |
|
Sibabrata Sahoo
|
afc6a95457
|
8075301: Tests for sun.security.krb5.principal system property
Reviewed-by: weijun
|
2015-06-30 22:32:03 +08:00 |
|
Erik Joelsson
|
0d59d0fbaa
|
8130109: Incremental build of java.base-gensrc broken
Reviewed-by: tbell
|
2015-06-30 16:10:27 +02:00 |
|
Semyon Sadetsky
|
0ccb98b72a
|
8085895: The Textfield can't be shown after clicking "Show Textfield" button
Reviewed-by: serb, azvegint
|
2015-06-30 11:04:58 +03:00 |
|
Amy Lu
|
512986a71c
|
8129759: Mark two tests from DistinctOpTest.java and SliceOpTest.java as serialization hostile
Reviewed-by: psandoz
|
2015-06-30 10:00:46 +02:00 |
|
Semyon Sadetsky
|
e482146d84
|
8098535: Test closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest fails on OEL 7.1
Reviewed-by: serb, azvegint
|
2015-06-30 10:45:32 +03:00 |
|
Jason Uh
|
84ebc260b9
|
8022444: Remove sun.security.util.ObjectIdentifier.equals(ObjectIdentifier other) method
Reviewed-by: mullan
|
2015-06-29 16:36:44 -07:00 |
|
Martin Buchholz
|
57996d703c
|
6260652: (coll) Arrays.asList(x).toArray().getClass() should be Object[].class
Return Arrays.copyOf(a, a.length, Object[].class)
Reviewed-by: igerasim, psandoz
|
2015-06-29 15:02:35 -07:00 |
|
Roger Riggs
|
99f867bded
|
8098852: java/lang/ProcessHandle/InfoTest.java failed: total cpu time expected < 10s more
Correct javachild to spin until cputime increases by amount; cleanup InfoTest
Reviewed-by: darcy
|
2015-07-09 09:55:36 -04:00 |
|
Ivan Gerasimov
|
82f8a14808
|
8130022: Use Java-style array declarations consistently
Reviewed-by: coffeys
|
2015-07-09 10:37:07 +03:00 |
|
Roger Riggs
|
74427b9101
|
8130296: [TESTBUG] java/lang/ProcessHandle/OnExitTest - Unaccounted for children expected [0] but found [1]
Ignore extra processes that are not created by the test and cleanup any remaining child processes
Reviewed-by: darcy
|
2015-07-08 21:54:32 -04:00 |
|
Xue-Lei Andrew Fan
|
a1b2aad080
|
8130460: Increase the stability of DTLS test CipherSuite.java
Reviewed-by: wetmore
|
2015-07-08 23:52:15 +00:00 |
|
Claes Redestad
|
d65b7a8ec9
|
8081589: Output of -XX:+TraceClassLoadingPreorder in JDK9 incompatible with MakeClasslist tool
Reviewed-by: iklam, hseigel
|
2015-07-08 16:04:42 +02:00 |
|
Daniel Fuchs
|
16318cebe6
|
8130649: java/util/logging/LoggingDeadlock2.java times out
Added additional traces and thread dump diagnosis for the child process
Reviewed-by: lancea
|
2015-07-08 11:58:14 +02:00 |
|
Weijun Wang
|
aebcb1754e
|
8130720: BadKDC1 failed again
Reviewed-by: xuelei
|
2015-07-08 17:30:38 +08:00 |
|
Roger Riggs
|
4b7514c9fd
|
8085981: java/lang/ProcessHandle/OnExitTest.java: AssertionError: Child onExit not called
A race condition caused an erroneous fault
Reviewed-by: darcy
|
2015-07-07 21:25:05 -04:00 |
|
Roger Riggs
|
21ed89bc5d
|
8085980: java/lang/ProcessHandle/TreeTest.java: AssertionError: Wrong number of spawned children expected [1] but found [2]
Modify to expect only the spawned children; enhance debug output
Reviewed-by: darcy
|
2015-07-07 16:54:52 -04:00 |
|
Martin Buchholz
|
d67c81198b
|
8050091: (coll) LinkedList has incorrect implementation comment
Rework implementation invariant comments
Reviewed-by: igerasim
|
2015-06-29 14:59:20 -07:00 |
|
Aleksei Efimov
|
2723d13329
|
8098547: (tz) Support tzdata2015e
Reviewed-by: coffeys, okutsu
|
2015-06-30 01:17:45 +03:00 |
|
Brian Burkhalter
|
6d59eaa98c
|
8042983: test/java/math/BigInteger/ExtremeShiftingTests.java needs too much heap
Use @requires tag to suppress the test on limited memory systems.
Reviewed-by: darcy
|
2015-06-29 14:49:47 -07:00 |
|
Mandy Chung
|
1465e16631
|
8130007: Update security tests to use Security.getProvider to get security provider
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Reviewed-by: mullan
|
2015-06-29 11:38:36 -07:00 |
|
Peter Levart
|
24d0d5af7c
|
8042377: BufferedWriter and FilteredOutputStream.close throw IAE if flush and close throw equal exceptions
Explcitly handle IOExceptions in FilteredOutputStream.close() instead of using try-with-resources approach.
Reviewed-by: chegar, alanb
|
2015-06-29 08:39:29 -07:00 |
|
Anton Nashatyrev
|
dd57d9f3b9
|
8080504: [macosx] SunToolkit.realSync() may hang
Reviewed-by: serb, prr
|
2015-06-29 13:47:28 +03:00 |
|
Weijun Wang
|
0a6597b64e
|
8058849: test/sun/security/krb5/config/dns.sh needs to re-examined or replaced
Reviewed-by: alanb
|
2015-06-29 17:11:17 +08:00 |
|
Weijun Wang
|
6632bf6c50
|
8069253: javax/net/ssl/TLS/TestJSSE.java failed on Mac
Reviewed-by: xuelei
|
2015-06-29 15:04:43 +08:00 |
|
Lana Steuck
|
6c0750dd0f
|
Merge
|
2015-06-28 16:38:22 -07:00 |
|
Sergey Bylokhov
|
33c5b92bc6
|
8080405: Exception in thread "AWT-EventQueue-1" java.security.AccessControlException
Reviewed-by: prr, chegar, art
|
2015-06-29 01:27:08 +03:00 |
|
Aleksei Efimov
|
a643b89ee2
|
8076139: [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
Reviewed-by: igerasim
|
2015-06-28 23:05:46 +03:00 |
|
Alejandro Murillo
|
3ada1489fb
|
Merge
|
2015-06-26 19:11:19 -07:00 |
|
Valerie Peng
|
5109058c5d
|
7191662: JCE providers should be located via ServiceLoader
Enhanced to use ServiceLoader and switched provider to Provider.Service model.
Reviewed-by: mullan, alanb, mchung
|
2015-06-26 21:34:34 +00:00 |
|
Sergey Bylokhov
|
561c4e223c
|
8014241: Clean up unused JNI fields and methods in imageInitIDs.h
Reviewed-by: azvegint, prr
|
2015-06-26 12:38:39 +03:00 |
|
Joe Darcy
|
a0bf651e65
|
8129624: Move jdk_rmi test group from tier 2 to tier 3
Reviewed-by: alanb, smarks
|
2015-06-25 11:59:40 -07:00 |
|
Valerie Peng
|
f3ff947746
|
8087157: PKCS11 provider not instantiated with security manager
Updated java.policy file with sun.misc pkg access permission for SunPKCS11 provider.
Reviewed-by: mullan
|
2015-06-25 17:53:52 +00:00 |
|
David Katleman
|
fbf657b0c0
|
Added tag jdk9-b70 for changeset d3d7f5a45a5c
|
2015-06-25 10:21:38 -07:00 |
|
Vladimir Kozlov
|
a662bb81c8
|
Merge
|
2015-06-25 09:48:36 -07:00 |
|
Joe Darcy
|
065a57c31a
|
8129822: Define "headful" jtreg keyword
Reviewed-by: alanb, alexsch
|
2015-06-25 08:30:34 -07:00 |
|
Mark Sheppard
|
62568b1c1a
|
8129507: sun/net/www/protocol/http/B6369510.java fails intermittently
Changed openConnection() to openConnection(Proxy.NO_PROXY)
Reviewed-by: chegar
|
2015-06-25 14:23:03 +01:00 |
|
Artem Smotrakov
|
c537edfa2d
|
8129575: Equal DelegationPermission instances may return different hash codes
Reviewed-by: mullan, weijun
|
2015-06-25 20:20:41 +08:00 |
|
Staffan Larsen
|
9f34fe51a8
|
8080993: Compilation errors with recent clang in awt_parseImage.c and splashscreen_sys.m
Reviewed-by: azvegint, bae
|
2015-06-25 15:16:55 +03:00 |
|
Jaroslav Bachorik
|
a47dc46f90
|
8071487: javax/management/monitor/GaugeMonitorDeadlockTest.java timed out
Reviewed-by: dholmes
|
2015-06-25 11:18:04 +02:00 |
|
Jean-Francois Denise
|
30cacaa5c9
|
8080511: Refresh of jimage support
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, psandoz, acorn, lfoltan, ctornqvi
|
2015-06-25 18:24:39 +02:00 |
|
Weijun Wang
|
7b990654c5
|
8023546: sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
Reviewed-by: vinnie
|
2015-06-25 09:03:23 +08:00 |
|
Naoto Sato
|
a693ebca66
|
8008577: Use CLDR Locale Data by Default
Reviewed-by: erikj, okutsu
|
2015-06-24 16:42:11 -07:00 |
|
Stuart Marks
|
7c8e579281
|
8080450: doc for Double/Int/LongSummaryStatistics.toString has errors
Reviewed-by: darcy, lancea
|
2015-06-24 16:08:58 -07:00 |
|
Joe Darcy
|
b4542557ab
|
8129597: Add tier 3 test definitions to the JDK 9 forest
Reviewed-by: smarks, jjg
|
2015-06-24 15:15:10 -07:00 |
|
Chris Plummer
|
b95fa126c3
|
8129386: [TESTBUG] - com/sun/jdi/cds/*.java missing @build tag for libraries
Added @build tags for all dependent classes
Reviewed-by: iklam, mseledtsov, dholmes
|
2015-06-24 11:59:11 -07:00 |
|
Xueming Shen
|
b46a6500b0
|
8129544: ArrayIndexOutOfBoundsException when decoding corrupt Base64 string
To take input bytes as unsigned before check range
Reviewed-by: alanb
|
2015-06-24 11:15:23 -07:00 |
|
Konstantin Shefov
|
fe481eaf1f
|
8129595: New DTLS tests need @modules
Reviewed-by: alanb
|
2015-06-24 18:50:19 +03:00 |
|