OpenJDK / zgc / zgc
changeset 53695:17539619efe6
8216423: Remove FillDelaySlots
Reviewed-by: thartmann
author | redestad |
---|---|
date | Wed, 09 Jan 2019 17:40:12 +0100 |
parents | ae803dd58dbe |
children | eda4c6456efb |
files | src/hotspot/share/runtime/globals.hpp |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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") \ \