Skip to content

Commit 0cf8281

Browse files
committedMay 6, 2020
8241086: Test runtime/NMT/HugeArenaTracking.java is failing on 32bit Windows
Reviewed-by: stuefe
1 parent d2e6339 commit 0cf8281

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/hotspot/jtreg/runtime/NMT/HugeArenaTracking.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, Red Hat, Inc. All rights reserved.
2+
* Copyright (c) 2019, 2020, Red Hat, Inc. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,7 @@
2626
* @test
2727
* @key nmt jcmd randomness
2828
* @library /test/lib
29+
* @requires vm.bits == 64
2930
* @modules java.base/jdk.internal.misc
3031
* java.management
3132
* @build sun.hotspot.WhiteBox

0 commit comments

Comments
 (0)
Please sign in to comment.