# HG changeset patch # User sspitsyn # Date 1542145359 28800 # Node ID 4608107a90ef25be585cebae0ccb7ca2b0cc24fb # Parent 2a223aded0ec00eff0be9daf7826c67b20711106 8213814: build error in jtreg test jvmti/GetLocalVariable Summary: fix the build error by restoring the macro definitions for missed functions Reviewed-by: dcubed diff -r 2a223aded0ec -r 4608107a90ef test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/libGetLocalVars.cpp --- a/test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/libGetLocalVars.cpp Tue Nov 13 12:52:37 2018 -0800 +++ b/test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/libGetLocalVars.cpp Tue Nov 13 13:42:39 2018 -0800 @@ -89,6 +89,9 @@ 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);