Class Response

java.lang.Object
org.openjdk.jol.vm.sa.Response
All Implemented Interfaces:
Serializable

class Response extends Object implements Serializable
Represents response from HotSpot agent process by holding result and error if occurred.
  • Field Details

    • result

      private final Result result
    • error

      private final Throwable error
  • Constructor Details

  • Method Details