RFR: 8267095: Miscellaneous cleanups in vm.runtime.defmeth tests [v2]

Vladimir Ivanov vlivanov at openjdk.java.net
Tue May 25 22:06:45 UTC 2021


> Miscellaneous refactorings/cleanups in `vm.runtime.defmeth` tests.
> 
> In particular: 
>   - replace `test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/scenarios` with enumeration of different test configurations in tests themselves; 
>   - pass `TestBuilder` as a parameter and initiate test execution from executor; 
>   - switch max class file version tested from 52 to 61 (`V17`); 
>   - minor changes (cleanups, new test cases)
> 
> Testing:
> - [x] vmTestbase/vm/runtime/defmeth/
> - [x] hs-tier5-rt - hs-tier8-rt

Vladimir Ivanov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:

 - Merge branch 'master' into 8267095.defmeth
 - Remove ACC_STRICT-related code
 - Cleanup
 - Remove scenarios
 - FIXME removal
 - Fixes
 - TestBuilder as a parameter

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4008/files
  - new: https://git.openjdk.java.net/jdk/pull/4008/files/80d37457..9406cdc1

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4008&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4008&range=00-01

  Stats: 30924 lines in 1766 files changed: 14299 ins; 12028 del; 4597 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4008.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4008/head:pull/4008

PR: https://git.openjdk.java.net/jdk/pull/4008


More information about the hotspot-runtime-dev mailing list