author | redestad |
Wed, 09 Jan 2019 17:40:12 +0100 | |
changeset 53210 | 17539619efe6 |
parent 53209 | ae803dd58dbe |
child 53211 | eda4c6456efb |
--- a/src/hotspot/share/runtime/globals.hpp Wed Jan 09 12:09:20 2019 -0500 +++ b/src/hotspot/share/runtime/globals.hpp Wed Jan 09 17:40:12 2019 +0100 @@ -1330,9 +1330,6 @@ 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") \ \