< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/request/MonitorContendedEnterRequest.java

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.  Oracle designates this
--- 1,7 ---
  /*
!  * Copyright (c) 2005, 2026, Oracle and/or its affiliates. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.  Oracle designates this

*** 101,11 ***
      void addClassExclusionFilter(String classPattern);
  
      /**
       * Restricts the events generated by this request to those in
       * which the currently executing instance ("this") is the object
!      * specified.
       * <P>
       * Not all targets support this operation.
       * Use {@link VirtualMachine#canUseInstanceFilters()}
       * to determine if the operation is supported.
       * @param instance the object which must be the current instance
--- 101,11 ---
      void addClassExclusionFilter(String classPattern);
  
      /**
       * Restricts the events generated by this request to those in
       * which the currently executing instance ("this") is the object
!      * specified as determined by applying the "==" operator.
       * <P>
       * Not all targets support this operation.
       * Use {@link VirtualMachine#canUseInstanceFilters()}
       * to determine if the operation is supported.
       * @param instance the object which must be the current instance
< prev index next >