src/cpu/x86/vm/sharedRuntime_x86_32.cpp

changeset 8997
f8a45a60bc6b
parent 8877
f04097176542
child 9041
95a08233f46c
child 9669
32bc598624bd
     1.1 --- a/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Tue Aug 08 12:02:01 2017 +0100
     1.2 +++ b/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Fri Sep 29 14:30:05 2017 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -955,7 +955,7 @@
    1.11      Label missed;
    1.12      __ movptr(temp, Address(receiver, oopDesc::klass_offset_in_bytes()));
    1.13      __ cmpptr(temp, Address(holder, CompiledICHolder::holder_klass_offset()));
    1.14 -    __ movptr(rbx, Address(holder, CompiledICHolder::holder_method_offset()));
    1.15 +    __ movptr(rbx, Address(holder, CompiledICHolder::holder_metadata_offset()));
    1.16      __ jcc(Assembler::notEqual, missed);
    1.17      // Method might have been compiled since the call site was patched to
    1.18      // interpreted if that is the case treat it as a miss so we can get

mercurial