RFR: 8320128: Clean up Parse constructor for OSR [v4]

Xin Liu xliu at openjdk.org
Fri Jan 5 20:47:24 UTC 2024


On Thu, 4 Jan 2024 20:16:48 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Xin Liu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Use print_cr for the log message.
>
> What testing was done here? I suggest at least `tier{1,2,3}` to capture surprises.

hi, @shipilev 
I ran tier1~3 yesterday. It only had 2 failures: 
1. java/util/Base64/TestEncodingDecodingLength.java (I guess it's due to out of memory JDK-8295153)
2. sun/security/pkcs11/Provider/MultipleLogins.sh ( unsupported OS: Linux-amd64-64, please initialize NSS library location, skipping test)



==============================
Test summary
==============================
   TEST                                              TOTAL  PASS  FAIL ERROR
   jtreg:test/hotspot/jtreg:tier1                     2511  2511     0     0
>> jtreg:test/jdk:tier1                               2400  2399     1     0 <<
   jtreg:test/langtools:tier1                         4458  4458     0     0
   jtreg:test/jaxp:tier1                                 0     0     0     0
   jtreg:test/lib-test:tier1                            32    32     0     0
   jtreg:test/hotspot/jtreg:tier2                      742   742     0     0
>> jtreg:test/jdk:tier2                               4081  4080     1     0 <<
   jtreg:test/langtools:tier2                           11    11     0     0
   jtreg:test/jaxp:tier2                               512   512     0     0
   jtreg:test/hotspot/jtreg:tier3                      256   256     0     0
   jtreg:test/jdk:tier3                               1434  1434     0     0
   jtreg:test/langtools:tier3                            0     0     0     0
   jtreg:test/jaxp:tier3                                 0     0     0     0
==============================
TEST FAILURE

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16669#issuecomment-1879235918


More information about the hotspot-compiler-dev mailing list