Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restores Java8 tests.
  • Loading branch information
Piotr P. Karwasz committed Nov 10, 2019
commit bd2e6f9094084468596e6ca3c72a22e315d4814a
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ enum DirectBufferConstructorType
mGetAddress = directByteBufferClass.getDeclaredMethod("address");
mGetAddress.setAccessible(true);

if (MessageBuffer.javaVersion >= 8) {
if (MessageBuffer.javaVersion >= 9) {
setupCleanerJava9(direct);
}
else {
Expand Down