hotspot/src/cpu/zero/vm/fakeStubFrame_zero.hpp
changeset 5335 4319cb12ddfe
parent 4013 b154310845de
child 5547 f4b087cbb361
equal deleted inserted replaced
5333:bb01e3adecb4 5335:4319cb12ddfe
     1 /*
     1 /*
     2  * Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
     3  * Copyright 2008 Red Hat, Inc.
     3  * Copyright 2008, 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
     8  * published by the Free Software Foundation.
     8  * published by the Free Software Foundation.
    40   enum Layout {
    40   enum Layout {
    41     header_words = jf_header_words
    41     header_words = jf_header_words
    42   };
    42   };
    43 
    43 
    44  public:
    44  public:
    45   static FakeStubFrame *build(ZeroStack* stack);
    45   static FakeStubFrame *build(TRAPS);
    46 
    46 
    47  public:
    47  public:
    48   void identify_word(int   frame_index,
    48   void identify_word(int   frame_index,
    49                      int   offset,
    49                      int   offset,
    50                      char* fieldbuf,
    50                      char* fieldbuf,