mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
8147012: Fix includes in internalVMTests.cpp
Reviewed-by: stefank, mgerdin
This commit is contained in:
parent
4651887649
commit
f646b9fac7
18 changed files with 104 additions and 101 deletions
|
@ -2470,4 +2470,8 @@ void ObjectMonitor::verify() {
|
|||
|
||||
void ObjectMonitor::print() {
|
||||
}
|
||||
|
||||
void ObjectMonitor_test() {
|
||||
ObjectMonitor::sanity_checks();
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -3496,4 +3496,8 @@ void VMStructs::test() {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
void VMStructs_test() {
|
||||
VMStructs::test();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue