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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 14
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: