On Thu, 7 Jul 2022 20:43:09 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
> This change uses sed to change sun.hotspot.WhiteBox to > jdk.test.whitebox.Whitebox, and sun/hotspot/Whitebox similarly. Due to > indirect inclusions of some of the test libraries, changing a few wasn't a > reliable option, and I need the new one for a different change I was looking > at. > The non-sed changes are for jdk/test/whitebox/WhiteBox to add some code for > GC that was only added to the sun version. > Also, the ClassFileInstaller has a label for sun.hotspot.Whitebox so that > didn't change with the edit. > Tested with tiers1-6. Thanks Leonid! ------------- PR: https://git.openjdk.org/jdk/pull/9417