Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JRE fatal error #32

Open
cdalexndr opened this issue Nov 15, 2020 · 1 comment
Open

JRE fatal error #32

cdalexndr opened this issue Nov 15, 2020 · 1 comment

Comments

@cdalexndr
Copy link

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: adoptium/adoptium-support#206

hs_err_pid8944.log

@skybber
Copy link
Contributor

skybber commented Apr 29, 2022

Dou you have the same problem with the last distribution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants