RFR 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables
Coleen Phillimore
coleen.phillimore at oracle.com
Tue Dec 1 19:42:00 UTC 2015
On 12/1/15 2:19 PM, Christian Tornqvist wrote:
> Hi Paul,
>
> Tests in hotspot/test/runtime needs to be jtreg tests. Looking at your tests, I can't see a reason why they can't easily be modified to be jtreg tests instead?
>
> (adding the hotspot-dev mail alias)
>
> Thanks,
> Christian
>
> -----Original Message-----
> From: hotspot-compiler-dev [mailto:hotspot-compiler-dev-bounces at openjdk.java.net] On Behalf Of Paul Sandoz
> Sent: Tuesday, December 1, 2015 5:28 AM
> Cc: hotspot-compiler-dev at openjdk.java.net; core-libs-dev at openjdk.java.net
> Subject: Re: RFR 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables
>
>
>
>> On 30 Nov 2015, at 23:33, Paul Sandoz <Paul.Sandoz at oracle.com> wrote:
>>
>>
>>> On 30 Nov 2015, at 23:05, Christian Tornqvist <christian.tornqvist at oracle.com> wrote:
>>>
>>> Because jtreg is the test framework that we use, we've been working hard to reduce the number of test frameworks in use.
>>>
>> jtreg comes bundled with testng so what is there to reduce?
>>
> Here is an analogy:
>
> jtreg is to testng as launcher is to library
>
> They are complementary to each other i.e. think of testng as an implicit @library that helps one better organize tests and report errors.
>
> —
>
> Would i be correct in stating that the HotSpot runtime team is taking a conservative position and does not want to deal with such a library, contrary to other areas of the JDK?
Yes. That is correct. We don't need more frameworks that hinder
getting to the java command line for the class file. It's time
consuming enough with jtreg.
>
> Sorry to push back, but I don’t agree with that position (if correct). I am reluctant to change the tests. Please don’t think that complete pigheadedness on my part :-) I just don’t think it’s the right thing to do.
>
> If the HotSpot runtime team will not accept the use of TestNG then I suppose I could unblock by proposing to move the tests to the JDK repo, which I would also be reluctant to do since they caught an issue lying dormant for at least 8 years on certain platforms (not covered by the core testset) that existing hotspot tests never caught.
Can you repost the whole webrev to hotspot-dev ? I didn't see the
original to see why these tests require the testng framework and cannot
be written as simple regression tests. If they have to be very complex,
maybe they belong in a different test directory that has support and
tolerance for this complexity. Maybe you can write a small regression
test for the hotspot/test/runtime test and put the rest somewhere else.
Again, this is in the abstract. I don't have the webrev.
Coleen
>
> Paul.
>
More information about the hotspot-dev
mailing list