Please, review a fix for the sub-task:
  https://bugs.openjdk.java.net/browse/JDK-8241807

Webrev:
  http://cr.openjdk.java.net/~sspitsyn/webrevs/2020/valhalla-jdi-events.4/


Summary;
  This sub-task is to cover any hidden class related remaining issues in the JDI and JDWP implementation.
  In fact, no more issues were discovered with this extra test coverage.
  So, this update includes only two new nsk jdi tests:
    test/hotspot/jtreg/vmTestbase/nsk/jdi/HiddenClass/ClassPrepareEvent
    test/hotspot/jtreg/vmTestbase/nsk/jdi/HiddenClass/ClassUnloadEvent

  These tests are to provide a test coverage  which was impossible to provide with the jdb testing framework.
  It includes ClassPrepare, Breakpoint and ModificationWatchpoint events with class filters.

Testing:
  The mach5 job is in progress:
    https://mach5.us.oracle.com/mdash/jobs/sspitsyn-HiddenClass-jdi-event-tests-20200424-0350-10464032

Thanks,
Serguei

Reply via email to