[lworld] RFR: 8293129: [lworld] remove experimental code related to methods inherited from Object

Vicente Romero vromero at openjdk.org
Tue Aug 30 21:24:45 UTC 2022


Remove some non-specified behavior from javac. For example javac is issuing an error if a value class invokes some method from `j.l.Object` like `::wait`, `::notifyAll` etc. This is not specified in the current spec and thus seems like an experimental development that should be removed.

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

Commit messages:
 - 8293129: [lworld] remove experimental code related to methods inherited from Object

Changes: https://git.openjdk.org/valhalla/pull/732/files
 Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=732&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8293129
  Stats: 285 lines in 15 files changed: 1 ins; 282 del; 2 mod
  Patch: https://git.openjdk.org/valhalla/pull/732.diff
  Fetch: git fetch https://git.openjdk.org/valhalla pull/732/head:pull/732

PR: https://git.openjdk.org/valhalla/pull/732


More information about the valhalla-dev mailing list