hotspot/src/share/vm/oops/generateOopMap.cpp
changeset 15799 6aa92f9debd2
parent 13728 882756847a04
child 16374 634539171c19
--- a/hotspot/src/share/vm/oops/generateOopMap.cpp	Fri Feb 22 10:03:02 2013 +0100
+++ b/hotspot/src/share/vm/oops/generateOopMap.cpp	Fri Feb 22 08:36:42 2013 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, 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
@@ -1853,7 +1853,6 @@
   if (tag.is_klass() ||
       tag.is_unresolved_klass() ||
       tag.is_string() ||
-      tag.is_object() ||
       tag.is_method_handle() ||
       tag.is_method_type()) {
     assert(bt == T_OBJECT, "Guard is incorrect");