Harold Seigel
|
3d6ba9735f
|
8228596: Class redefinition fails when condy instructions are removed
Make sure has_dynamic_constant flag value gets copied to merged constant pool, when it is set to TRUE
Reviewed-by: coleenp, dcubed, sspitsyn
|
2019-07-29 09:57:37 -04:00 |
|
John Jiang
|
804e840856
|
8228403: SignTwice.java failed with java.io.FileNotFoundException: File name too long
Reviewed-by: mullan
|
2019-07-27 10:02:35 +08:00 |
|
Ralf Schmelter
|
5bbe479ade
|
8228589: BasicJStackTest.java and JcmdOutputEncodingTest.java failing after JDK-8227868
Reviewed-by: cjplummer, sgehwolf
|
2019-07-26 10:52:47 +02:00 |
|
Sean Coffey
|
bb3d5aed04
|
8228645: Don't run sun/security/pkcs11/Cipher/TestKATForGCM.java on buggy NSS solaris versions
Reviewed-by: valeriep
|
2019-07-29 08:17:26 +00:00 |
|
Matthias Baesken
|
dde37610c0
|
8228650: runtime/SharedArchiveFile/CheckDefaultArchiveFile.java test fails on AIX
Reviewed-by: mseledtsov
|
2019-07-26 15:05:24 +02:00 |
|
Christian Hagedorn
|
b2a9f90a94
|
8223769: Assert triggers with -XX:+StressReflectiveCode
Fixed too strong assert.
Reviewed-by: kvn, thartmann
|
2019-07-29 09:34:07 +02:00 |
|
Naoto Sato
|
11ab995e6c
|
8228465: HOST locale provider holds wrong era name for GregorianCalendar in US locale
Reviewed-by: lancea
|
2019-07-26 13:32:59 -07:00 |
|
Joe Wang
|
136cfdb1e3
|
8068376: Validator fails valid XML files due to String == in XSD validator code
Reviewed-by: lancea
|
2019-07-26 17:15:17 +00:00 |
|
Naoto Sato
|
c1a479ad67
|
8212970: TZ database in "vanguard" format support
Reviewed-by: rriggs, joehw, erikj, scolebourne
|
2019-07-26 08:56:28 -07:00 |
|
Calvin Cheung
|
fc7aa2306c
|
8228407: JVM crashes with shared archive file mismatch
Stop processing other header fields if initial header check has failed.
Reviewed-by: dholmes, jiangli
|
2019-07-25 10:25:52 -07:00 |
|
Weijun Wang
|
3476b6dab8
|
8228602: Add sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java to problem list
Reviewed-by: mullan
|
2019-07-25 21:21:29 +08:00 |
|
Igor Ignatyev
|
cac96b1b58
|
8226905: unproblem list applications/ctw/modules/* tests on windows
Reviewed-by: kvn
|
2019-07-24 18:23:16 -07:00 |
|
Vladimir Ivanov
|
32eb2e45b6
|
8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
Reviewed-by: eosterlund, dholmes, mdoerr
|
2019-07-24 10:50:40 +03:00 |
|
Weijun Wang
|
78c7364c17
|
8228341: SignTwice.java fails intermittently on Windows
Reviewed-by: mullan
|
2019-07-24 10:09:30 +08:00 |
|
Weijun Wang
|
9c12b7f41d
|
8227595: keytool/fakegen/DefaultSignatureAlgorithm.java fails due to "exitValue = 6"
Reviewed-by: mullan
|
2019-07-24 10:09:22 +08:00 |
|
Christoph Langer
|
d3fa36896e
|
8228571: [TESTBUG] Fix tests failing on non-aot platforms after JDK-8227512
Reviewed-by: iignatyev, jjg
|
2019-07-26 09:06:03 +02:00 |
|
Valerie Peng
|
ded94368d1
|
Merge
|
2019-07-25 21:51:13 +00:00 |
|
Brian Burkhalter
|
a8af569fa0
|
8184157: (ch) AsynchronousFileChannel hangs with internal error when reading locked file
Reviewed-by: alanb
|
2019-07-25 11:44:37 -07:00 |
|
Matthias Baesken
|
da6f042616
|
8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes)
Reviewed-by: dholmes, sgehwolf
|
2019-07-25 12:15:27 +02:00 |
|
Valerie Peng
|
6b662abe74
|
8180392: SunJCE provider should throw exceptions for unsupported mode and padding combinations
Change JCA Cipher class to create obj to ensure the mode and padding combination is supported
Reviewed-by: xuelei
|
2019-07-25 02:16:49 +00:00 |
|
Severin Gehwolf
|
843ee2be16
|
8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
Move container constant to separate test lib class
Reviewed-by: alanb
|
2019-07-22 10:48:14 +02:00 |
|
Severin Gehwolf
|
422e04e98f
|
8227642: [TESTBUG] Make docker tests podman compatible
Reviewed-by: mseledtsov, iignatyev
|
2019-07-12 19:37:25 +02:00 |
|
Matthias Baesken
|
adfa9a7eb1
|
8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes)
Reviewed-by: dholmes, sgehwolf
|
2019-07-25 12:15:27 +02:00 |
|
Matthias Baesken
|
1f088e0f3f
|
8228650: runtime/SharedArchiveFile/CheckDefaultArchiveFile.java test fails on AIX
Reviewed-by: mseledtsov
|
2019-07-26 15:05:24 +02:00 |
|
Matthias Baesken
|
01e4da6809
|
8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms
Reviewed-by: dholmes, jcbeyler
|
2019-08-01 08:59:31 +02:00 |
|
Weijun Wang
|
e23d02b484
|
8228342: Add SignTwice.java to problem list
Reviewed-by: xuelei
|
2019-07-18 13:41:55 +08:00 |
|
Philipp Kunz
|
b6d1b1e085
|
8217375: jarsigner breaks old signature with long lines in manifest
Reviewed-by: jjiang, weijun
|
2019-07-18 08:53:06 +08:00 |
|
Martin Balao
|
3cd50f2666
|
8227437: S4U2proxy cannot continue because server's TGT cannot be found
Reviewed-by: weijun
|
2019-07-17 12:26:56 -03:00 |
|
Rajan Halade
|
5fd772a6f1
|
8048595: problemList failing/ignored manual tests in security-libs
Reviewed-by: ascarpino
|
2019-07-17 16:13:26 -07:00 |
|
Anthony Scarpino
|
200254b479
|
8226338: Updates to Stateless Resumption
Reviewed-by: xuelei, jnimeh
|
2019-07-17 14:37:50 -07:00 |
|
Calvin Cheung
|
6f3bb94427
|
8227646: [TESTBUG] appcds/SharedArchiveConsistency timed out
Remove the FileChannel.force() calls.
Reviewed-by: dcubed, iklam
|
2019-07-17 08:34:45 -07:00 |
|
Phil Race
|
bb7ac5cc11
|
Merge
|
2019-07-01 14:57:02 -07:00 |
|
Thomas Stuefe
|
9e02985246
|
8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
Reviewed-by: goetz
|
2019-07-04 11:55:00 +02:00 |
|
Brian Burkhalter
|
c6c82dd736
|
8227080: (fs) Files.newInputStream(...).skip(n) is slow
Reviewed-by: sbordet, rriggs, fweimer
|
2019-07-03 14:37:19 -07:00 |
|
Joe Wang
|
5c12a30062
|
8223291: Whitespace is added to CDATA tags when using OutputKeys.INDENT to format XML
Reviewed-by: dfuchs, lancea
|
2019-07-03 16:30:19 +00:00 |
|
Mikael Vidstedt
|
c200fc1f34
|
Merge
|
2019-07-03 07:56:41 -07:00 |
|
Harold Seigel
|
72bb0855ad
|
8226956: Add invocation tests for Graal and C1
Add new tests for these JIT's
Reviewed-by: lfoltan, coleenp
|
2019-07-02 13:20:27 -04:00 |
|
Jaikiran Pai
|
178bf44f56
|
8226976: SessionTimeOutTests uses == operator for String value check
Use String.equals() instead of == operator
Reviewed-by: xuelei
|
2019-07-02 11:07:40 +05:30 |
|
Brian Burkhalter
|
4833b4b3d5
|
8224480: (fc) java/nio/channels/FileChannel/MapTest.java fails intermittently
Reviewed-by: lancea, alanb
|
2019-07-02 08:32:33 -07:00 |
|
Pavel Rappo
|
3395bb591b
|
8226602: Test convenience reactive primitives from java.net.http with RS TCK
Reviewed-by: chegar, dfuchs
|
2019-07-02 13:25:51 +01:00 |
|
Zhengyu Gu
|
d843b2f58e
|
8226957: Shenandoah: Remove obsoleted ShenandoahStoreCheck option
Reviewed-by: shade
|
2019-07-01 08:24:45 -04:00 |
|
Jesper Wilhelmsson
|
37599ff955
|
Merge
|
2019-06-29 05:26:55 +02:00 |
|
Serguei Spitsyn
|
ff1f2fad6e
|
8226917: jvmti/scenarios/contention/TC04/tc04t001/TestDescription.java fails on jvmti->InterruptThread (JVMTI_ERROR_THREAD_NOT_ALIVE)
Fix one more sync issue in the test
Reviewed-by: dcubed, gadams, amenkov
|
2019-06-28 16:06:44 -07:00 |
|
Brian Burkhalter
|
4d1ff6a295
|
8226706: (se) Reduce the number of outer loop iterations on Windows in java/nio/channels/Selector/RacyDeregister.java
Reviewed-by: alanb
|
2019-06-28 13:02:18 -07:00 |
|
Christoph Langer
|
a8fc8c4c21
|
8226869: Test java/util/Locale/LocaleProvidersRun.java should enable assertions
Reviewed-by: naoto
|
2019-06-28 20:46:25 +01:00 |
|
Valerie Peng
|
1e0c8e5b26
|
8226651: Setting the mgfHash in CK_RSA_PKCS_PSS_PARAMS has no effect
Fixed to get the MGF digest algorithm from MGF1ParameterSpec
Reviewed-by: xuelei
|
2019-06-28 19:36:32 +00:00 |
|
Calvin Cheung
|
5d1361df03
|
8211723: AppCDS: referring to a jar file in any way other than exactly how it was done during dumping doesn't work
Replaced os::file_name_strncmp() with os::same_files().
Reviewed-by: iklam, jiangli
|
2019-06-28 09:49:10 -07:00 |
|
Naoto Sato
|
bb9049d3c1
|
8226876: Assertion in sun/util/locale/provider/CalendarDataUtility on Windows after JDK-8218960
Reviewed-by: clanger
|
2019-06-28 08:48:17 -07:00 |
|
Daniel Fuchs
|
2ad9f11d77
|
8226514: Replace wildcard address with loopback or local host in tests - part 14
Improve test stabilty by getting rid of the wildcard address whenever possible.
Reviewed-by: chegar, vtewari
|
2019-06-28 15:58:10 +01:00 |
|
Michael McMahon
|
faea44aec3
|
8222968: ByteArrayPublisher is not thread-safe resulting in broken re-use of HttpRequests
Reviewed-by: chegar, dfuchs
|
2019-06-28 11:26:07 +01:00 |
|