-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
area/java-agenthelp wantedWe need contributions on thisWe need contributions on thisstatus/has-workaroundThis has a known workaround describedThis has a known workaround described
Description
OpenJDK 12.0.1 with even Kotlin 1.3.40-eap-67 works fine. However, using OpenJDK 13 build 23 I get the following exception:
Exception in thread "main" java.lang.RuntimeException: java.lang.UnsupportedOperationException: class redefinition failed: attempted to add a method
at reactor.blockhound.BlockHound$Builder.install(BlockHound.java:264)
at reactor.blockhound.BlockHound.install(BlockHound.java:64)
at de.hska.kunde.ApplicationKt.main(Application.kt:51)
Caused by: java.lang.UnsupportedOperationException: class redefinition failed: attempted to add a method
at java.instrument/sun.instrument.InstrumentationImpl.retransformClasses0(Native Method)
at java.instrument/sun.instrument.InstrumentationImpl.retransformClasses(InstrumentationImpl.java:167)
at reactor.blockhound.BlockHound$Builder.instrument(BlockHound.java:273)
at reactor.blockhound.BlockHound$Builder.install(BlockHound.java:261)
... 2 more
ArjanSchouten, Zaky7, millems, almogtavor, rangan-dutta and 5 more
Metadata
Metadata
Assignees
Labels
area/java-agenthelp wantedWe need contributions on thisWe need contributions on thisstatus/has-workaroundThis has a known workaround describedThis has a known workaround described