-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b92
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8143469 | emb-9 | Pavel Punegov | P3 | Resolved | Fixed | team |
---------------- 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)
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)
- backported by
-
JDK-8143469 [Testbug] compiler control test failed with RuntimeException: CompileCommand: nonexistent missing
-
- Resolved
-