OpenJDK / jdk / jdk
changeset 55877:a5ea1b64dcd7
8228710: Disable AggressiveUnboxing until JDK-8224957 is fixed
Summary: Disabled AggressiveUnboxing.
Reviewed-by: roland, kvn
author | thartmann |
---|---|
date | Tue, 30 Jul 2019 07:22:05 +0200 |
parents | aad50831e169 |
children | 76a82db7181a |
files | src/hotspot/share/opto/c2_globals.hpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/share/opto/c2_globals.hpp Fri Jul 26 16:03:08 2019 +0200 +++ b/src/hotspot/share/opto/c2_globals.hpp Tue Jul 30 07:22:05 2019 +0200 @@ -513,7 +513,7 @@ "Sets max value cached by the java.lang.Integer autobox cache") \ range(0, max_jint) \ \ - experimental(bool, AggressiveUnboxing, true, \ + experimental(bool, AggressiveUnboxing, false, \ "Control optimizations for aggressive boxing elimination") \ \ develop(bool, TracePostallocExpand, false, "Trace expanding nodes after" \