hotspot/src/cpu/zero/vm/sharkFrame_zero.hpp
changeset 4448 d6ec2737186c
parent 4013 b154310845de
child 5547 f4b087cbb361
equal deleted inserted replaced
4443:51a0ad4f351a 4448:d6ec2737186c
     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, 2009 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.
    39 // | next_frame         |      high addresses
    39 // | next_frame         |      high addresses
    40 // +--------------------+  ------------------
    40 // +--------------------+  ------------------
    41 // |  ...               |
    41 // |  ...               |
    42 
    42 
    43 class SharkFrame : public ZeroFrame {
    43 class SharkFrame : public ZeroFrame {
    44   friend class SharkFunction;
    44   friend class SharkStack;
    45 
    45 
    46  private:
    46  private:
    47   SharkFrame() : ZeroFrame() {
    47   SharkFrame() : ZeroFrame() {
    48     ShouldNotCallThis();
    48     ShouldNotCallThis();
    49   }
    49   }