Print this page
rev 2161 : [mq]: initial-intrinsification-changes
rev 2163 : [mq]: client_assertion_fauilure

Split Close
Expand all
Collapse all
          --- old/src/cpu/zero/vm/interpreterGenerator_zero.hpp
          +++ new/src/cpu/zero/vm/interpreterGenerator_zero.hpp
   1    1  /*
   2      - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
        2 + * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
   3    3   * Copyright 2007 Red Hat, Inc.
   4    4   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5    5   *
   6    6   * This code is free software; you can redistribute it and/or modify it
   7    7   * under the terms of the GNU General Public License version 2 only, as
   8    8   * published by the Free Software Foundation.
   9    9   *
  10   10   * This code is distributed in the hope that it will be useful, but WITHOUT
  11   11   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12   12   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
↓ open down ↓ 17 lines elided ↑ open up ↑
  30   30    //
  31   31    friend class AbstractInterpreterGenerator;
  32   32  
  33   33   private:
  34   34    address generate_normal_entry(bool synchronized);
  35   35    address generate_native_entry(bool synchronized);
  36   36    address generate_abstract_entry();
  37   37    address generate_math_entry(AbstractInterpreter::MethodKind kind);
  38   38    address generate_empty_entry();
  39   39    address generate_accessor_entry();
       40 +  address generate_Reference_get_entry();
  40   41    address generate_method_handle_entry();
  41   42  
  42   43  #endif // CPU_ZERO_VM_INTERPRETERGENERATOR_ZERO_HPP
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX