hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp
changeset 38074 8475fdc6dcc3
parent 22849 b8670e920530
equal deleted inserted replaced
38071:cdc19fb67395 38074:8475fdc6dcc3
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2007, 2008, 2011 Red Hat, Inc.
     3  * Copyright 2007, 2008, 2011 Red Hat, Inc.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    41   inline void set_locals(intptr_t* new_locals) {
    41   inline void set_locals(intptr_t* new_locals) {
    42     _locals = new_locals;
    42     _locals = new_locals;
    43   }
    43   }
    44   inline void set_method(Method* new_method) {
    44   inline void set_method(Method* new_method) {
    45     _method = new_method;
    45     _method = new_method;
       
    46   }
       
    47   inline void set_mirror(oop new_mirror) {
       
    48     _mirror = new_mirror;
    46   }
    49   }
    47   inline interpreterState self_link() {
    50   inline interpreterState self_link() {
    48     return _self_link;
    51     return _self_link;
    49   }
    52   }
    50   inline void set_self_link(interpreterState new_self_link) {
    53   inline void set_self_link(interpreterState new_self_link) {