Is there any hard limit on the JVM flags to control escape analysis?
问题 I've been trying to understand JVM escape analyis recently. I tried a lot of combination of the JVM options according to this nice answer. My question is that is there any hard limit on thoses option values? Like FreqInlineSize , MaxInlineLevel . JVM wouldn't take it seriously when I set the options to some ridiculous value, like -XX:FreqInlineSize=65535 will it? Actually, I tried that. But jvm didn't complain about it. So I really cannot tell. If there is some hard limit, what would that be?