Re: Proposed changes to empty command handling in JDB

2021-08-21 Thread Jakob Cornell
Well I let this thread go quiet for a few weeks, but I did want to follow up on the new input we got in August. It sounds like multiple people are concerned about the cost of reviewing a change to JDB that implements GDB's empty command handling, but a patch that adds Jline line editing and hi

RFR: 8272805: Avoid looking up standard charsets

2021-08-21 Thread Sergey Bylokhov
This is the continuation of JDK-8233884, JDK-8271456, and JDK-8272120. See https://github.com/openjdk/jdk/pull/5063 and https://github.com/openjdk/jdk/pull/4951 In many places standard charsets are looked up via their names, for example: absolutePath.getBytes("UTF-8"); This could be done more ef