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

gc/stress/gclocker/TestExcessGCLockerCollections.java does not compile

    XMLWordPrintable

Details

    • gc
    • b31

    Backports

      Description

        As written, compile fails with:

        jtreg/gc/stress/gclocker/TestExcessGCLockerCollections.java:177: error: method createJavaProcessBuilder in class ProcessTools cannot be applied to given types;
                ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
                                                ^
          required: String[]
          found: boolean,ArrayList<String>
          reason: varargs mismatch; boolean cannot be converted to String

        Attachments

          Issue Links

            Activity

              People

                tschatzl Thomas Schatzl
                tschatzl Thomas Schatzl
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: