--- old/src/hotspot/share/runtime/stackValue.hpp 2020-07-12 22:24:42.495387502 +0200 +++ new/src/hotspot/share/runtime/stackValue.hpp 2020-07-12 22:24:42.079386709 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -75,7 +75,6 @@ void set_obj(Handle value) { assert(type() == T_OBJECT, "type check"); - _integer_value = 0; _handle_value = value; }