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

Make BlockHound tests run on Java 13 #9742

Merged
merged 1 commit into from Nov 1, 2019

Conversation

bsideup
Copy link
Contributor

@bsideup bsideup commented Oct 31, 2019

Motivation:

Java 13 requires special flags to be set to make BlockHound work

Modifications:

  • Added jdk13 profile to transport-blockhound-tests
  • Enabled -XX:+AllowRedefinitionToAddDeleteMethods on jdk13

Result:

The tests work on Java 13, #9738 is fixed

Motivation:
Java 13 requires special flags to be set to make BlockHound work

Modifications:
- Added jdk13 profile to `transport-blockhound-tests`
- Enabled `-XX:+AllowRedefinitionToAddDeleteMethods` on jdk13

Result:
The tests work on Java 13
@normanmaurer
Copy link
Member

@netty-bot test this please

@netty-bot
Copy link

Can one of the admins verify this patch?

@normanmaurer normanmaurer added this to the 4.1.44.Final milestone Nov 1, 2019
@normanmaurer normanmaurer merged commit 369e667 into netty:4.1 Nov 1, 2019
normanmaurer pushed a commit that referenced this pull request Nov 1, 2019
Motivation:
Java 13 requires special flags to be set to make BlockHound work

Modifications:
- Added jdk13 profile to `transport-blockhound-tests`
- Enabled `-XX:+AllowRedefinitionToAddDeleteMethods` on jdk13

Result:
The tests work on Java 13
@normanmaurer
Copy link
Member

@bsideup thanks a lot

@bsideup bsideup deleted the jdk13_compatible_blockhound_tests branch November 1, 2019 08:08
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

Successfully merging this pull request may close these issues.

None yet

3 participants