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

@ -121,7 +121,6 @@
template(PrintCompileQueue) \
template(PrintClassHierarchy) \
template(ThreadSuspend) \
template(CTWThreshold) \
template(ThreadsSuspendJVMTI) \
template(ICBufferFull) \
template(ScavengeMonitors) \
@ -272,12 +271,6 @@ class VM_ThreadSuspend: public VM_ForceSafepoint {
VMOp_Type type() const { return VMOp_ThreadSuspend; }
};
// empty vm op, when forcing a safepoint due to ctw threshold is reached for the sweeper
class VM_CTWThreshold: public VM_ForceSafepoint {
public:
VMOp_Type type() const { return VMOp_CTWThreshold; }
};
// empty vm op, when forcing a safepoint to suspend threads from jvmti
class VM_ThreadsSuspendJVMTI: public VM_ForceSafepoint {
public: