JDK-8075273 : MHs.GWT methods can be marked as non-compilable due to deopt count profile pollution
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-03-16
  • Updated: 2015-03-16
  • Resolved: 2015-03-16
Related Reports
Duplicate :  
Description
Since MHs.GWT are heavily shared, -XX:PerBytecodeRecompilationCutoff= and -XX:PerMethodRecompilationCutoff= can be reached. It makes method non-compilable and peak performance falls from the cliff (since the method is never inlined and always interpreted).

It happens very rarely.