Hi Gary,
Can this be on one line now:
30 * @modules
31 * jdk.jdi
What are you blocking all jdk.* classes from redef when you pointed out
that only jdk.internal.* is an issue?
Is this also addressing JDK-8180804? If not, should it stay on the
problem list until JDK-8180804 is fixed?
thanks,
Chris
On 10/17/18 9:46 AM, Gary Adams wrote:
The RedefineCrossEvent test has been on been on the ProblemList for a
very long time.
In the past this test had some dependency on the Java EE modules, but
they were
deprecated for jdk9 and later removed completely in jdk11. This
changeset to restore
it, removes the corba module reference and blocks the redefine operations
for jdk.internal classes that presented an issue when the
RedefineCrossEvent
test launches the InstanceFilter test.
Issue: https://bugs.openjdk.java.net/browse/JDK-8206330
Webrev: http://cr.openjdk.java.net/~gadams/8206330/webrev/index.html