equal
deleted
inserted
replaced
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, |