Created attachment 1963296 [details] hs_err Description of problem: Sporadically, calling java.util.GregorianCalendar.computeTime() leads to a crash. Disassembly of the compiled method is included in the attached hs_err file. Version-Release number of selected component (if applicable): Red Hat Enterprise Linux release 8.7 (Ootpa) openjdk version "11.0.19" 2023-04-18 LTS OpenJDK Runtime Environment (Red_Hat-11.0.19.0.7-1.el8_7) (build 11.0.19+7-LTS) OpenJDK 64-Bit Server VM (Red_Hat-11.0.19.0.7-1.el8_7) (build 11.0.19+7-LTS, mixed mode, sharing) How reproducible: It happens sporadically in a proprietary application. We were not able to reproduce the problem in an isolated environment. Steps to Reproduce: n/a Actual results: duplicated predicate failed which is impossible SIGSEGV Expected results: No crash. Additional info: n/a
Coredump is available on request (not posted as it contains sensitive data).
Could you please try with this JVM option (disabling c2 compile of computeTime) and tell us if that works for you, please? -XX:CompileCommand=exclude,java.util.GregorianCalendar::computeTime