[lworld] Integrated: 8293129: [lworld] remove experimental code related to methods inherited from Object
Vicente Romero
vromero at openjdk.org
Tue Aug 30 21:31:37 UTC 2022
On Tue, 30 Aug 2022 21:12:38 GMT, Vicente Romero <vromero at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: cdbafe56
Author: Vicente Romero <vromero at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/cdbafe56e14801076df030d8aa69d20490487102
Stats: 285 lines in 15 files changed: 1 ins; 282 del; 2 mod
8293129: [lworld] remove experimental code related to methods inherited from Object
-------------
PR: https://git.openjdk.org/valhalla/pull/732
More information about the valhalla-dev
mailing list