mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -630,4 +630,8 @@ void CollectedHeap::test_is_in() {
|
|||
assert(!heap->is_in(after_heap),
|
||||
"after_heap: " PTR_FORMAT " is unexpectedly in the heap", p2i(after_heap));
|
||||
}
|
||||
|
||||
void CollectedHeap_test() {
|
||||
CollectedHeap::test_is_in();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue