mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8323058: Revisit j.l.classfile.CodeBuilder API surface
Reviewed-by: briangoetz, psandoz
This commit is contained in:
parent
286cbf831c
commit
ae82405ff7
53 changed files with 725 additions and 876 deletions
|
@ -83,8 +83,8 @@ class NativeMethodPrefixAgent {
|
|||
byte[] newcf = Instrumentor.instrFor(classfileBuffer)
|
||||
.addNativeMethodTrackingInjection(
|
||||
"wrapped_" + trname + "_", (name, h) -> {
|
||||
h.constantInstruction(name);
|
||||
h.constantInstruction(transformId);
|
||||
h.loadConstant(name);
|
||||
h.loadConstant(transformId);
|
||||
h.invokestatic(
|
||||
CD_StringIdCallbackReporter,
|
||||
"tracker",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue