hotspot/src/share/vm/c1/c1_Canonicalizer.cpp
changeset 13886 8d82c4dfa722
parent 13391 30245956af37
child 13963 e5b53c306fb5
equal deleted inserted replaced
13885:6b056026ecad 13886:8d82c4dfa722
   929 void Canonicalizer::do_RoundFP(RoundFP* x) {}
   929 void Canonicalizer::do_RoundFP(RoundFP* x) {}
   930 void Canonicalizer::do_UnsafeGetRaw(UnsafeGetRaw* x) { if (OptimizeUnsafes) do_UnsafeRawOp(x); }
   930 void Canonicalizer::do_UnsafeGetRaw(UnsafeGetRaw* x) { if (OptimizeUnsafes) do_UnsafeRawOp(x); }
   931 void Canonicalizer::do_UnsafePutRaw(UnsafePutRaw* x) { if (OptimizeUnsafes) do_UnsafeRawOp(x); }
   931 void Canonicalizer::do_UnsafePutRaw(UnsafePutRaw* x) { if (OptimizeUnsafes) do_UnsafeRawOp(x); }
   932 void Canonicalizer::do_UnsafeGetObject(UnsafeGetObject* x) {}
   932 void Canonicalizer::do_UnsafeGetObject(UnsafeGetObject* x) {}
   933 void Canonicalizer::do_UnsafePutObject(UnsafePutObject* x) {}
   933 void Canonicalizer::do_UnsafePutObject(UnsafePutObject* x) {}
       
   934 void Canonicalizer::do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) {}
   934 void Canonicalizer::do_UnsafePrefetchRead (UnsafePrefetchRead*  x) {}
   935 void Canonicalizer::do_UnsafePrefetchRead (UnsafePrefetchRead*  x) {}
   935 void Canonicalizer::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {}
   936 void Canonicalizer::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {}
   936 void Canonicalizer::do_ProfileCall(ProfileCall* x) {}
   937 void Canonicalizer::do_ProfileCall(ProfileCall* x) {}
   937 void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {}
   938 void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {}
   938 void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {}
   939 void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {}