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

[Testbug] compiler control test failed with RuntimeException: CompileCommand: nonexistent missing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • b92

        ---------------- stdout ----------------
        20571:
        Value error on line 2 byte 10: Method pattern error: Could not parse method pattern
          At '"<pool/sub/Klass$Internal>/*)method*",'.
          match: "<pool/sub/Klass$Internal>/*)method*",
          c1: {
            Exclude: true
          }
        }]
        Internal error on line 6 byte 1: Directive missing required match.
          At '}]'.
        }]
        Parsing of compiler directives failed
        Could not load file: jcmd_directives.json

        ---------------- stderr ----------------

        ----------------------------------------

        ----------System.err:(32/1845)----------
         stdout: [CompileCommand: inline *Klass.*
        CompileCommand: unrecognized command
          "nonexistent,{pool/sub/Klass}*,* (I[Ljava/lang/String;Ljava/lang/Integer;[B[[D)V"

        Usage: '-XX:CompileCommand=command,"package/Class.method()"'
        Use: '-XX:CompileCommand=help' for more information.

        INFO: Client connection port = 60692
        ];
         stderr: []
         exitValue = 0

        java.lang.RuntimeException: 'CompileCommand: nonexistent {pool/sub/Klass}*.*(I[Ljava/lang/String;Ljava/lang/Integer;[B[[D)V' missing from stdout/stderr

        at jdk.test.lib.OutputAnalyzer.shouldContain(OutputAnalyzer.java:134)
        at compiler.compilercontrol.share.processors.CommandProcessor.accept(CommandProcessor.java:51)
        at compiler.compilercontrol.share.processors.CommandProcessor.accept(CommandProcessor.java:37)
        at compiler.compilercontrol.share.scenario.Scenario.execute(Scenario.java:141)
        at compiler.compilercontrol.share.MultiCommand.test(MultiCommand.java:80)
        at compiler.compilercontrol.mixed.RandomCommandsTest.main(RandomCommandsTest.java:42)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:520)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
        at java.lang.Thread.run(Thread.java:747)

              ppunegov Pavel Punegov
              dlong Dean Long
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: