Coleen Phillimore
1186d8203b
8227123: Assertion failure when setting SymbolTableSize larger than 2^17 (131,072)
...
Increase max size for SymbolTable and fix experimental option range. Fix option range test to include experimental options.
Reviewed-by: jiangli, dholmes, hseigel, gziemski
2019-07-30 09:56:18 -04:00
Valerie Peng
c720219beb
8228668: compiler/codegen/aes/TestAESMain.java failed with GCM mode must be used with NoPadding
...
Updated test to use NoPadding as default if the mode is one of GCM, CTR and CTS
Reviewed-by: xuelei
2019-07-29 20:18:43 +00:00
Mikael Vidstedt
895db11053
Merge
2019-07-29 09:59:04 -07:00
Martin Doerr
70fb85adc5
8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime
...
Check JvmtiExport::_field_access_count != 0 at runtime
Reviewed-by: dholmes, eosterlund, bulasevich
2019-07-29 18:22:55 +02:00
Coleen Phillimore
1ed3649f48
8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
...
Add top level cds directory and adjust test groups
Reviewed-by: mseledtsov, ccheung
2019-07-29 10:34:20 -04:00
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
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
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
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
Coleen Phillimore
221da20713
8228485: JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
...
Add case for JVM_CONSTANT_Dynamic in error_message function.
Reviewed-by: dholmes, shade
2019-07-24 10:22:11 -04:00
Thomas Schatzl
5e48c76e81
8228388: Add information about dirty/skipped card for Merge HCC in G1 log
...
Collect and print informatio about the number of processed cards during the Merge HCC phase to improve log output.
Reviewed-by: kbarrett, sangheki
2019-07-24 11:49:39 +02:00
Mikhailo Seledtsov
94c38c4cc1
8227122: [TESTBUG] Create Docker sidecar test cases
...
Created test cases for container sidecar pattern
Reviewed-by: bobv, sgehwolf
2019-07-23 11:36:05 -07:00
Mikael Vidstedt
f73a94a772
Merge
2019-07-23 11:17:59 -07:00
Severin Gehwolf
5732fe95a6
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
Antonios Printezis
c0f6ce7c54
8227179: Test for new gc+metaspace=info output format
...
Reviewed-by: tschatzl, kbarrett
2019-07-19 12:39:31 -04:00
Vladimir Ivanov
242bd67c6c
8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
...
Reviewed-by: eosterlund, dholmes, mdoerr, dpochepk
2019-07-19 16:25:04 +03:00
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
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
Yasumasa Suenaga
2870c9d55e
8225690: Multiple AttachListener threads can be created
...
Reviewed-by: sspitsyn, cjplummer
2019-07-16 07:29:12 +09: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
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
Nils Eliasson
019b9891d7
8226536: Catch OOM from deopt that fails rematerializing objects
...
Reviewed-by: vlivanov, thartmann
2019-07-10 18:48:05 +02: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
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
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
Mikael Vidstedt
2b7170b33c
Merge
2019-07-08 16:20:40 -07: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
Roman Kennke
d6dd171ece
8227039: Shenandoah: Aggressive heuristics for Traversal mode
...
Reviewed-by: shade
2019-07-05 11:07:09 +02:00
Roman Kennke
d4afa4e1c8
8226757: Shenandoah: Make traversal and passive modes explicit
...
Reviewed-by: shade
2019-07-04 14:28:31 +02: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
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
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
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
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
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