comparison test/runtime/7194254/Test7194254.java @ 6858:b261523fe66c hs25-b05

Merge
author amurillo
date Fri, 12 Oct 2012 13:55:52 -0700
parents 48087f745a86
children
comparison
equal deleted inserted replaced
6829:0cc77f9b31ad 6858:b261523fe66c
25 * @test 25 * @test
26 * @bug 7194254 26 * @bug 7194254
27 * @summary Creates several threads with different java priorities and checks 27 * @summary Creates several threads with different java priorities and checks
28 * whether jstack reports correct priorities for them. 28 * whether jstack reports correct priorities for them.
29 * 29 *
30 * @run main T7194254 30 * @run main Test7194254
31 */ 31 */
32 32
33 import java.io.BufferedReader; 33 import java.io.BufferedReader;
34 import java.io.InputStreamReader; 34 import java.io.InputStreamReader;
35 import java.lang.management.ManagementFactory; 35 import java.lang.management.ManagementFactory;