Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8028595

WhiteBox API for stress testing of TieredCompilation

XMLWordPrintable

    • b45

        For develop the stress tests of TieredCompilation, new WhiteBox API are required:
        - lockCompilation(long timeout) / unlockCompilation() : to lock compilation in order to stress queue balancing, counter overflowing
        - deoptimizeFrames() : to deoptimize methods which are on stack
        - testSetUseCodeCacheFlushing(boolean value) : to disable code flushing in order to stress code cache
        - TestSetVMFlag( String name, boolean value ) : get VM final flags vaues

              iignatyev Igor Ignatyev (Inactive)
              iignatyev Igor Ignatyev (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: