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

fix TODO in GatherDiagnosticInfoObserver

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 13
    • 12
    • hotspot
    • b25

        On Aug 23, 2018, at 3:39 PM, Jonathan Gibbons wrote:
        Re: TODO in

        118 @Override
        119 public void startingTestRun(Parameters params) {
        120 // TODO find a better way to get JDKs
        121 InterviewParameters rp = (InterviewParameters) params;
        122 Map<String, String> map = new HashMap<>();
        123 rp.save(map);
        124 compileJdk = map.get("regtest.compilejdk");
        125 testJdk = map.get("regtest.testjdk");
        126 }

        cast to RegressionParameters and use methods on it.

              iignatyev Igor Ignatyev (Inactive)
              iignatyev Igor Ignatyev (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: