hotspot/src/cpu/x86/vm/registerMap_x86.hpp
changeset 33160 c59f1676d27e
parent 7397 5b173b4ca846
--- a/hotspot/src/cpu/x86/vm/registerMap_x86.hpp	Thu Oct 08 10:25:45 2015 +0000
+++ b/hotspot/src/cpu/x86/vm/registerMap_x86.hpp	Thu Oct 08 12:49:30 2015 -1000
@@ -31,11 +31,7 @@
  private:
   // This is the hook for finding a register in an "well-known" location,
   // such as a register block of a predetermined format.
-  // Since there is none, we just return NULL.
-  // See registerMap_sparc.hpp for an example of grabbing registers
-  // from register save areas of a standard layout.
-   address pd_location(VMReg reg) const {return NULL;}
-
+  address pd_location(VMReg reg) const;
   // no PD state to clear or copy:
   void pd_clear() {}
   void pd_initialize() {}