mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
8021770: BackEdgeThreshold option is no longer used and should be removed
The BackEdgeThreshold option is removed because it is no longer used. Reviewed-by: twisti, kvn, cjplummer
This commit is contained in:
parent
c780be1a3a
commit
5938d3d5b9
8 changed files with 1 additions and 11 deletions
|
@ -40,7 +40,6 @@ define_pd_global(bool, ProfileTraps, false);
|
|||
define_pd_global(bool, UseOnStackReplacement, true );
|
||||
define_pd_global(bool, TieredCompilation, false);
|
||||
define_pd_global(intx, CompileThreshold, 1000 ); // Design center runs on 1.3.1
|
||||
define_pd_global(intx, BackEdgeThreshold, 100000);
|
||||
|
||||
define_pd_global(intx, OnStackReplacePercentage, 1400 );
|
||||
define_pd_global(bool, UseTLAB, true );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue