[TESTBUG] runtime/cds/appcds/sharedStrings/FlagCombo.java fails to compile without jfr

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 14
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • b23

      * Reproduce
      ```
      bash configure --with-jvm-features=-jfr ...
      make test TEST="runtime/cds/appcds/sharedStrings/FlagCombo.java"
      ```

      * Symptom
      ```
      jdk/test/hotspot/jtreg/runtime/cds/appcds/JarBuilder.java:41: error: package sun.tools.jar is not visible
      import sun.tools.jar.Main;
                      ^
        (package sun.tools.jar is declared in module jdk.jartool, which does not export it)
      1 error

      TEST RESULT: Failed. Compilation failed: Compilation failed
      ```

      The root cause of the failure is under investigation.

            Assignee:
            Jie Fu
            Reporter:
            Jie Fu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: