Integrated: 8135292: Remove duplicate code in <OS>Address.java in SA

Jayashree Huttanagoudar duke at openjdk.org
Mon Jun 27 11:56:44 UTC 2022


On Thu, 9 Jun 2022 19:19:44 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

This pull request has now been integrated.

Changeset: ddb55ede
Author:    Jayashree Huttanagoudar <jhuttana at redhat.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ddb55ede2cfb07becc11ca18c5aef6c891bbe741
Stats:     47 lines in 11 files changed: 0 ins; 29 del; 18 mod

8135292: Remove duplicate code in <OS>Address.java in SA

Reviewed-by: cjplummer, amenkov

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

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


More information about the serviceability-dev mailing list