Skip to content

Commit cbc50b1

Browse files
author
duke
committedDec 12, 2023
Automatic merge of jdk:master into master
2 parents 3b0d90d + e1fd663 commit cbc50b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/jdk/com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -28,6 +28,7 @@
2828
* @summary Basic test of ThreadMXBean.getThreadCpuTime(long[]) and
2929
* getThreadUserTime(long[]).
3030
* @author Paul Hohensee
31+
* @run main/othervm ThreadCpuTimeArray
3132
*/
3233

3334
import java.lang.management.*;

0 commit comments

Comments
 (0)
Failed to load comments.