Commit 56bb82c
committed
fix: dd-smoke-tests needs to use Java 8
ProcessManager uses the `CharBuffer.flip` method, which is
coming from the super class in JDK 8 so its signature is
`()Ljava.nio.Buffer`, but since JDK9 `CharBuffer` overrides
it, in the bytecode the signatures becomes `()Ljava.nio.CharBuffer`.
This code fails when running with testJvm=8.1 parent 06af548 commit 56bb82c
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
12 | 21 | | |
13 | 22 | | |
14 | 23 | | |
| |||
0 commit comments