On Thu, 2 Mar 2023 20:50:36 GMT, Alex Menkov <amen...@openjdk.org> wrote:

>> test/hotspot/jtreg/serviceability/sa/UniqueVtableTest.java line 118:
>> 
>>> 116:                   + ", JPrimitive: " + t.isJavaPrimitiveType()
>>> 117:                   + ", Oop: " + t.isOopType()
>>> 118:                   + ", Ptr: " + t.isPointerType());
>> 
>> It appears that these always print "false". Are they worth having?
>
> It reports all available info about the Type. As these are "suspicious" types 
> I think it make sense to provide more info

removed this property as by the updated condition logged classes have all 
"false"

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

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

Reply via email to