src/share/vm/runtime/rframe.cpp

changeset 2314
f95d63e2154a
parent 2103
3e8fbc61cee8
child 2497
3582bf76420e
     1.1 --- a/src/share/vm/runtime/rframe.cpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/runtime/rframe.cpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,9 +22,15 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -# include "incls/_precompiled.incl"
     1.8 +#include "precompiled.hpp"
     1.9 +#include "interpreter/interpreter.hpp"
    1.10 +#include "oops/oop.inline.hpp"
    1.11 +#include "oops/symbolOop.hpp"
    1.12 +#include "runtime/frame.inline.hpp"
    1.13 +#include "runtime/rframe.hpp"
    1.14 +#include "runtime/vframe.hpp"
    1.15 +#include "runtime/vframe_hp.hpp"
    1.16  
    1.17 -#include "incls/_rframe.cpp.incl"
    1.18  
    1.19  static RFrame*const  noCaller    = (RFrame*) 0x1;               // no caller (i.e., initial frame)
    1.20  static RFrame*const  noCallerYet = (RFrame*) 0x0;               // caller not yet computed

mercurial