Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
/ jdk21 Public archive

Commit

Permalink
8311536: JFR TestNativeMemoryUsageEvents fails in huge pages configur…
Browse files Browse the repository at this point in the history
…ation

Reviewed-by: egahlin
Backport-of: 6895debf66debd2d9df066b228e24eba0fc7a2a6
  • Loading branch information
Markus Grönlund committed Jul 13, 2023
1 parent 99d87e9 commit 2475bba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
* @library /test/lib
* @modules jdk.jfr
* jdk.management
* @run main/othervm -XX:NativeMemoryTracking=summary -Xms16m -Xmx128m -Xlog:gc jdk.jfr.event.runtime.TestNativeMemoryUsageEvents true
* @run main/othervm -XX:NativeMemoryTracking=off -Xms16m -Xmx128m -Xlog:gc jdk.jfr.event.runtime.TestNativeMemoryUsageEvents false
* @run main/othervm -XX:NativeMemoryTracking=summary -Xms16m -Xmx128m -XX:-UseLargePages -Xlog:gc jdk.jfr.event.runtime.TestNativeMemoryUsageEvents true
* @run main/othervm -XX:NativeMemoryTracking=off -Xms16m -Xmx128m -XX:-UseLargePages -Xlog:gc jdk.jfr.event.runtime.TestNativeMemoryUsageEvents false
*/
public class TestNativeMemoryUsageEvents {
private final static String UsageTotalEvent = EventNames.NativeMemoryUsageTotal;
Expand Down

1 comment on commit 2475bba

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.