Skip to content

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, mseledtsov
  • Loading branch information
Markus Grönlund committed Jul 13, 2023
1 parent bb5278d commit 6895deb
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 6895deb

@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.