-
Bug
-
Resolution: Fixed
-
P2
-
13
-
b21
x86_32:
/home/buildbot/worker/jdkX-linux/build/test/hotspot/gtest/oops/test_markOop.cpp:52:13: error: 'void assert_not_test_pattern(Handle, const char*)' defined but not used [-Werror=unused-function]
static void assert_not_test_pattern(Handle object, const char* pattern) {
^~~~~~~~~~~~~~~~~~~~~~~
/home/buildbot/worker/jdkX-linux/build/test/hotspot/gtest/oops/test_markOop.cpp:52:13: error: 'void assert_not_test_pattern(Handle, const char*)' defined but not used [-Werror=unused-function]
static void assert_not_test_pattern(Handle object, const char* pattern) {
^~~~~~~~~~~~~~~~~~~~~~~
- relates to
-
JDK-8223534 add back fixed test_markOop.cpp
- Resolved