< prev index next >

test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr05/libgetstacktr05.cpp

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 2003, 2022, 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.
--- 1,7 ---
  /*
!  * Copyright (c) 2003, 2023, 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.

*** 49,12 ***
      {"Lgetstacktr05$TestThread;", "chain2", "()V"},
      {"Lgetstacktr05$TestThread;", "chain1", "()V"},
      {"Lgetstacktr05$TestThread;", "run", "()V"},
      {"Ljava/lang/VirtualThread;", "runWith", "(Ljava/lang/Object;Ljava/lang/Runnable;)V"},
      {"Ljava/lang/VirtualThread;", "run", "(Ljava/lang/Runnable;)V"},
!     {"Ljava/lang/VirtualThread$VThreadContinuation;", "lambda$new$0", "(Ljava/lang/VirtualThread;Ljava/lang/Runnable;)V"},
-     {"Ljava/lang/VirtualThread$VThreadContinuation$$Lambda;", "run", "()V"},
      {"Ljdk/internal/vm/Continuation;", "enter0", "()V"},
      {"Ljdk/internal/vm/Continuation;", "enter", "(Ljdk/internal/vm/Continuation;Z)V"},
  };
  
  
--- 49,11 ---
      {"Lgetstacktr05$TestThread;", "chain2", "()V"},
      {"Lgetstacktr05$TestThread;", "chain1", "()V"},
      {"Lgetstacktr05$TestThread;", "run", "()V"},
      {"Ljava/lang/VirtualThread;", "runWith", "(Ljava/lang/Object;Ljava/lang/Runnable;)V"},
      {"Ljava/lang/VirtualThread;", "run", "(Ljava/lang/Runnable;)V"},
!     {"Ljava/lang/VirtualThread$VThreadContinuation$1;", "run", "()V"},
      {"Ljdk/internal/vm/Continuation;", "enter0", "()V"},
      {"Ljdk/internal/vm/Continuation;", "enter", "(Ljdk/internal/vm/Continuation;Z)V"},
  };
  
  
< prev index next >