diff -r 9f75dc382445 -r 4e325f8b50ce src/hotspot/share/runtime/vmOperations.hpp --- a/src/hotspot/share/runtime/vmOperations.hpp Tue Jan 29 10:23:38 2019 +0100 +++ b/src/hotspot/share/runtime/vmOperations.hpp Tue Jan 29 10:23:38 2019 +0100 @@ -68,7 +68,9 @@ template(G1CollectForAllocation) \ template(G1CollectFull) \ template(G1Concurrent) \ - template(ZOperation) \ + template(ZMarkStart) \ + template(ZMarkEnd) \ + template(ZRelocateStart) \ template(HandshakeOneThread) \ template(HandshakeAllThreads) \ template(HandshakeFallback) \