mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
Merge
This commit is contained in:
commit
a12d6f7a1e
87 changed files with 3620 additions and 2668 deletions
|
@ -3799,10 +3799,6 @@ jint Arguments::apply_ergo() {
|
|||
AlwaysIncrementalInline = false;
|
||||
}
|
||||
#endif
|
||||
if (IncrementalInline && FLAG_IS_DEFAULT(MaxNodeLimit)) {
|
||||
// incremental inlining: bump MaxNodeLimit
|
||||
FLAG_SET_DEFAULT(MaxNodeLimit, (intx)75000);
|
||||
}
|
||||
if (!UseTypeSpeculation && FLAG_IS_DEFAULT(TypeProfileLevel)) {
|
||||
// nothing to use the profiling, turn if off
|
||||
FLAG_SET_DEFAULT(TypeProfileLevel, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue