RFR: 8332161: Test restoring echo in the Console implementation (java.base) [v5]
Naoto Sato
naoto at openjdk.org
Fri May 24 18:52:25 UTC 2024
> This test intends to verify the behavior of JdkConsole for the java.base module, wrt restoring the echo. The test assumes the internal methods that sets/gets the echo status of the platform.
Naoto Sato has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 21 commits:
- Merge branch 'master' into JDK-8332161-restoreEcho-Test
- Merge branch 'JDK-8332084-restoreEcho-readLock' into JDK-8332161-restoreEcho-Test
- Added comment for restoreEchoLock
- fixing typo
- Merge branch 'JDK-8332084-restoreEcho-readLock' into JDK-8332161-restoreEcho-Test
- Merge branch 'master' into JDK-8332084-restoreEcho-readLock
- leftover typo
- get/setEcho() -> echo()
- Merge branch 'JDK-8332084-restoreEcho-readLock' into JDK-8332161-restoreEcho-Test
- Used a dedicate lock for restoreEcho
- ... and 11 more: https://git.openjdk.org/jdk/compare/ebc520e8...36649fbd
-------------
Changes: https://git.openjdk.org/jdk/pull/19315/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19315&range=04
Stats: 192 lines in 2 files changed: 192 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/19315.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19315/head:pull/19315
PR: https://git.openjdk.org/jdk/pull/19315
More information about the core-libs-dev
mailing list