Harold Seigel
|
db0ca2b9d4
|
8261161: Clean up warnings in hotspot/jtreg/vmTestbase tests
Reviewed-by: lfoltan, coleenp
|
2021-02-08 13:19:40 +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 |
|
Mikael Vidstedt
|
1f5e21a16e
|
Merge
|
2020-07-15 21:24:39 -07: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 |
|
Leonid Mesnik
|
590de670a9
|
8242891: vmTestbase/nsk/jvmti/ test should be fixed to fail early if JVMTI function return error
Reviewed-by: sspitsyn, cjplummer
|
2020-07-14 14:31:14 -07:00 |
|
Serguei Spitsyn
|
0a1737ca97
|
8169467: GetLocalInstance returns JVMTI_ERROR_TYPE_MISMATCH (rather than JVMTI_ERROR_INVALID_SLOT) on static method
Add necessary check to GetLocalInstance implementation
Reviewed-by: amenkov, cjplummer
|
2019-11-22 10:07:21 +00: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 |
|
Matthias Baesken
|
4dececb589
|
8226943: compile error in libfollowref003.cpp with XCode 10.2 on macosx
Reviewed-by: sspitsyn
|
2019-06-28 13:16:11 +02:00 |
|
Serguei Spitsyn
|
110ead8bea
|
8223718: Checks in check_slot_type_no_lvt() should be always executed
Call check_slot_type_no_lvt() even if the LVT is present
Reviewed-by: kvn, gadams, amenkov
|
2019-05-30 15:55:16 -07: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 |
|
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 |
|
Daniil Titov
|
cbaebf738e
|
8214572: [Graal] nsk/jvmti/unit/ForceEarlyReturn/earlyretbase should not suspend the thread when the top frame executes JVMCI code
Reviewed-by: sspitsyn, dholmes, jcbeyler
|
2018-12-04 21:13:45 -08: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 |
|
Serguei Spitsyn
|
bf16c3a479
|
8080406: VM_GetOrSetLocal doesn't check local slot type against requested type
Provide possible type checks when LVT is absent
Reviewed-by: jcbeyler, cjplummer
|
2018-11-08 00:07:48 -08: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
|
db6696837e
|
8212771: Remove remaining spaces before/after () for vmTestbase
Remove spaces around ()
Reviewed-by: phh, sspitsyn
|
2018-10-23 09:43:16 -07:00 |
|
Jean Christophe Beyler
|
a623db2148
|
8212148: Remove remaining NSK_CPP_STUBs
Remove remaining macros
Reviewed-by: amenkov, phh, iignatyev
|
2018-10-22 12:43:15 -07:00 |
|
Jean Christophe Beyler
|
bdf78f557a
|
8210700: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti/unit tests
Remove JNI_ENV macros from the remaining vmTestbase tests
Reviewed-by: amenkov, sspitsyn, dholmes, cjplummer
|
2018-09-17 19:48:35 -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 |
|
Ioi Lam
|
3c135ae705
|
8210194: [TESTBUG] jvmti_FollowRefObjects.cpp missing initializer for member _jvmtiHeapCallbacks::heap_reference_callback
Reviewed-by: sspitsyn, iignatyev
|
2018-08-30 08:01:13 -07:00 |
|
Igor Ignatyev
|
8c47dc4a94
|
8209611: use C++ compiler for hotspot tests
Reviewed-by: vlivanov, ihse, erikj, jcbeyler
|
2018-08-28 14:37:34 -07:00 |
|
Daniil Titov
|
f1553a5f0f
|
8202342: [Graal] fromTonga/nsk/jvmti/unit/FollowReferences/followref003/TestDescription.java fails with "Location mismatch" errors
Reviewed-by: sspitsyn, amenkov
|
2018-08-22 08:31:15 -07:00 |
|
Boris Ulasevich
|
44d8adb43f
|
8204961: JVMTI jtreg tests build warnings on 32-bit platforms
Reviewed-by: sspitsyn, dholmes
|
2018-06-18 20:50:23 -04:00 |
|
Daniil Titov
|
de66432d4a
|
8203802: Jvmti test fails to build with VS2017
Reviewed-by: sspitsyn, erikj
|
2018-05-30 08:59:56 -07:00 |
|
Igor Ignatyev
|
59ac4c2629
|
8199383: [TESTBUG] Open source VM testbase JVMTI tests
Reviewed-by: sspitsyn, erikj
|
2018-05-24 17:12:15 -07:00 |
|