mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8334031: Generated JfrNativeSettings seems off
Reviewed-by: egahlin
This commit is contained in:
parent
b0efd77402
commit
da0ffa8b7f
@ -668,7 +668,7 @@ public class GenerateJfrFiles {
|
||||
out.write(" // add named struct members also.");
|
||||
out.write(" struct {");
|
||||
out.write(" jfrNativeEventSetting pad[NUMBER_OF_RESERVED_EVENTS];");
|
||||
for (TypeElement t : metadata.getEventsAndStructs()) {
|
||||
for (TypeElement t : metadata.getEvents()) {
|
||||
out.write(" jfrNativeEventSetting " + t.name + ";");
|
||||
}
|
||||
out.write(" } ev;");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user