Alex Menkov
|
2a1e9be6c2
|
8256364: vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002 failed with "assert(handle != __null) failed: JNI handle should not be null"
Reviewed-by: cjplummer, sspitsyn
|
2020-11-24 17:49:55 +00:00 |
|
Guoxiong Li
|
5fedb69e66
|
8250888: nsk/jvmti/scenarios/general_functions/GF08/gf08t001/TestDriver.java fails
Reviewed-by: cjplummer, sspitsyn
|
2020-11-20 07:02:48 +00:00 |
|
Coleen Phillimore
|
ba721f5f2f
|
8212879: Make JVMTI TagMap table concurrent
Co-authored-by: Kim Barrett <kbarrett@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Reviewed-by: stefank, ihse, zgu, eosterlund, sspitsyn, kbarrett
|
2020-11-19 14:30:02 +00:00 |
|
Stefan Karlsson
|
6a69e304dd
|
8256337: ap01t001.cpp, 67: Received unexpected number of ObjectFree events: 7
Reviewed-by: coleenp, sspitsyn
|
2020-11-16 07:58:40 +00:00 |
|
Markus Grönlund
|
e10b53853a
|
8243962: Various JVM TI tests time out using JFR on Windows
Reviewed-by: sspitsyn, cjplummer
|
2020-10-19 09:18:40 +00:00 |
|
Stefan Karlsson
|
672f56695e
|
8254874: ZGC: JNIHandleBlock verification failure in stack watermark processing
Reviewed-by: tschatzl, cjplummer, sspitsyn, pliden
|
2020-10-19 07:22:29 +00:00 |
|
Vladimir Kempik
|
c7f0064062
|
8253899: Make IsClassUnloadingEnabled signature match specification
Reviewed-by: sspitsyn, dholmes
|
2020-10-12 13:16:28 +00:00 |
|
Igor Ignatyev
|
ca0e014e60
|
8252003: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jvmti
Reviewed-by: cjplummer, sspitsyn
|
2020-09-30 21:37:12 +00:00 |
|
Igor Ignatyev
|
b27e717c56
|
8249034: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jvmti tests
Reviewed-by: sspitsyn
|
2020-07-15 11:33:43 -07:00 |
|
Igor Ignatyev
|
d29e5b72f0
|
8243435: use reproducible random in :vmTestbase_nsk_jvmti
Reviewed-by: sspitsyn, cjplummer
|
2020-05-01 16:22:20 -07:00 |
|
Igor Ignatyev
|
70e632d5ec
|
8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests
Reviewed-by: dholmes, stefank
|
2020-04-28 19:57:02 -07:00 |
|
Coleen Phillimore
|
d1d57d9446
|
8173658: JvmtiExport::post_class_unload() is broken for non-JavaThread initiators
Call extension ClassUnload event as a deferred event from the ServiceThread and remove unsafe arguments
Reviewed-by: sspitsyn, dholmes
|
2019-12-02 09:02:17 -05:00 |
|
Leo Korinth
|
1fc67ab002
|
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
Reviewed-by: kbarrett, tschatzl, erikj, coleenp, dholmes
|
2019-11-13 11:37:29 +01:00 |
|
Claes Redestad
|
574263a884
|
8232613: Move Object.registerNatives into HotSpot
Reviewed-by: dholmes, adinn, coleenp, lfoltan, mchung
|
2019-10-24 09:57:29 +02:00 |
|
David Holmes
|
8b42387ea6
|
8227563: jvmti/scenarios/contention/TC05/tc05t001 fails due to "ERROR: tc05t001.cpp, 278: (waitedThreadCpuTime - waitThreadCpuTime) < (EXPECTED_ACCURACY * 1000000)"
Reviewed-by: amenkov, cjplummer, sspitsyn
|
2019-09-05 18:39:22 -04:00 |
|
Jean Christophe Beyler
|
b036071125
|
8229036: Remove the testing against NSK_TRUE from tests
Remove the testing against NSK_TRUE from tests
Reviewed-by: sspitsyn, cjplummer
|
2019-08-08 04:29:56 -07:00 |
|
Jean Christophe Beyler
|
76b7c9a0ce
|
8228998: Remove the testing against NSK_FALSE from tests
Remove the testing against NSK_FALSE from tests
Reviewed-by: cjplummer, sspitsyn
|
2019-08-02 11:24:59 -07: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 |
|
Serguei Spitsyn
|
8cf8442085
|
8226595: jvmti/scenarios/contention/TC04/tc04t001/TestDescription.java still fails due to wrong number of MonitorContendedEntered events
Fix one more sync issue in the test
Reviewed-by: dcubed, amenkov
|
2019-06-22 14:35:57 -07:00 |
|
Serguei Spitsyn
|
fc6de2505d
|
8224555: vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/TestDescription.java failed
Improve synchronization in the test
Reviewed-by: dcubed, amenkov
|
2019-06-21 18:20:49 -07:00 |
|
Serguei Spitsyn
|
fc6b87472c
|
8223736: jvmti/scenarios/contention/TC04/tc04t001/TestDescription.java fails due to wrong number of MonitorContendedEntered events
Fix the synchronization issue in the test
Reviewed-by: cjplummer, dcubed, amenkov
|
2019-06-20 23:12:12 -07:00 |
|
Jean Christophe Beyler
|
68ae1e7965
|
8223044: Add back exception checking in tests
Add exception checking to previously modified tests
Reviewed-by: sspitsyn, cjplummer
|
2019-05-07 07:43:41 -07:00 |
|
Jean Christophe Beyler
|
fd3378a73e
|
8213501: Deploy ExceptionJniWrapper for a few tests
Add more tests to be using the wrapper
Reviewed-by: phh, amenkov, sspitsyn, dholmes, cjplummer
|
2019-04-23 08:11:38 -07:00 |
|
Daniil Titov
|
6d77c76cf2
|
8218727: vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/TestDescription.java crash in native library
Reviewed-by: sspitsyn, gadams
|
2019-03-28 04:26:36 +00:00 |
|
Daniil Titov
|
ac7f4635e1
|
8218167: nsk/jvmti/scenarios/sampling/SP02/sp02t003 fails
Reviewed-by: dlong, cjplummer
|
2019-03-05 13:41:35 -08:00 |
|
Jean Christophe Beyler
|
6029814c30
|
8212824: Remove unnecessary spaces before/after comparison in vmTestbase
Remove extra spaces around comparisons
Reviewed-by: phh, amenkov
|
2019-01-14 15:40:22 -08:00 |
|
David Holmes
|
cb960e9a30
|
8217618: JVM TI SuspendThread doesn't suspend the current thread before returning
Reviewed-by: dcubed, sspitsyn, dlong
|
2019-01-27 20:48:27 -05:00 |
|
Gary Adams
|
cc65367331
|
8051349: nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails in nightly
Reviewed-by: dholmes, sspitsyn, cjplummer, jcbeyler
|
2018-12-18 07:33:07 -05:00 |
|
Jean Christophe Beyler
|
019bd7cf2b
|
8215160: Normalize spaces for remaining vmTestbase tests
Add spaces where needed
Reviewed-by: sspitsyn, amenkov
|
2018-12-11 12:45:38 -08:00 |
|
Jean Christophe Beyler
|
a16d122b07
|
8215161: Normalize spaces for vmTestbase/[a-j]
Added spaces around comparators
Reviewed-by: amenkov, sspitsyn, martin
|
2018-12-11 10:29:30 -08:00 |
|
Roman Kennke
|
8b62a2ee9d
|
8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
Co-authored-by: Christine Flood <chf@redhat.com>
Co-authored-by: Aleksey Shipilev <shade@redhat.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Zhenygu Gu <zgu@redhat.com>
Co-authored-by: Andrew Haley <aph@redhat.com>
Co-authored-by: Andrew Dinn <adinn@redhat.com>
Co-authored-by: Mario Torre <mtorre@redhat.com>
Reviewed-by: kvn, roland, shade, coleenp, lmesnik, pliden, jgeorge, ihse, erikj
|
2018-12-10 15:47:44 +01:00 |
|
Jean Christophe Beyler
|
54dda86a98
|
8214502: Add space after/before {} in remaining vmTestbase tests
Added spaces around the {}
Reviewed-by: dholmes, sspitsyn
|
2018-12-03 19:47:37 -08:00 |
|
Simon Tooke
|
710ecce7f7
|
8214108: [TESTBUG] Incorrect Function parameter lists in vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001
Reviewed-by: gadams, sspitsyn
|
2018-11-22 11:15:53 +01:00 |
|
Jean Christophe Beyler
|
937fe3be82
|
8214149: Move out assignments when not using NSK*VERIFY macros
Move out the assignments from ifs
Reviewed-by: sspitsyn, cjplummer
|
2018-11-21 10:46:45 -08:00 |
|
Jean Christophe Beyler
|
1d340e454c
|
8212939: Add space after if/while/for/switch and parenthesis
Add spaces where needed
Reviewed-by: cjplummer, sspitsyn
|
2018-11-12 13:13:00 -08:00 |
|
Gary Adams
|
bb0212400f
|
8213245: Restoring nsk/jvmti/scenarios/hotswap tests from ProblemList.txt
Reviewed-by: jcbeyler, cjplummer, amenkov
|
2018-11-01 11:42:59 -04:00 |
|
Jean Christophe Beyler
|
589b596bec
|
8212884: Remove the assignments in ifs for vmTestbase/[a-s]
Extract assignments from if statements in vmTestbase
Reviewed-by: cjplummer, sspitsyn
|
2018-10-25 14:23:26 -07:00 |
|
Jean Christophe Beyler
|
be312edc2a
|
8212770: Remove spaces before/after () for vmTestbase/jvmti/[s-u]
Remove spaces before/after ()
Reviewed-by: amenkov, cjplummer
|
2018-10-25 08:18:42 -07:00 |
|
Jean Christophe Beyler
|
e6d66056ab
|
8212535: Remove spaces before/after () for vmTestbase/[a-j]*
Remove white spaces from tests
Reviewed-by: amenkov, cjplummer, phh, sspitsyn
|
2018-10-22 19:31:41 -07:00 |
|
Jean Christophe Beyler
|
d63acb557c
|
8211899: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[E-M]
Remove the NSK_CPP_STUB macros from tests
Reviewed-by: amenkov, phh, sspitsyn
|
2018-10-17 21:28:11 -07:00 |
|
Jean Christophe Beyler
|
e431f6a418
|
8212082: Remove the NSK_CPP_STUB macros for remaining vmTestbase/jvmti/[sS]*
Remove NSK_CPP_STUB macros from the tests
Reviewed-by: amenkov, phh
|
2018-10-14 19:07:34 -07:00 |
|
Jean Christophe Beyler
|
efa175f20e
|
8211801: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[A-E]
Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, sspitsyn
|
2018-10-10 11:20:21 -07:00 |
|
Jean Christophe Beyler
|
11da699d9e
|
8211905: Remove multiple casts for EM06 file
Remove multiple casts for EM06 file
Reviewed-by: sspitsyn, cjplummer
|
2018-10-09 13:22:19 -07:00 |
|
Gary Adams
|
7b7315dbed
|
8201603: MonitorContendedEnter failure in nsk/jvmti/scenarios/contention/TC02/tc02t001
Reviewed-by: cjplummer
|
2018-10-08 14:57:07 -04:00 |
|
Jean Christophe Beyler
|
61f453edf7
|
8211782: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[I-S]*
Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, sspitsyn
|
2018-10-08 19:44:44 -07:00 |
|
Gary Adams
|
40d81d4bcc
|
8036026: nsk/jvmti/scenarios/capability/CM02/cm02t001 fails intermittently
Reviewed-by: cjplummer, dcubed
|
2018-10-08 07:18:40 -04:00 |
|
Gary Adams
|
c0fd523c05
|
8210984: [TESTBUG] hs203t003 fails with "# ERROR: hs203t003.cpp, 218: NSK_CPP_STUB2 ( ResumeThread, jvmti, thread)"
Reviewed-by: cjplummer, jcbeyler
|
2018-09-27 07:33:13 -04:00 |
|
Jean Christophe Beyler
|
64099fc1cc
|
8210689: Remove the multi-line old C style for string literals
Remove the multi-line old C style and prefer C++ multi-line
Reviewed-by: amenkov, cjplummer
|
2018-09-25 09:34:51 -07:00 |
|
Jean Christophe Beyler
|
510336c210
|
8210481: Remove #ifdef cplusplus from vmTestbase
Remove all cplusplus ifdefs from vmTestbase
Reviewed-by: dholmes, iignatyev, cjplummer, sspitsyn
|
2018-09-17 19:36:09 -07:00 |
|
Jean Christophe Beyler
|
85b57de9ce
|
8210665: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[R-U] tests
Remove JNI_ENV and JVMTI_ENV macros from jvmti/[R-U] tests
Reviewed-by: cjplummer, sspitsyn
|
2018-09-13 13:03:50 -07:00 |
|