On Fri, 5 Mar 2021 19:05:21 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
>> In the loom repo there are a number of trivial changes to the JDWP agent >> that are not loom specific. Moving them to the jdk repo will make future >> merges simpler, along with making it easier to get a diff of the important >> differences between the loom and jdk repos, without the clutter of these >> trivial changes. The changes I'd like to merge are: >> >> 1. Very minor code refactoring. >> 2. Comment additions, fixes, and improvements. >> 3. Minor indentation and whitespace changes. >> 4. Added a trivial assert > > Chris Plummer has updated the pull request incrementally with one additional > commit since the last revision: > > Minor jdwp agent edits from loom project. Marked as reviewed by lmesnik (Committer). ------------- PR: https://git.openjdk.java.net/jdk/pull/2815