hotspot/src/share/vm/oops/methodData.hpp
changeset 25714 87fa6860b5ae
parent 24934 43a6fc13b7d4
child 26440 0c9e5ee0083a
--- a/hotspot/src/share/vm/oops/methodData.hpp	Wed Jul 16 15:04:36 2014 -0700
+++ b/hotspot/src/share/vm/oops/methodData.hpp	Thu Jul 17 15:45:46 2014 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -2338,10 +2338,6 @@
     return dp - ((address)_data);
   }
 
-  address di_to_dp(int di) {
-    return (address)data_layout_at(di);
-  }
-
   // bci to di/dp conversion.
   address bci_to_dp(int bci);
   int bci_to_di(int bci) {