On Mon, 21 Feb 2022 10:55:42 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> There are few bugs in SetBreakpoint when it reaches for metaspace allocation, > notably [JDK-8214992](https://bugs.openjdk.java.net/browse/JDK-8214992) and > [JDK-8264149](https://bugs.openjdk.java.net/browse/JDK-8264149). This adds > the test that exercises the metaspace allocation paths. > > Requires [JDK-8282172](https://bugs.openjdk.java.net/browse/JDK-8282172) to > pass cleanly in fastdebug mode. > > Additional testing: > - [x] New test on Linux x86_64 fastdebug > - [x] New test on Linux x86_64 release > - [x] New test with > [JDK-8264149](https://bugs.openjdk.java.net/browse/JDK-8264149) reverted > fails on Linux x86_64 release This pull request has now been integrated. Changeset: 7b91bbba Author: Aleksey Shipilev <sh...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/7b91bbba82e871edaf133343415e254972c6ddc7 Stats: 193 lines in 2 files changed: 193 ins; 0 del; 0 mod 8282170: JVMTI SetBreakpoint metaspace allocation test Reviewed-by: cjplummer, lmesnik ------------- PR: https://git.openjdk.java.net/jdk/pull/7554