From 15943e424244abb2fd033521f3ca562f3539e8fd Mon Sep 17 00:00:00 2001 From: Serguei Spitsyn Date: Fri, 29 Jul 2022 21:49:27 +0000 Subject: [PATCH] 8282666: nsk/jvmti/PopFrame/popframe004 failed with: TEST FAILED: 30 JVMTI events were generated by the function PopFrame() Reviewed-by: lmesnik, amenkov --- .../jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004.java b/test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004.java index 5f487b8605b..f2c2678e1c1 100644 --- a/test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004.java +++ b/test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved. + * 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 @@ -106,7 +106,7 @@ public class popframe004 { try { if (popFrameClsThr.isAlive()) - popFrameClsThr.join(2000); + popFrameClsThr.join(); } catch (InterruptedException e) { out.println("TEST INCOMPLETE: caught " + e); totRes = FAILED;