src/hotspot/cpu/zero/frame_zero.hpp
changeset 49480 d7df2dd501ce
parent 47687 fb290fd1f9d4
child 53244 9807daeb47c4
equal deleted inserted replaced
49479:5865398439d4 49480:d7df2dd501ce
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
     3  * Copyright 2007, 2008, 2009, 2010 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
    73   void zero_print_on_error(int           index,
    73   void zero_print_on_error(int           index,
    74                            outputStream* st,
    74                            outputStream* st,
    75                            char*         buf,
    75                            char*         buf,
    76                            int           buflen) const;
    76                            int           buflen) const;
    77 
    77 
       
    78   static jint interpreter_frame_expression_stack_direction() { return -1; }
       
    79 
    78 #endif // CPU_ZERO_VM_FRAME_ZERO_HPP
    80 #endif // CPU_ZERO_VM_FRAME_ZERO_HPP