mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
17 lines
336 B
Text
17 lines
336 B
Text
[
|
|
{
|
|
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,
|
|
}
|
|
]
|