Lana Steuck
|
5135397f4e
|
Merge
|
2015-07-09 16:37:55 -07:00 |
|
David Katleman
|
6a0771f941
|
Added tag jdk9-b72 for changeset a006a766c8c9
|
2015-07-09 13:49:36 -07:00 |
|
Lana Steuck
|
e2b0df2fcf
|
Merge
|
2015-07-02 16:08:47 -07:00 |
|
David Katleman
|
30533247eb
|
Added tag jdk9-b71 for changeset c55f96d66cf9
|
2015-07-02 08:54:01 -07:00 |
|
Volker Simonis
|
48aacbe3f9
|
8130315: Fix wrong prototype of GrowKnownVMs() in java.c
Reviewed-by: alanb, ksrini
|
2015-07-02 15:25:46 +02:00 |
|
Vinnie Ryan
|
5a35b2a0a9
|
8130151: Exclude sun/security/provider/SecureRandom/StrongSecureRandom.java from testruns on MacOSX 10.10
Reviewed-by: xuelei
|
2015-07-02 12:01:48 +01:00 |
|
Weijun Wang
|
cdc2a29ff2
|
8130112: Create a common TEST.properties for @modules in test/sun/security/krb5/auto
Reviewed-by: alanb
|
2015-07-02 16:20:43 +08:00 |
|
Weijun Wang
|
8804c9df5f
|
8130297: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java still failing after JDK-8076040
Reviewed-by: darcy
|
2015-07-02 13:20:46 +08:00 |
|
Weijun Wang
|
8f2396ede1
|
8076040: Test com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with -XX:+UseG1GC
Reviewed-by: darcy
|
2015-07-02 09:19:42 +08:00 |
|
Ivan Gerasimov
|
0e510a1f61
|
8077242: (str) Optimize AbstractStringBuilder.append(CharSequence, int, int) for String argument
Reviewed-by: martin
|
2015-07-02 00:26:35 +03:00 |
|
Ivan Gerasimov
|
3fac3ec9da
|
8098854: Do cleanup in a proper order in sunmscapi code
Reviewed-by: vinnie
|
2015-07-01 22:17:32 +03: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 |
|
Jan Lahoda
|
581470a6d1
|
8080679: Include jline in JDK for Java and JavaScript REPLs
Reviewed-by: alanb, erikj, forax, iris, sundar
|
2015-07-07 13:17:53 +02:00 |
|
Artem Smotrakov
|
aa2d62b688
|
8129444: socksProxyVersion system property ignored for Socket(Proxy)
Reviewed-by: chegar
|
2015-07-03 08:00:33 +01:00 |
|
Lana Steuck
|
6c0750dd0f
|
Merge
|
2015-06-28 16:38:22 -07: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Paul Sandoz
|
f219ffb2f2
|
8072773: (fs) Files.lines needs a better splitting implementation for stream source
Reviewed-by: alanb
|
2015-06-24 12:05:30 +02:00 |
|
Alejandro Murillo
|
ebcc321eeb
|
Merge
|
2015-06-23 14:20:59 -07:00 |
|
Brian Burkhalter
|
118a8cf98a
|
8129510: java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java should exclude testing the Teredo tunneling interface on Windows
Suppress testing the Teredo tunneling interface on Windows.
Reviewed-by: chegar
|
2015-06-23 09:46:22 -07:00 |
|
Alejandro Murillo
|
acbfb8777d
|
Merge
|
2015-06-23 08:59:06 -07:00 |
|
Konstantin Shefov
|
d7ff33fd1b
|
8129532: LFMultiThreadCachingTest.java failed with ConcurrentModificationException
Reviewed-by: vlivanov
|
2015-06-23 16:36:04 +03:00 |
|
Roger Riggs
|
883dbfb63d
|
Merge
|
2015-06-23 09:23:53 -04:00 |
|
Roger Riggs
|
35673b527f
|
8129535: java_props_md.c should compile on VS 2010
Visual Studio 2010 does not allow declarations in the middle of blocks; only at the beginning
Reviewed-by: alanb
|
2015-06-23 09:21:25 -04:00 |
|
Paul Sandoz
|
3a0e0c86d3
|
8129120: Terminal operation properties should not be back-propagated to upstream operations
Reviewed-by: briangoetz, chegar
|
2015-06-23 09:49:55 +02:00 |
|
Brian Burkhalter
|
c0b2c2b0e6
|
8129499: Structure of java/rmi/activation/rmidViaInheritedChannel tests masks exception
Check for rmid == null before dereferencing the variable.
Reviewed-by: rriggs, chegar
|
2015-06-22 13:30:21 -07:00 |
|
Roger Riggs
|
c1108923f4
|
8066504: GetVersionEx in java.base/windows/native/libjava/java_props_md.c might not get correct Windows version 0
System property os.name and os.version should report the version of kernel32.dll
Reviewed-by: alanb, igerasim
|
2015-06-20 10:03:42 -04:00 |
|
Brian Burkhalter
|
9966dd8518
|
8081293: java/nio/file/Files/CopyAndMove.java failed with java.nio.file.FileAlreadyExistsException intermittently
Print seed used to initialize Random and add ability to specify seed.
Reviewed-by: alanb, chegar
|
2015-06-19 09:35:10 -07:00 |
|
Amanda Jiang
|
aee58f70c2
|
8050409: Test for JAAS getPrivateCredentials
Reviewed-by: weijun
|
2015-06-19 14:06:24 +08:00 |
|