mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8135068: Extract method matchers from CompilerOracle
Ecapsulate code to enable reuse Reviewed-by: roland, kvn
This commit is contained in:
parent
ff77d8762c
commit
5ca8983920
17 changed files with 1072 additions and 523 deletions
|
@ -46,7 +46,7 @@ public class CompilerConfigFileWarning {
|
|||
pb = ProcessTools.createJavaProcessBuilder("-XX:CompileCommandFile=hs_comp.txt", "-version");
|
||||
output = new OutputAnalyzer(pb.start());
|
||||
output.shouldContain("CompileCommand: unrecognized command");
|
||||
output.shouldContain("aaa aaa");
|
||||
output.shouldContain("aaa, aaa");
|
||||
|
||||
// Skip on debug builds since we'll always read the file there
|
||||
if (!Platform.isDebugBuild()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue