summaryrefslogtreecommitdiff
path: root/src/gc/sample/gcenv.ee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/sample/gcenv.ee.cpp')
-rw-r--r--src/gc/sample/gcenv.ee.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gc/sample/gcenv.ee.cpp b/src/gc/sample/gcenv.ee.cpp
index 0f7dca1d98..fa6efbf2d6 100644
--- a/src/gc/sample/gcenv.ee.cpp
+++ b/src/gc/sample/gcenv.ee.cpp
@@ -286,6 +286,11 @@ bool GCToEEInterface::EagerFinalized(Object* obj)
return false;
}
+MethodTable* GCToEEInterface::GetFreeObjectMethodTable()
+{
+ return g_pFreeObjectMethodTable;
+}
+
bool IsGCSpecialThread()
{
// TODO: Implement for background GC