platypusguy / jacobin

A more than minimal JVM written in Go and capable of running Java 21 classes.
http://www.jacobin.org
Mozilla Public License 2.0
683 stars 29 forks source link

JACOBIN-528, JACOBIN-529 #193

Closed texadactyl closed 3 months ago

texadactyl commented 3 months ago

JACOBIN-528: Solve byte case of formatting string output with specifier %x Its a one-line fix in function sprintf of javaLangString.go. See line 527.

JACOBIN-529: Identify class and method of G function in error message.