RFR: 8303073: (bf) Temporarily reinstate private DirectByteBuffer(long, int) constructor
Claes Redestad
redestad at openjdk.org
Wed Feb 22 15:06:38 UTC 2023
On Wed, 22 Feb 2023 14:30:10 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> We have a dependency on the renaissance benchmark suite for performance regression testing, which in turn has a dependency on a version of Spark that calls a private constructor that was recently chaned. To facilitate ongoing regression testing we want to temporarily put back a constructor with the old signature.
Intent is to remove this before stabilization.
-------------
PR: https://git.openjdk.org/jdk/pull/12717
More information about the nio-dev
mailing list