netty5/buffer/src
Norman Maurer 90ea3ec9f6
Adjust tests to be able to build / test when using IBM J9 / OpenJ9 (#8900)
Motivation:

We should run a CI job using J9 to ensure netty also works when using different JVMs.

Modifications:

- Adjust PooledByteBufAllocatorTest to be able to complete faster when using a JVM which takes longer when joining Threads (this seems to be the case with J9).
- Skip UDT tests on J9 as UDT is not supported there.

Result:

Be able to run CI against J9.
2019-03-01 06:47:56 +01:00
..
main/java/io/netty/buffer Further reduce ensureAccessible() overhead (#8895) 2019-02-28 20:40:41 +01:00
test/java/io/netty/buffer Adjust tests to be able to build / test when using IBM J9 / OpenJ9 (#8900) 2019-03-01 06:47:56 +01:00