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:
Serguei Spitsyn 2018-11-13 13:42:39 -08:00
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);