jdk-24/hotspot/test/serviceability/dcmd/compiler/control2.txt
Nils Eliasson 0092880b1f 8141424: [Testbug] CompilerDirectivesDCMDTest.java testing flag that is missing in product builds
Test a flag that is in all builds instead

Reviewed-by: roland
2015-11-05 12:37:03 +01:00

23 lines
441 B
Plaintext

[
{
match: "foo/bar.*",
PrintAssembly: false,
c1: {
BreakAtExecute: false,
},
c2: {
inline : "+java/util.*",
BreakAtCompile: true
},
inline : [ "+javax/util.*", "-comx/sun.*"],
PrintAssembly: false,
MaxNodeLimit: 80001
},
{
match: ["baz.*","frob.*"],
inline : [ "+java/util.*", "-com/sun.*" ],
PrintAssembly: false,
BreakAtExecute: false,
}
]