OpenJDK / amber / amber
changeset 59252:3c8af950e849
8234863: Increase default value of MaxInlineLevel
Reviewed-by: kvn, neliasso
author | redestad |
---|---|
date | Tue, 10 Dec 2019 14:18:25 +0100 |
parents | 32d978ba562f |
children | 94b120e510d2 |
files | src/hotspot/share/runtime/globals.hpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/share/runtime/globals.hpp Tue Dec 10 13:22:52 2019 +0000 +++ b/src/hotspot/share/runtime/globals.hpp Tue Dec 10 14:18:25 2019 +0100 @@ -1489,7 +1489,7 @@ notproduct(intx, MaxSubklassPrintSize, 4, \ "maximum number of subklasses to print when printing klass") \ \ - product(intx, MaxInlineLevel, 9, \ + product(intx, MaxInlineLevel, 15, \ "maximum number of nested calls that are inlined") \ range(0, max_jint) \ \