Crash with "assert(number_of_codes <= 256) failed: too many bytecodes"
Tobias Hartmann
tobias.hartmann at oracle.com
Thu Jul 27 16:02:06 UTC 2017
On 27.07.2017 17:59, Maurizio Cimadamore wrote:
> Nope - I ran with product build
Okay, that's the problem then. Asserts are only enabled in (fast)debug builds. I would recommend running these tests after any HotSpot changes:
$JPRT submit -email tobias.hartmann at oracle.com -stree . -noqa -ot '.*x64.*' -testset hotspot
And for some additional coverage:
$JPRT submit -email tobias.hartmann at oracle.com -stree . -noqa -ot '.*x64.*' -testset core -otests '.*jdk_lang.*'
Best regards,
Tobias
More information about the valhalla-dev
mailing list