JDK 18 |
---|
18Resolved |
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
All GCs (Serial, Parallel, G1, Shenandoah, Z) are effected; 15-20% regression for different GCs. ``` java -Xms4g -Xmx4g -jar dacapo-9.12-MR1-bach.jar h2 -s huge -t 1 -n 1 ``` Example of output using G1: Before ===== DaCapo 9.12-MR1 h2 PASSED in 124958 msec ===== After ===== DaCapo 9.12-MR1 h2 PASSED in 151726 msec ===== So far the regression is observed only on Intel, but not on AMD. More testing shows that this regression is only for single thread. If I use more threads (e.g. -t 2), the regression seems to go away.
|