mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-17 17:07:53 +00:00
8325137: com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java can fail in Xcomp with out of expected range
Reviewed-by: dholmes, sspitsyn
This commit is contained in:
parent
783ae56634
commit
91d8dac9cf
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2011, 2024, 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
|
||||
@ -28,6 +28,7 @@
|
||||
* @summary Basic test of ThreadMXBean.getThreadCpuTime(long[]) and
|
||||
* getThreadUserTime(long[]).
|
||||
* @author Paul Hohensee
|
||||
* @requires vm.compMode != "Xcomp"
|
||||
* @run main/othervm ThreadCpuTimeArray
|
||||
*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user