Integrated: 8346602: Remove unused macro parameters in `jni.cpp`

Qizheng Xing qxing at openjdk.org
Sun Dec 22 20:55:41 UTC 2024


On Thu, 19 Dec 2024 08:16:54 GMT, Qizheng Xing <qxing at openjdk.org> wrote:

> Some of the macros in `jni.cpp`, including `DEFINE_GETSCALARARRAYELEMENTS`, `DEFINE_RELEASESCALARARRAYELEMENTS`, `DEFINE_GETSCALARARRAYREGION` and `DEFINE_SETSCALARARRAYREGION`, have unused parameters.
> 
> This patch removes them.

This pull request has now been integrated.

Changeset: c1b868d2
Author:    Qizheng Xing <qxing at openjdk.org>
Committer: David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c1b868d27d955b5e219caf8f76e87e5edf4c92df
Stats:     39 lines in 1 file changed: 0 ins; 0 del; 39 mod

8346602: Remove unused macro parameters in `jni.cpp`

Reviewed-by: dholmes, mli

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

PR: https://git.openjdk.org/jdk/pull/22824


More information about the hotspot-dev mailing list