jdk-24/hotspot/test/serviceability/dcmd/compiler/control1.txt
Nils Eliasson 5a5faf94bf 8137167: JEP165: Compiler Control: Implementation task
Compiler Control JEP

Reviewed-by: roland, twisti, zmajo, simonis
2015-10-20 18:07:28 +02:00

18 lines
336 B
Plaintext

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