Integrated: 8252933: com.sun.tools.jdi.ObjectReferenceImpl#validateAssignment always requests referenceType
Daniil Titov
dtitov at openjdk.java.net
Tue Sep 15 15:33:14 UTC 2020
On Fri, 11 Sep 2020 01:08:53 GMT, Daniil Titov <dtitov at openjdk.org> wrote:
> The change fixes the regression introduced by https://bugs.openjdk.java.net/browse/JDK-8241080.
>
> Method validateAssignment() in com.sun.tools.jdi.ObjectReferenceImpl now always retrieves the reference type and that
> requires one more JDWP packet if the value is not cached yet. Before https://bugs.openjdk.java.net/browse/JDK-8241080
> this happened for arrays only. Testing: tier1-tier3 tests passes.
This pull request has now been integrated.
Changeset: 65d6c101
Author: Daniil Titov <dtitov at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/65d6c101
Stats: 6 lines in 1 file changed: 1 ins; 3 del; 2 mod
8252933: com.sun.tools.jdi.ObjectReferenceImpl#validateAssignment always requests referenceType
Reviewed-by: cjplummer, amenkov
-------------
PR: https://git.openjdk.java.net/jdk/pull/124
More information about the serviceability-dev
mailing list