--- old/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java 2018-08-30 14:28:24.734645240 +0200 +++ new/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java 2018-08-30 14:28:24.402645242 +0200 @@ -197,11 +197,11 @@ // pattern of, for example, a double and the vtbl is vanishingly // small.) // 1. The first word of the object (should handle MSVC++ as - // well as the SparcWorks compilers with compatibility set to + // well as the solstudio compilers with compatibility set to // v5.0 or greater) // 2. and 3. The last two Address-aligned words of the part of // the object defined by its topmost polymorphic superclass. - // This should handle the SparcWorks compilers, v4.2 or + // This should handle the solstudio compilers, v4.2 or // earlier, as well as any other compilers which place the vptr // at the end of the user-defined fields of the first base // class with virtual functions.