/socket-lambda-jit-crash

Primary LanguageJavaCreative Commons Zero v1.0 UniversalCC0-1.0

Description

This is a reduced test case of when Netty, Java 8 lambdas, Java agents, and Windows meet to have a crash.

Steps to reproduce

Clone the repo, and then execute on any java 8 version prior to 8u40:

$ gradlew.bat agentJar
$ java -javaagent:build/libs/agent.jar -jar build/libs/agent.jar

A sample error report is available in this repo.