hotspot/src/cpu/zero/vm/frame_zero.cpp
changeset 25714 87fa6860b5ae
parent 22234 da823d78ad65
child 26821 ce9f82507dc2
equal deleted inserted replaced
25713:e2ed3bec8c2c 25714:87fa6860b5ae
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
     3  * Copyright 2007, 2008, 2009, 2010, 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
   117 bool frame::safe_for_sender(JavaThread *thread) {
   117 bool frame::safe_for_sender(JavaThread *thread) {
   118   ShouldNotCallThis();
   118   ShouldNotCallThis();
   119   return false;
   119   return false;
   120 }
   120 }
   121 
   121 
   122 void frame::pd_gc_epilog() {
       
   123 }
       
   124 
       
   125 bool frame::is_interpreted_frame_valid(JavaThread *thread) const {
   122 bool frame::is_interpreted_frame_valid(JavaThread *thread) const {
   126   ShouldNotCallThis();
   123   ShouldNotCallThis();
   127   return false;
   124   return false;
   128 }
   125 }
   129 
   126