--- old/test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/libGetLocalVars.cpp 2018-11-13 13:26:29.667749232 -0800 +++ new/test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/libGetLocalVars.cpp 2018-11-13 13:26:29.237708946 -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);