8336375: Crash on paste to JShell
Reviewed-by: jvernee
This commit is contained in:
parent
3babffd400
commit
b9b0b8504e
@ -236,7 +236,7 @@ final class Kernel32 {
|
||||
MethodHandle mh$ = requireNonNull(ScrollConsoleScreenBufferW$MH, "ScrollConsoleScreenBuffer");
|
||||
try {
|
||||
return (int)
|
||||
mh$.invokeExact(hConsoleOutput, lpScrollRectangle, lpClipRectangle, dwDestinationOrigin, lpFill);
|
||||
mh$.invokeExact(hConsoleOutput, lpScrollRectangle.seg, lpClipRectangle.seg, dwDestinationOrigin.seg, lpFill.seg);
|
||||
} catch (Throwable ex$) {
|
||||
throw new AssertionError("should not reach here", ex$);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user