diff src/share/vm/interpreter/bytecodeStream.cpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents e9ff18c4ace7
children 8012aa3ccede
line wrap: on
line diff
--- a/src/share/vm/interpreter/bytecodeStream.cpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/src/share/vm/interpreter/bytecodeStream.cpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,8 +22,9 @@
  *
  */
 
-# include "incls/_precompiled.incl"
-# include "incls/_bytecodeStream.cpp.incl"
+#include "precompiled.hpp"
+#include "interpreter/bytecodeStream.hpp"
+#include "interpreter/bytecodes.hpp"
 
 Bytecodes::Code RawBytecodeStream::raw_next_special(Bytecodes::Code code) {
   assert(!is_last_bytecode(), "should have been checked");