diff -r e27564cd10e3 -r 08a5148e7c4e src/hotspot/cpu/x86/c1_FrameMap_x86.cpp --- a/src/hotspot/cpu/x86/c1_FrameMap_x86.cpp Mon Sep 23 14:39:11 2019 -0400 +++ b/src/hotspot/cpu/x86/c1_FrameMap_x86.cpp Mon Sep 23 14:49:04 2019 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -50,7 +50,7 @@ #else opr = as_long_opr(reg2, reg); #endif // _LP64 - } else if (type == T_OBJECT || type == T_ARRAY) { + } else if (is_reference_type(type)) { opr = as_oop_opr(reg); } else if (type == T_METADATA) { opr = as_metadata_opr(reg);