Skip to content

Commit dfb9af3

Browse files
committed
Add back a uint64_t test
1 parent 6c59e7e commit dfb9af3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/hotspot/gtest/runtime/test_globals.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ TEST_VM(FlagGuard, size_t_flag) {
5757
TEST_FLAG(HeapSizePerGCThread, size_t, 1337);
5858
}
5959

60+
TEST_VM(FlagGuard, uint64_t_flag) {
61+
TEST_FLAG(StringDeduplicationHashSeed, uint64_t, 1337);
62+
}
63+
6064
TEST_VM(FlagGuard, double_flag) {
6165
TEST_FLAG(CompileThresholdScaling, double, 3.141569);
6266
}

0 commit comments

Comments
 (0)