Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135665 | emb-9 | Yumin Qi | P4 | Resolved | Fixed | team |
LogTouchedMethods causes the template interpreter to generate profiling code even
if no compiler is used. If TieredCompilation is off, code containing an assertion
that UseCompiler is set, is reached.
This assertion exists on the sparc and ppc platforms.
Fix:
Check for LogTouchedMethods in the assertion.
Also added testcase with -XX:-TieredCompilation.
if no compiler is used. If TieredCompilation is off, code containing an assertion
that UseCompiler is set, is reached.
This assertion exists on the sparc and ppc platforms.
Fix:
Check for LogTouchedMethods in the assertion.
Also added testcase with -XX:-TieredCompilation.
- backported by
-
JDK-8135665 LogTouchedMethods (8025692) asserts if TieredCompilation is off.
-
- Resolved
-
- relates to
-
JDK-8025692 Log what methods are touched at run-time
-
- Resolved
-