hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 25716 fc9bd7814b10
parent 25715 d5a8dbdc5150
parent 25492 d27050bdfb04
child 26169 b1e1ef66da74
--- a/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Fri Jul 04 11:46:01 2014 +0200
+++ b/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Mon Jul 14 10:15:21 2014 -0400
@@ -1051,6 +1051,7 @@
               n_copy->set_data((intx) (load_klass()));
             } else {
               assert(mirror() != NULL, "klass not set");
+              // Don't need a G1 pre-barrier here since we assert above that data isn't an oop.
               n_copy->set_data(cast_from_oop<intx>(mirror()));
             }