TravaOpenJDK / trava-jdk-11-dcevm

dcevm-11 built on Travis
Apache License 2.0
403 stars 57 forks source link

JRE fatal error #32

Open cdalexndr opened 3 years ago

cdalexndr commented 3 years ago

I'm trying to start gradle bootRun task with different jvm by using:

bootRun{
   executable = 'C:\\Program Files\\Java\\dcevm-11.0.9+1\\bin\\java'

Spring application crashes during initialization.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (./src/hotspot/share/interpreter/interpreterRuntime.cpp:884), pid=8944, tid=13364
#  guarantee((retry_count++ < 100)) failed: Could not resolve to latest version of redefined method
#
# JRE version: OpenJDK Runtime Environment AdoptOpenJDK (11.0.9+1) (build 11.0.9+1-202010241925)
# Java VM: Dynamic Code Evolution 64-Bit Server VM AdoptOpenJDK (11.0.9+1-202010241925, mixed mode, tiered, compressed oops, serial gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
[hs_err_pid8944.log](https://github.com/TravaOpenJDK/trava-jdk-11-dcevm/files/5542472/hs_err_pid8944.log)

# An error report file with more information is saved as:
# C:\Developer\pse\source\backend\server\hs_err_pid8944.log
#
# If you would like to submit a bug report, please visit:
#   https://github.com/AdoptOpenJDK/openjdk-build/issues
#

OpenJDK issue: https://github.com/AdoptOpenJDK/openjdk-support/issues/206

hs_err_pid8944.log

skybber commented 2 years ago

Dou you have the same problem with the last distribution?