Coleen Phillimore
d35c1540e6
8227766: CheckUnhandledOops is broken in MemAllocator
...
Save oop created in handle more eagerly, so CheckUnhandledOops doesn't bash it.
Reviewed-by: lfoltan, eosterlund
2019-07-18 07:06:33 -04:00
Matthias Baesken
c3bd80322e
8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows
...
Reviewed-by: jjg, stuefe
2019-07-10 11:11:30 +02:00
Brian Burkhalter
2c59ffda98
8228204: Fix for JDK-8067801 breaks java/io/NegativeInitSize.java
...
Reviewed-by: lancea
2019-07-17 15:12:30 -07:00
Brian Burkhalter
a7016e3b5d
8067801
: Enforce null check for underlying I/O streams
...
Reviewed-by: lancea
2019-07-17 14:24:37 -07:00
Daniil Titov
1ea3869a92
8206179: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java fails with Committed virtual memory size illegal value
...
Reviewed-by: sspitsyn, cjplummer
2019-07-17 11:23:51 -07:00
Thomas Schatzl
b4d014896a
8227089: Add timing information for merging humongous remembered sets
...
Reviewed-by: sangheki, kbarrett
2019-07-17 16:33:19 +02:00
Thomas Schatzl
ffe79a37c3
8227084: Add timing information for merge heap root preparation
...
Reviewed-by: sangheki, kbarrett
2019-07-17 16:33:19 +02:00
Mikael Vidstedt
f08a9de3b2
Merge
2019-07-17 04:33:37 -07:00
Anton Litvinov
cf5433ff56
8227392: Colors with alpha are painted incorrectly on Linux, after JDK-8214579
...
8224825: java/awt/Color/AlphaColorTest.java fails in linux-x64 system
Reviewed-by: prr
2019-07-16 15:15:45 +01:00
Xiaohong Gong
2c6a826899
8227615: [TESTBUG] JTReg "jdk/sun/security/util/FilePermCompat/CompatImpact.java" fails with graal
...
Reviewed-by: kvn
2019-07-17 10:11:05 +08:00
Jan Lahoda
c0d870559f
8227640: javac crashes on text blocks with invalid escapes
...
Do not translate escape sequences if text block contains illegal escapes.
Reviewed-by: jlaskey
2019-07-16 10:48:22 +02:00
Pengfei Li
a5388f21b7
8227512: [TESTBUG] Fix JTReg javac test failures with Graal
...
Reviewed-by: mcimadamore
2019-07-16 00:57:00 +00:00
Joe Wang
5dcfefbae0
8176447: javax.xml.validation.Validator validates incorrectly on uniqueness constraint
...
Reviewed-by: lancea
2019-07-16 21:12:14 +00:00
Sergey Bylokhov
768ef3cd20
8226653: [accessibility] Can edit text cell correctly, but Accessibility Tool reads nothing about editor
...
Reviewed-by: prr
2019-07-15 16:25:23 -07:00
Xiaohong Gong
53635b436c
8227574: [TESTBUG] JTReg tests fail with Graal due to access denied
...
Reviewed-by: kvn
2019-07-15 03:14:28 +00:00
Peter Levart
49daf1dc19
8227368: EnumSet.class serialization broken in JDK 9+
...
Reviewed-by: smarks
2019-07-13 10:43:45 +00:00
Yasumasa Suenaga
2870c9d55e
8225690: Multiple AttachListener threads can be created
...
Reviewed-by: sspitsyn, cjplummer
2019-07-16 07:29:12 +09:00
Daisy Zhou
116af970c8
8227289: Enable assertions for some shell to java conversion tests after JDK-8218960
...
Reviewed-by: naoto
2019-07-15 10:21:33 +08:00
Frank Yuan
2169215b29
8227438: [TESTLIB] Determine if file exists by Files.exists in function FileUtils.deleteFileIfExistsWithRetry
...
Reviewed-by: lancea, joehw
2019-07-15 17:53:36 +08:00
Yasumasa Suenaga
81a59941af
8227594: sadebugd/DebugdConnectTest.java fails due to "java.rmi.NotBoundException: SARemoteDebugger"
...
Reviewed-by: cjplummer, sspitsyn
2019-07-13 20:55:25 +09:00
Jiangli Zhou
24b025163b
8227582: runtime/TLS/testtls.sh fails on x86_32
...
Disable the negative test case for regular testing.
Reviewed-by: shade
2019-07-12 10:39:19 -07:00
Mikael Vidstedt
cfcd0223a9
Merge
2019-07-12 02:50:43 -07:00
Frank Yuan
0518393598
8227422: sun/net/www/protocol/file/DirPermissionDenied.java failed on Windows 2016 because DirPermissionDenied directory has no read permission
...
Reviewed-by: dfuchs
2019-07-12 13:59:22 +08:00
Valerie Peng
175faeeadf
8225745: NoSuchAlgorithmException exception for SHA256withECDSA with RSASSA-PSS support
...
Fixed SignatureUtil and ECDSA signature impl to handle EC parameters
Reviewed-by: weijun
2019-07-11 20:11:47 +00:00
Hannes Wallnöfer
cd18508b2f
8227391: Update double-conversion to version 3.1.5
...
Reviewed-by: attila
2019-07-11 17:11:54 +02:00
Hannes Wallnöfer
61d10a507d
8223451: Make optimistic types disabled by default
...
Reviewed-by: sundar, jlaskey, attila
2019-07-11 16:43:15 +02:00
Harold Seigel
5e24afc868
8226798: JVM crash in klassItable::initialize_itable_for_interface(int, InstanceKlass*, bool, Thread*)
...
When calculating vtable size at class load time, do not look for miranda method if matching package private method is found in a super class.
Reviewed-by: acorn, lfoltan
2019-07-11 09:26:04 -04:00
Valerie Peng
29215b987b
8181386: CipherSpi ByteBuffer to byte array conversion fails for certain data overlap conditions
...
Detect potential buffer overlap and use extra buffer if necessary
Reviewed-by: xuelei
2019-07-10 18:43:45 +00:00
Nils Eliasson
019b9891d7
8226536: Catch OOM from deopt that fails rematerializing objects
...
Reviewed-by: vlivanov, thartmann
2019-07-10 18:48:05 +02:00
Ramanand Patil
7087f2eae2
8224560: (tz) Upgrade time-zone data to tzdata2019a
...
8225580: tzdata2018i integration causes test failures on jdk-13
Reviewed-by: andrew, naoto
2019-07-10 05:12:23 +01:00
Jan Lahoda
32a7e50bee
8220041: NullPointerException at jdk.compiler/com.sun.tools.javac.jvm.Code.emitop0
...
LambdaToMethod must correctly capture local variables inside switch expressions inside local variable initializers.
Reviewed-by: mcimadamore, vromero
2019-07-10 09:04:42 +02:00
Weijun Wang
32d0bae08d
8227059: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timed out
...
Reviewed-by: xuelei
2019-07-10 09:43:35 +08:00
Naoto Sato
0f1ad36584
8227127: Era designator not displayed correctly using the COMPAT provider
...
Reviewed-by: rriggs
2019-07-09 08:05:38 -07:00
Jamsheed Mohammed C M
7fbf691c01
8221577: [Graal] Implement basic type consistency checks for Low level MH intrinsics
...
Reviewed-by: kvn
2019-07-08 04:01:54 -07:00
Martin Doerr
516578513c
8226302: Test failures on IBM platforms (power and s/390) after JDK-8223837
...
Adjust heap size values for 32M heap aligment (page size 64k)
Reviewed-by: goetz, rschmelter, tschatzl
2019-07-08 10:56:05 +02:00
Yudi Zheng
173e014b80
8224254: compiler/graalunit/HotspotJdk9Test.java is timing out intermittently
...
Reviewed-by: kvn, thartmann
2019-07-07 18:17:46 -07:00
Yasumasa Suenaga
cf39d96d3a
8209790: SA tools not providing option to connect to debug server
...
Reviewed-by: sspitsyn, cjplummer
2019-07-11 08:19:56 +09:00
Daniel Fuchs
dc300483a7
8227539: Replace wildcard address with loopback or local host in tests - part 20
...
Update some tests to stop using the wildcard address.
Reviewed-by: michaelm
2019-07-10 22:33:23 +02:00
Joe Wang
8286318f2a
7148925: StAXSource causes exceptions to be thrown with certain wellformed XML instances
...
Reviewed-by: lancea
2019-07-10 16:45:28 +00:00
Thomas Stuefe
937f230ce3
8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
...
Reviewed-by: goetz
2019-07-04 11:55:00 +02:00
Calvin Cheung
a6b4e5c3d1
8226406: JVM fails to detect mismatched or corrupt CDS archive
...
Check important archive header fields such as _jvm_ident before processing other fields.
Reviewed-by: iklam, jiangli
2019-07-12 08:40:37 -07:00
Tejpal Rebari
fe80d6458c
8042383: [TEST_BUG] Test javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails with shortcuts on menus do not work
...
Reviewed-by: jdv, psadhukhan
2019-07-04 12:28:34 +05:30
Fairoz Matte
9f4fd8c7ab
8225715: jhsdb jmap fails to write binary heap dump of a jshell process
...
Add a Null check for getSourceFileName() before writing into thread dump.
Reviewed-by: cjplummer, kevinw
2019-07-02 08:43:44 -07:00
Patrick Concannon
76785af549
8226756: Replace wildcard address with loopback or local host in tests - part 18
...
Reviewed-by: dfuchs
2019-07-10 16:09:20 +01:00
Mikael Vidstedt
e9d003926b
Merge
2019-07-10 07:27:58 -07:00
Ramanand Patil
475cf213d9
8224560: (tz) Upgrade time-zone data to tzdata2019a
...
8225580: tzdata2018i integration causes test failures on jdk-13
Reviewed-by: andrew, naoto
2019-07-10 05:12:23 +01:00
Mikael Vidstedt
ff3eeb4773
Merge
2019-07-09 16:37:30 -07:00
Patricio Chilano Mateo
fe39168fa7
8191890: Biased locking still uses the inferior stop the world safepoint for revocation
...
Revocations are now executed with thread local handshakes instead of safepoints
Reviewed-by: dcubed, coleenp, dholmes, rehn, mgronlun
2019-07-09 14:38:48 -04:00
Jeremy Manson
238c17bdb5
8225035: Thread stack size issue caused by large TLS size
...
Adjust thread stack size for static TLS on Linux when AdjustStackSizeForTLS is enabled.
Co-authored-by: Florian Weimer <fweimer@redhat.com>
Co-authored-by: Jiangli Zhou <jianglizhou@google.com>
Reviewed-by: dholmes, fweimer, stuefe, rriggs, martin
2019-07-09 10:27:38 -07:00
Jan Lahoda
d24296edf4
8223443: Calling Trees.getScope early changes names of local/anonymous classes
...
Ensure Trees.getScope does not affect the rest of the compilation.
Reviewed-by: mcimadamore
2019-07-09 09:20:04 +02:00
Mikael Vidstedt
2b7170b33c
Merge
2019-07-08 16:20:40 -07:00
Eric Caspole
49bba0212c
Merge
2019-07-08 18:30:09 -04:00
Shravya Rukmannagari
19d1cb63bb
8225626: JMH Test Support for JDK-8222074
...
Micros for new SuperWord optimizations
Reviewed-by: vlivanov, ecaspole
2019-07-08 17:57:33 -04:00
Kim Barrett
b85ebc19e0
8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out
...
Disable ZapUnusedHeapArea and VerifyBeforeExit for gc/arguments tests.
Reviewed-by: tschatzl, tonyp
2019-07-08 17:24:21 -04:00
Aleksey Shipilev
41ff22e552
8227327: Shenandoah: Faster and more parallel tests
...
Reviewed-by: rkennke
2019-07-05 23:31:32 +02:00
Mikael Vidstedt
15bde6d32d
Merge
2019-07-05 11:01:31 -07:00
Claes Redestad
7f1f9a50ae
8225239: Refactor NetworkInterface lookups
...
Reviewed-by: michaelm, dfuchs, chegar
2019-07-05 13:40:29 +02:00
Roman Kennke
d6dd171ece
8227039: Shenandoah: Aggressive heuristics for Traversal mode
...
Reviewed-by: shade
2019-07-05 11:07:09 +02:00
Jan Lahoda
c4213848c0
8227010: Error recovery after local variable redeclaration can be improved
...
Entering duplicate local variables into the current scope so that the new variable is used instead of the previous variable.
Reviewed-by: mcimadamore
2019-07-04 16:51:24 +02:00
Claes Redestad
eddf2cf920
8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be ignored but run
...
Reviewed-by: alanb
2019-07-04 15:00:03 +02:00
Roman Kennke
d4afa4e1c8
8226757: Shenandoah: Make traversal and passive modes explicit
...
Reviewed-by: shade
2019-07-04 14:28: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
Jesper Wilhelmsson
1b8e41bf5b
Merge
2019-06-27 22:03:19 +02:00
Phil Race
f9c491c478
8226783: GTK is not being returned as the System L&F on Gnome
...
Reviewed-by: serb, psadhukhan
2019-06-27 12:55:55 -07:00
Julia Boes
c45f932cc5
8226825: Replace wildcard address with loopback or local host in tests - part 19
...
Replace use of wildcard by the loopback address, or possibly the local host address, wherever possible, to improve test stability.
Reviewed-by: chegar, bpb
2019-06-27 16:12:39 +01:00
Thomas Schatzl
d46d9318c1
8213108: Improve work distribution during remembered set scan
...
Before scanning the heap for roots into the collection set, merge them into a single remembered set (card table) and do work distribution based on location like other collectors do.
Reviewed-by: kbarrett, lkorinth
2019-06-27 11:48:32 +02:00
Jan Lahoda
e81d3fa8c3
8226510: No compilation error when switch expression has no result expressions
...
Ensure a compile-time error is produced when there are no result expressions in an switch expression.
Reviewed-by: vromero
2019-06-27 10:39:27 +02:00
John Jiang
df6fbdb2af
8224650: Add tests to support X25519 and X448 in TLS
...
Reviewed-by: xuelei
2019-06-28 05:29:54 +08:00
Sergey Bylokhov
a66ce2eb45
8134672: [TEST_BUG] Some tests should check isDisplayChangeSupported
...
Reviewed-by: prr
2019-06-26 15:34:13 -07:00
Jesper Wilhelmsson
16548883ec
Merge
2019-06-26 22:16:00 +02:00
Bob Vandette
1a72f29e35
8224764: Create jtreg test for JDK-8222252
...
Reviewed-by: tschatzl
2019-06-26 11:25:51 -04:00
Harold Seigel
b6c6f3ce43
8224137: Analyze and port invocation tests to jtreg and co-locate to jdk repo
...
Add JTReg compatible main programs to run tests for various invoke* instructions
Reviewed-by: lfoltan, coleenp
2019-06-26 09:06:32 -04:00
Kevin Rushforth
064f2d1624
8222563: Remove terminally deprecated method netscape.javascript.JSObject::getWindow
...
Reviewed-by: prr, herrick
2019-06-25 14:27:31 -07:00
Bernard Blaser
0a1d85e5a3
8225644: C1 dumps incorrect class name in ClassCastException message
...
Co-authored-by: Jie Fu <fujie@loongson.cn>
Reviewed-by: vlivanov, bsrbnd
2019-06-25 21:24:37 +02:00
Vicente Romero
b2e7d0367e
8226709: MethodTypeDesc::resolveConstantDesc needs access check per the specification
...
Reviewed-by: mchung, mcimadamore
2019-06-25 18:21:21 -04:00
Calvin Cheung
5c5126f5ee
8226462: [TESTBUG] runtime/appcds/sharedStrings/SysDictCrash.java failed with Cannot dump shared archive
...
Add a CDS log statement in arguments.cpp. The test catches RuntimeException duing dumping and checks if the log statement is in the stdout.
Reviewed-by: iklam, dholmes
2019-06-25 09:41:03 -07:00