Fix accidental fallthrough in scan_weak_pointers()
commita40115dc348fcd89ee855a51993b8f01833c1e05
authorDouglas Katzman <dougk@google.com>
Fri, 26 May 2017 14:18:32 +0000 (26 10:18 -0400)
committerDouglas Katzman <dougk@google.com>
Fri, 26 May 2017 14:18:32 +0000 (26 10:18 -0400)
tree573e1e220ae703f573760368229adf619e0a8f3d
parenta61e05fd2926d8f0c3d4c1eab8f4666a039e2949
Fix accidental fallthrough in scan_weak_pointers()

A weak pointer to an immobile space object in the collected generation
but which survived GC would fail the test for breakability,
reaching the call to lose() even though things were perfectly fine.
src/runtime/gc-common.c