hotspot/src/share/vm/prims/jvmtiEnv.cpp
changeset 44093 e22e0d071bf9
parent 44088 fb5421685295
child 44406 a46a6c4d1dd9
child 46338 e84b501fa52e
--- a/hotspot/src/share/vm/prims/jvmtiEnv.cpp	Mon Feb 27 17:36:36 2017 +0100
+++ b/hotspot/src/share/vm/prims/jvmtiEnv.cpp	Thu Mar 02 17:46:59 2017 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2016, 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
@@ -1796,13 +1796,6 @@
     }
   }
 
-  if (initial_object != NULL) {
-    oop init_obj = JNIHandles::resolve_external_guard(initial_object);
-    if (init_obj == NULL) {
-      return JVMTI_ERROR_INVALID_OBJECT;
-    }
-  }
-
   Thread *thread = Thread::current();
   HandleMark hm(thread);
   KlassHandle kh (thread, k_oop);