< prev index next >

test/lib/sun/hotspot/cpuinfo/CPUInfo.java

Print this page
rev 50225 : PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"

*** 34,44 **** /** * Information about CPU on test box. * * CPUInfo uses WhiteBox to gather information, * so WhiteBox class should be added to bootclasspath ! * and option -XX:+WhiteBoxAPI should expclicetly * specified on command line. */ public class CPUInfo { private static final List<String> features; --- 34,44 ---- /** * Information about CPU on test box. * * CPUInfo uses WhiteBox to gather information, * so WhiteBox class should be added to bootclasspath ! * and option -XX:+WhiteBoxAPI should be explicitly * specified on command line. */ public class CPUInfo { private static final List<String> features;
< prev index next >