src/cpu/ppc/vm/sharedRuntime_ppc.cpp

changeset 8997
f8a45a60bc6b
parent 8182
e9e252c83b2b
child 9013
18366fa39fe0
     1.1 --- a/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Tue Aug 08 12:02:01 2017 +0100
     1.2 +++ b/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Fri Sep 29 14:30:05 2017 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     1.7   * Copyright 2012, 2014 SAP AG. All rights reserved.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -1193,7 +1193,7 @@
    1.11    // Argument is valid and klass is as expected, continue.
    1.12  
    1.13    // Extract method from inline cache, verified entry point needs it.
    1.14 -  __ ld(R19_method, CompiledICHolder::holder_method_offset(), ic);
    1.15 +  __ ld(R19_method, CompiledICHolder::holder_metadata_offset(), ic);
    1.16    assert(R19_method == ic, "the inline cache register is dead here");
    1.17  
    1.18    __ ld(code, method_(code));

mercurial