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

Vladimir Ivanov vlivanov at openjdk.java.net
Thu May 27 12:36:02 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 incrementally with two additional commits since the last revision:

 - Remove references to JVMS-8 and the drafts
 - Copyright year update

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

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

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

  Stats: 12 lines in 8 files changed: 0 ins; 1 del; 11 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