RFR: JDK-8216528: test/jdk/java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java failing with Xcomp

Alan Bateman Alan.Bateman at oracle.com
Fri Jan 11 14:14:58 UTC 2019


On 11/01/2019 04:16, David Holmes wrote:
>
> I see three choices for you here :)
>
> 1. Don't try to run all tests under Xcomp but just stick to the "core" 
> sets of tests already tested by others.
>
> 2. Fix the given test as outlined. (I tested it on linux-x64 and it 
> fixed the problem.)
>
> 3. Exclude the given test from Xcomp by adding: @requires vm.compMode 
> != "Xcomp"
>
> If you chose options 2 or 3 please update the @bug line with 8216528.
>
> The core-libs folk may have more to say here and they will need to 
> provide a sponsor for the commit.
Jie has been discussing another one on beans-dev in the last few days. 
#1 would likely avoid at least some whack-a-mole but it might be 
beneficial to others to have more tests capable of running with -Xcomp. 
I assume trying more test areas will lead to #3, if nothing else but to 
exclude tests that run too slowing in that mode. In any case, the patch 
to the RMI test looks okay.

-Alan


More information about the core-libs-dev mailing list