From 11ff09b63bb93d7bec521c02dd62cdf3774e179b Mon Sep 17 00:00:00 2001 From: Boris Ulasevich Date: Thu, 19 Jul 2018 21:46:52 +0300 Subject: [PATCH] 8207584: ARM32: ShouldNotReachHere assertion on Test8168712 jtreg test Reviewed-by: shade --- src/hotspot/cpu/arm/sharedRuntime_arm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/cpu/arm/sharedRuntime_arm.cpp b/src/hotspot/cpu/arm/sharedRuntime_arm.cpp index cdf27391943..7922682f9eb 100644 --- a/src/hotspot/cpu/arm/sharedRuntime_arm.cpp +++ b/src/hotspot/cpu/arm/sharedRuntime_arm.cpp @@ -513,6 +513,7 @@ int SharedRuntime::c_calling_convention(const BasicType *sig_bt, case T_ARRAY: case T_OBJECT: case T_ADDRESS: + case T_METADATA: #ifndef __ABI_HARD__ case T_FLOAT: #endif // !__ABI_HARD__