mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8213814: build error in jtreg test jvmti/GetLocalVariable
Fix the build error by restoring the macro definitions for missed functions Reviewed-by: dcubed
This commit is contained in:
parent
d32fed965b
commit
a8a34764b2
@ -89,6 +89,9 @@ DECL_TEST_FUNC(object, Object);
|
||||
|
||||
DECL_TEST_INV_SLOT_FUNC(int, Int);
|
||||
DECL_TEST_INV_SLOT_FUNC(float, Float);
|
||||
DECL_TEST_INV_SLOT_FUNC(long, Long);
|
||||
DECL_TEST_INV_SLOT_FUNC(double, Double);
|
||||
DECL_TEST_INV_SLOT_FUNC(object, Object);
|
||||
|
||||
DECL_TEST_TYPE_MISMATCH_FUNC(int, Int);
|
||||
DECL_TEST_TYPE_MISMATCH_FUNC(float, Float);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user