8217921: Runtime dead code removal

Reviewed-by: coleenp, sgehwolf, dholmes
This commit is contained in:
Claes Redestad 2019-01-29 14:43:05 +01:00
parent 6a9f775041
commit d589fa875d
32 changed files with 9 additions and 255 deletions

View file

@ -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 @@ public:
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