RFR (XS): 8234608: [TESTBUG] Memory leak in gc/g1/unloading/libdefine.cpp
Man Cao
manc at google.com
Fri Jan 31 03:27:55 UTC 2020
Hi,
I have incorporated Thomas's changes, and fixed the tests and updated the
CR.
New webrev: https://cr.openjdk.java.net/~manc/8234608/webrev.01/
The issue is that the signature of makeRedefinition0() in libdefine.cpp was
wrong.
It missed the "jclass clazz" parameter.
I have tested using 'make test
TEST="test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_*"
', for both fastdebug and product builds.
I suppose Submit repo would not run these tests, because it only runs
tier1. Am I correct?
-Man
On Tue, Jan 28, 2020 at 11:18 AM Man Cao <manc at google.com> wrote:
> Thanks, Thomas. I'll take a look briefly.
> Agreed that the test should be able to run first, before pushing this
> change.
>
> -Man
>
More information about the hotspot-gc-dev
mailing list