hotspot/test/serviceability/tmtools/jstat/GcCapacityTest.java
changeset 44633 d2f5e8921045
parent 42585 570f4b5312af
--- a/hotspot/test/serviceability/tmtools/jstat/GcCapacityTest.java	Thu Apr 06 00:03:18 2017 -0700
+++ b/hotspot/test/serviceability/tmtools/jstat/GcCapacityTest.java	Wed Apr 12 11:43:49 2017 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, 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
@@ -38,7 +38,7 @@
     public static void main(String[] args) throws Exception {
 
         // We will be running "jstat -gc" tool
-        JstatGcCapacityTool jstatGcTool = new JstatGcCapacityTool(ProcessHandle.current().getPid());
+        JstatGcCapacityTool jstatGcTool = new JstatGcCapacityTool(ProcessHandle.current().pid());
 
         // Run once and get the  results asserting that they are reasonable
         JstatGcCapacityResults measurement1 = jstatGcTool.measure();