Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903373

Add ability to customize test execution using main wrapper plugin

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • None
    • tools
    • None

      The jtreg run tests in separate thread. It was proven that it is useful to allow to run tests in virtual thread instead of j.l.Thread as a stress test in project Loom.

      This fix is intended to allow to implement custom Main Wrapper which allow user to control execution by implementing CustomMainWrapper interface.

      Currently, it is allowed to add additional JVM options and implement
      Thread createThread(ThreadGroup tg, Runnable task);
      to customize execution of task.

            lmesnik Leonid Mesnik
            lmesnik Leonid Mesnik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: