From a047d8532b982183d06f438dd638080ed4045db2 Mon Sep 17 00:00:00 2001 From: Claes Redestad Date: Wed, 9 Jan 2019 17:40:12 +0100 Subject: [PATCH] 8216423: Remove FillDelaySlots Reviewed-by: thartmann --- src/hotspot/share/runtime/globals.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hotspot/share/runtime/globals.hpp b/src/hotspot/share/runtime/globals.hpp index 5ec103542ee..fd8f9cbf4ff 100644 --- a/src/hotspot/share/runtime/globals.hpp +++ b/src/hotspot/share/runtime/globals.hpp @@ -1330,9 +1330,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G); develop(bool, TypeProfileCasts, true, \ "treat casts like calls for purposes of type profiling") \ \ - develop(bool, FillDelaySlots, true, \ - "Fill delay slots (on SPARC only)") \ - \ develop(bool, TimeLivenessAnalysis, false, \ "Time computation of bytecode liveness analysis") \ \