Skip to content

Commit

Permalink
jvm: fix memory pool stats registration (#1160)
Browse files Browse the repository at this point in the history
When I added the condition for ensuring we were still registering
memory pools, I missed dropping the short-circuit return, so we
accidentally dropped these.
  • Loading branch information
DanielThomas authored Sep 18, 2024
1 parent 6c60028 commit a4e2f17
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public static void registerStandardMXBeans(Registry registry) {
return t;
});
JavaFlightRecorder.monitorDefaultEvents(registry, executor);
return;
} else {
monitorClassLoadingMXBean(registry);
monitorThreadMXBean(registry);
Expand Down

0 comments on commit a4e2f17

Please sign in to comment.