hotspot/src/cpu/sparc/vm/frame_sparc.cpp
changeset 31389 e0688be912e5
parent 26821 ce9f82507dc2
child 35071 a0910b1d3e0d
--- a/hotspot/src/cpu/sparc/vm/frame_sparc.cpp	Tue Jun 23 22:10:33 2015 -0400
+++ b/hotspot/src/cpu/sparc/vm/frame_sparc.cpp	Wed Jun 24 08:30:52 2015 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015, 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
@@ -599,12 +599,6 @@
   return next_younger_sp_or_null(valid_sp, sp) != NULL;
 }
 
-
-bool frame::interpreter_frame_equals_unpacked_fp(intptr_t* fp) {
-  assert(is_interpreted_frame(), "must be interpreter frame");
-  return this->fp() == fp;
-}
-
 bool frame::is_interpreted_frame_valid(JavaThread* thread) const {
 #ifdef CC_INTERP
   // Is there anything to do?