RFR: 8135292: Remove duplicate code in <OS>Address.java in SA [v3]

Chris Plummer cjplummer at openjdk.org
Thu Jun 23 21:30:58 UTC 2022


On Thu, 23 Jun 2022 16:48:33 GMT, Jayashree Huttanagoudar <duke at openjdk.org> wrote:

>> This PR is to address : https://bugs.openjdk.org/browse/JDK-8135292?jql=labels%20%3D%20starter-bug
>> Verified the build before and after the patch. Also below tests are run:
>> Before Patch:
>> 
>> $ make test TEST="jtreg:test/hotspot/jtreg/serviceability"
>> 	==============================
>> 	Test summary
>> 	==============================
>> 	   TEST                                              TOTAL  PASS  FAIL ERROR   
>> 	>> jtreg:test/hotspot/jtreg/serviceability             316   314     1     1 <<
>> 	==============================
>> 	TEST FAILURE
>> 
>> 
>> After Patch:
>> 
>> $ make test TEST="jtreg:test/hotspot/jtreg/serviceability"
>> 	==============================
>> 	Test summary
>> 	==============================
>> 	   TEST                                              TOTAL  PASS  FAIL ERROR   
>> 	>> jtreg:test/hotspot/jtreg/serviceability             316   314     1     1 <<
>> 	==============================
>> 	TEST FAILURE
>
> Jayashree Huttanagoudar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Address review comments

The changes look fine now, but. you will need to update the copyright in each file to 2022.

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

Changes requested by cjplummer (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9112


More information about the serviceability-dev mailing list