src/share/vm/c1/c1_Runtime1.hpp

changeset 2103
3e8fbc61cee8
parent 2036
126ea7725993
child 2138
d5d065957597
     1.1 --- a/src/share/vm/c1/c1_Runtime1.hpp	Mon Aug 23 09:09:36 2010 -0700
     1.2 +++ b/src/share/vm/c1/c1_Runtime1.hpp	Wed Aug 25 05:27:54 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2007, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2010, 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 @@ -155,7 +155,7 @@
    1.11  
    1.12    // stubs
    1.13    static CodeBlob* blob_for (StubID id);
    1.14 -  static address   entry_for(StubID id)          { return blob_for(id)->instructions_begin(); }
    1.15 +  static address   entry_for(StubID id)          { return blob_for(id)->code_begin(); }
    1.16    static const char* name_for (StubID id);
    1.17    static const char* name_for_address(address entry);
    1.18  

mercurial