Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
8259586: ProblemList dll_address_to_function_and_library_name
Browse files Browse the repository at this point in the history
Reviewed-by: hseigel
  • Loading branch information
Daniel D. Daugherty committed Jan 11, 2021
1 parent d9f2134 commit 8dfc77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/gtest/runtime/test_os.cpp
Expand Up @@ -698,7 +698,7 @@ TEST_VM(os, pagesizes_test_print) {
ASSERT_EQ(strcmp(expected, buffer), 0);
}

TEST_VM(os, dll_address_to_function_and_library_name) {
TEST_VM(os, DISABLED_dll_address_to_function_and_library_name) {
char tmp[1024];
char output[1024];
stringStream st(output, sizeof(output));
Expand Down

0 comments on commit 8dfc77b

Please sign in to comment.