< prev index next >

test/runtime/SharedArchiveFile/SpaceUtilizationCheck.java

Print this page
rev 8016 : [mq]: unique-cds

*** 1,7 **** /* ! * Copyright (c) 2014, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2014, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 46,56 **** private static final int NUMBER_OF_CHECKED_SHARED_REGIONS = 2; public static void main(String[] args) throws Exception { ProcessBuilder pb = ProcessTools.createJavaProcessBuilder( "-XX:+UnlockDiagnosticVMOptions", ! "-XX:SharedArchiveFile=./test.jsa", "-Xshare:dump"); OutputAnalyzer output = new OutputAnalyzer(pb.start()); String stdout = output.getStdout(); ArrayList<String> utilization = findUtilization(stdout); --- 46,56 ---- private static final int NUMBER_OF_CHECKED_SHARED_REGIONS = 2; public static void main(String[] args) throws Exception { ProcessBuilder pb = ProcessTools.createJavaProcessBuilder( "-XX:+UnlockDiagnosticVMOptions", ! "-XX:SharedArchiveFile=./SpaceUtilizationCheck.jsa", "-Xshare:dump"); OutputAnalyzer output = new OutputAnalyzer(pb.start()); String stdout = output.getStdout(); ArrayList<String> utilization = findUtilization(stdout);
< prev index next >