On a UBSAN enabled build on macosx-arch64, the gc/arguments/TestHeapFreeRatio.java test fails with this error:
runtime/arguments.cpp:2428:23: runtime error: 2.14748e+11 is outside the range of representable values of type 'int'
#0 0x107673304 in Arguments::parse_each_vm_init_arg(JavaVMInitArgs const*, JVMFlagOrigin) arguments.cpp:2428
runtime/arguments.cpp:2428:23: runtime error: 2.14748e+11 is outside the range of representable values of type 'int'
#0 0x107673304 in Arguments::parse_each_vm_init_arg(JavaVMInitArgs const*, JVMFlagOrigin) arguments.cpp:2428
- duplicates
-
JDK-8353468 [ubsan] arguments.cpp:2422:23: runtime error: 2.14748e+11 is outside the range of representable values of type 'int'
-
- In Progress
-