diff src/cpu/sparc/vm/jniFastGetField_sparc.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 3e8fbc61cee8
children f0c2369fda5a
line wrap: on
line diff
--- a/src/cpu/sparc/vm/jniFastGetField_sparc.cpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/src/cpu/sparc/vm/jniFastGetField_sparc.cpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,8 +22,12 @@
  *
  */
 
-# include "incls/_precompiled.incl"
-# include "incls/_jniFastGetField_sparc.cpp.incl"
+#include "precompiled.hpp"
+#include "assembler_sparc.inline.hpp"
+#include "memory/resourceArea.hpp"
+#include "prims/jniFastGetField.hpp"
+#include "prims/jvm_misc.hpp"
+#include "runtime/safepoint.hpp"
 
 // TSO ensures that loads are blocking and ordered with respect to
 // to earlier loads, so we don't need LoadLoad membars.