-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P3
-
Affects Version/s: repo-valhalla
-
Component/s: core-svc
-
None
-
generic
-
generic
Testcase: test/jdk/com/sun/jdi/valhalla/CtorDebuggingTest.java
(introduced by fix forJDK-8373202)
When ObjectReference is retrieved during value object construction, instance
filter works differently when there are other ObjectReferences with the same content or not:
If there is no other references, instance filter works for the object being constructed after it content changed;
If there is uqual ObjectReference, when "this" reference is retrieved, instance filter does not work after changing content of "this" object
(introduced by fix for
When ObjectReference is retrieved during value object construction, instance
filter works differently when there are other ObjectReferences with the same content or not:
If there is no other references, instance filter works for the object being constructed after it content changed;
If there is uqual ObjectReference, when "this" reference is retrieved, instance filter does not work after changing content of "this" object
- is blocked by
-
JDK-8373202 [lworld] ObjectReference.equals should follow == semantics for value objects
-
- Resolved
-