--- a/src/hotspot/share/runtime/handles.cpp Sun Feb 18 13:48:01 2018 -0500
+++ b/src/hotspot/share/runtime/handles.cpp Fri Dec 08 13:47:08 2017 +0100
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -97,10 +97,6 @@
// during GC phase 3, a handle may be a forward pointer that
// is not yet valid, so loosen the assertion
while (bottom < top) {
- // This test can be moved up but for now check every oop.
-
- assert(oopDesc::is_oop(*bottom, true), "handle should point to oop");
-
f->do_oop(bottom++);
}
return handles_visited;