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

Fix JUnit compilation error

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1
    • 9
    • 9
    • deploy
    • None
    • b15

    Backports

      Description

        make test on OSX now fails with:
            [javac] /Users/daved/Development/jdk9-client/deploy/test/shared/sun/tests/helpers/SecurityHelpers.java:23: error: cannot find symbol
            [javac] import com.sun.deploy.security.ruleset.DRSParts;
            [javac] ^
            [javac] symbol: class DRSParts
            [javac] location: package com.sun.deploy.security.ruleset
            [javac] /Users/daved/Development/jdk9-client/deploy/test/shared/sun/tests/helpers/SecurityHelpers.java:60: error: cannot find symbol
            [javac] drsHelper = new DRSHelper(DRSParts.TOP + DRSParts.BOT);
            [javac] ^
            [javac] symbol: variable DRSParts
            [javac] location: class SecurityHelpers
            [javac] /Users/daved/Development/jdk9-client/deploy/test/shared/sun/tests/helpers/SecurityHelpers.java:60: error: cannot find symbol
            [javac] drsHelper = new DRSHelper(DRSParts.TOP + DRSParts.BOT);
            [javac] ^
            [javac] symbol: variable DRSParts
            [javac] location: class SecurityHelpers

        Attachments

          Issue Links

            Activity

              People

                dtitov Daniil Titov (Inactive)
                dtitov Daniil Titov (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: