src/hotspot/share/interpreter/interpreterRuntime.cpp
changeset 53547 9d1a788dea3d
parent 52823 f5d0926026ec
child 53746 bdccafc038a2
--- a/src/hotspot/share/interpreter/interpreterRuntime.cpp	Tue Jan 29 14:34:26 2019 +0100
+++ b/src/hotspot/share/interpreter/interpreterRuntime.cpp	Tue Jan 29 14:43:05 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2019, 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
@@ -135,11 +135,6 @@
   frame& get_frame()                             { return _last_frame; }
 };
 
-
-bool InterpreterRuntime::is_breakpoint(JavaThread *thread) {
-  return Bytecodes::code_or_bp_at(LastFrameAccessor(thread).bcp()) == Bytecodes::_breakpoint;
-}
-
 //------------------------------------------------------------------------------------------------------------------------
 // State accessors