src/share/vm/interpreter/templateTable.hpp

changeset 4037
da91efe96a93
parent 3969
1d7922586cf6
child 5987
5ccbab1c69f3
child 6441
d2907f74462e
     1.1 --- a/src/share/vm/interpreter/templateTable.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/share/vm/interpreter/templateTable.hpp	Sat Sep 01 13:25:18 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, 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 @@ -98,7 +98,7 @@
    1.11   public:
    1.12    enum Operation { add, sub, mul, div, rem, _and, _or, _xor, shl, shr, ushr };
    1.13    enum Condition { equal, not_equal, less, less_equal, greater, greater_equal };
    1.14 -  enum CacheByte { f1_byte = 1, f2_byte = 2, f12_oop = 0x12 };  // byte_no codes
    1.15 +  enum CacheByte { f1_byte = 1, f2_byte = 2 };  // byte_no codes
    1.16  
    1.17   private:
    1.18    static bool            _is_initialized;        // true if TemplateTable has been initialized
    1.19 @@ -272,7 +272,6 @@
    1.20    static void _return(TosState state);
    1.21  
    1.22    static void resolve_cache_and_index(int byte_no,       // one of 1,2,11
    1.23 -                                      Register result ,  // either noreg or output for f1/f2
    1.24                                        Register cache,    // output for CP cache
    1.25                                        Register index,    // output for CP index
    1.26                                        size_t index_size); // one of 1,2,4

mercurial