--- old/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/Debugger.java 2020-05-20 18:03:11.389748606 -0700 +++ new/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/Debugger.java 2020-05-20 18:03:11.005741232 -0700 @@ -73,12 +73,12 @@ /** Support for remote debugging. Get the name of the operating system on which this debugger is running (to be able to properly configure the local system). Typical return values are - "solaris", "linux", "win32"; see utilities/PlatformInfo.java. */ + "linux", "win32"; see utilities/PlatformInfo.java. */ public String getOS() throws DebuggerException; /** Support for remote debugging. Get the name of the CPU type on which this debugger is running (to be able to properly configure - the local system). Typical return values are "sparc", "x86"; see + the local system). Typical return value is "x86"; see utilities/PlatformInfo.java. */ public String getCPU() throws DebuggerException;