changeset 22085:1a769bce9a01

Improve function name.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 22 Jun 2015 11:42:54 +0200
parents 0defcb691fe2
children 660aa109e456
files jvmci/jdk.internal.jvmci.debug.test/src/jdk/internal/jvmci/debug/test/DebugTimerTest.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/jvmci/jdk.internal.jvmci.debug.test/src/jdk/internal/jvmci/debug/test/DebugTimerTest.java	Thu Jun 25 10:26:48 2015 +0200
+++ b/jvmci/jdk.internal.jvmci.debug.test/src/jdk/internal/jvmci/debug/test/DebugTimerTest.java	Mon Jun 22 11:42:54 2015 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2015, 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
@@ -35,7 +35,7 @@
     private static final ThreadMXBean threadMXBean = Management.getThreadMXBean();
 
     @Before
-    public void checkCaps() {
+    public void checkCapabilities() {
         Assume.assumeTrue("skipping management interface test", threadMXBean.isCurrentThreadCpuTimeSupported());
     }