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

[leyden] compiler/compilercontrol/commands/OptionTest.java fails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • repo-leyden
    • repo-leyden
    • hotspot
    • None

      Happens in current Leyden prototype:

      % CONF=macosx-aarch64-server-fastdebug make images test TEST=compiler/compilercontrol/commands/OptionTest.java

      Output and diagnostic info for process 83982 was saved into 'pid-83982-output.log'
      STDERR:
       stdout: [CompileCommand: An error occurred during parsing
      Error: Missing type 'ccstrlist' before option 'ControlIntrinsic'
      Line: 'option,package/class,ccstrlist,ControlIntrinsic,+_getClass'

      Usage: '-XX:CompileCommand=<option>,<method pattern>' - to set boolean option to true
      Usage: '-XX:CompileCommand=<option>,<method pattern>,<value>'
      Use: '-XX:CompileCommand=help' for more information and to list all option.

      ];
       stderr: [Error: Could not create the Java Virtual Machine.
      Error: A fatal exception has occurred. Program will exit.
      ]
       exitValue = 1

      java.lang.RuntimeException: 'Error: Did not specify any method name' missing from stdout/stderr
      at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:253)
      at compiler.compilercontrol.commands.OptionTest.main(OptionTest.java:43)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
      at java.base/java.lang.reflect.Method.invoke(Method.java:565)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
      at java.base/java.lang.Thread.run(Thread.java:1447)

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: