hotspot/src/share/vm/gc/g1/g1SATBCardTableModRefBS.cpp
changeset 34615 8635e4864846
parent 33792 2bae5bf9e431
child 35061 be6025ebffea
--- a/hotspot/src/share/vm/gc/g1/g1SATBCardTableModRefBS.cpp	Sun Nov 29 15:08:40 2015 +0100
+++ b/hotspot/src/share/vm/gc/g1/g1SATBCardTableModRefBS.cpp	Fri Nov 27 13:39:45 2015 +0100
@@ -85,11 +85,6 @@
     return false;
   }
 
-  if  (val == g1_young_gen) {
-    // the card is for a young gen region. We don't need to keep track of all pointers into young
-    return false;
-  }
-
   // Cached bit can be installed either on a clean card or on a claimed card.
   jbyte new_val = val;
   if (val == clean_card_val()) {