File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 1997, 2023 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 1997, 2024 , Oracle and/or its affiliates. All rights reserved.
33 * Copyright (c) 2014, Red Hat Inc. All rights reserved.
44 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55 *
@@ -195,7 +195,7 @@ inline bool frame::equal(frame other) const {
195195 && unextended_sp () == other.unextended_sp ()
196196 && fp () == other.fp ()
197197 && pc () == other.pc ();
198- assert (!ret || ret && cb () == other.cb () && _deopt_state == other._deopt_state , " inconsistent construction" );
198+ assert (!ret || ( cb () == other.cb () && _deopt_state == other._deopt_state ) , " inconsistent construction" );
199199 return ret;
200200}
201201
You can’t perform that action at this time.
0 commit comments