Spurious printout from shenandoah/jdk10
Lennart Börjeson
lennart.borjeson at cinnober.com
Mon May 7 08:11:39 UTC 2018
In the current shenandoah/jdk10, there seems to be a debug printout left in src/hotspot/share/utilities/bitMap.cpp, in the method void BitMap::copy_from(BitMap& other, idx_t start_bit, idx_t end_bit), on line 708:
tty->print_cr("suffix: "SIZE_FORMAT, end_bit);
When running Shenandoah, this shows up in my log as, e.g.:
[...]
suffix: 2146916816
suffix: 2146916815
suffix: 2146916814
[...]
Best regards,
/Lennart Börjeson
More information about the shenandoah-dev
mailing list