Skip to content

Upgrade bytebuddy and ASM#41

Merged
JoeHegarty merged 1 commit intoelectronicarts:masterfrom
coder17934:master
May 26, 2019
Merged

Upgrade bytebuddy and ASM#41
JoeHegarty merged 1 commit intoelectronicarts:masterfrom
coder17934:master

Conversation

@coder17934
Copy link
Contributor

Version 1.2.2 causes the following running on Amazon Corretto 11. The main reason seems to be that ByteBuddy did not support Java 11 until version 1.9.0 (https://github.com/raphw/byte-buddy/blob/master/release-notes.md). As the current version of ByteBuddy is reliant of ASM 7.1 I upgraded that dependency as well.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000107c5ca9b, pid=7729, tid=6659
#
# JRE version: OpenJDK Runtime Environment (11.0.3+7) (build 11.0.3+7-LTS)
# Java VM: OpenJDK 64-Bit Server VM (11.0.3+7-LTS, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# V  [libjvm.dylib+0x65ca9b]  ResolvedMethodTable::add_method(Handle)+0x61
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

@JoeHegarty JoeHegarty added the bug label May 26, 2019
@JoeHegarty JoeHegarty merged commit ed58e1c into electronicarts:master May 26, 2019
@JoeHegarty
Copy link
Member

Thanks for the contribution. I should be able to get this released during the week.

@JoeHegarty
Copy link
Member

JoeHegarty commented May 28, 2019

Released in v1.2.3

@coder17934
Copy link
Contributor Author

Great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants