RFR: 8135292: Remove duplicate code in <OS>Address.java in SA [v2]
Jayashree Huttanagoudar
duke at openjdk.org
Wed Jun 22 14:08:41 UTC 2022
> 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:
8135291: Removed duplicate code in <OS>Address.java and related files in SA
-After asLongValue() added to interface Address.java, there no need to have the getValue() in every instance Address.java
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9112/files
- new: https://git.openjdk.org/jdk/pull/9112/files/8c61d54f..7af119a5
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9112&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9112&range=00-01
Stats: 5 lines in 5 files changed: 0 ins; 0 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/9112.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9112/head:pull/9112
PR: https://git.openjdk.org/jdk/pull/9112
More information about the serviceability-dev
mailing list