[lworld] RFR: 8263441: [lworld] TestUnloadedInlineTypeField fails due to unexpected compilation level

Tobias Hartmann thartmann at openjdk.java.net
Tue Mar 30 14:05:41 UTC 2021


Some of the unit tests trigger frequent recompilation that may lead to test failures because the `PerMethodRecompilationCutoff` is reached for the test method. The fix is to disable `PerMethodRecompilationCutoff` and `PerBytecodeRecompilationCutoff`.

Best regards,
Tobias

-------------

Commit messages:
 - 8263441: [lworld] TestUnloadedInlineTypeField fails due to unexpected compilation level

Changes: https://git.openjdk.java.net/valhalla/pull/374/files
 Webrev: https://webrevs.openjdk.java.net/?repo=valhalla&pr=374&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8263441
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/valhalla/pull/374.diff
  Fetch: git fetch https://git.openjdk.java.net/valhalla pull/374/head:pull/374

PR: https://git.openjdk.java.net/valhalla/pull/374



More information about the valhalla-dev mailing list