-
Enhancement
-
Resolution: Cannot Reproduce
-
P4
-
None
Noticed that when running various benchmarks, e.g., Octane gbemu, in the presence of many compiler control directives that BasicMatcher::matches may show up prominently in some profiles.
During experiments it appears that on some platforms, Windows in particular, small adjustments to the control flow in that method - specifically to avoid eager lookup of Symbol*'s that won't be used - can have a significant impact.
This issue is possibly part of JDK-8057169
During experiments it appears that on some platforms, Windows in particular, small adjustments to the control flow in that method - specifically to avoid eager lookup of Symbol*'s that won't be used - can have a significant impact.
This issue is possibly part of JDK-8057169
- relates to
-
JDK-8057169 Improve CompilerOracle matchers search
- Open