Skip to content

Commit

Permalink
Merge pull request #2712 from Ailloviee/GC_ConstantDynamic
Browse files Browse the repository at this point in the history
Fix toggling nextSlot value in ConstantPoolObjectSlotIterator.hpp
  • Loading branch information
dmitripivkine authored Aug 28, 2018
2 parents 7aa44d5 + 294445d commit 9f3671c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/gc_structs/ConstantPoolObjectSlotIterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class GC_ConstantPoolObjectSlotIterator
case condy_slot_exception:
result = &(((J9RAMConstantDynamicRef *) slotPtr)->exception);
_condySlotState = condy_slot_value;
*nextSlot = true;
break;
default:
Assert_MM_unreachable();
Expand Down

0 comments on commit 9f3671c

Please sign in to comment.