src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp

changeset 2781
e1162778c1c8
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
     1.1 --- a/src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp	Tue Apr 05 19:14:03 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp	Thu Apr 07 09:53:20 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2011, 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 @@ -34,6 +34,7 @@
    1.11    address generate_math_entry(AbstractInterpreter::MethodKind kind);
    1.12    address generate_empty_entry(void);
    1.13    address generate_accessor_entry(void);
    1.14 +  address generate_Reference_get_entry(void);
    1.15    void lock_method(void);
    1.16    void generate_stack_overflow_check(void);
    1.17  

mercurial