jdk/test/java/rmi/reliability/benchmark/bench/serial/Main.java
changeset 37678 616ec8e9183b
parent 22103 918412102df3
equal deleted inserted replaced
37677:9774eca96b01 37678:616ec8e9183b
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary The Serialization benchmark test. This java class is used to run the
    26  * @summary The Serialization benchmark test. This java class is used to run the
    27  *          test under JTREG.
    27  *          test under JTREG.
    28  * @library ../../
    28  * @library ../../
       
    29  * @modules java.desktop
    29  * @build bench.BenchInfo bench.HtmlReporter bench.Util bench.Benchmark
    30  * @build bench.BenchInfo bench.HtmlReporter bench.Util bench.Benchmark
    30  * @build bench.Reporter bench.XmlReporter bench.ConfigFormatException
    31  * @build bench.Reporter bench.XmlReporter bench.ConfigFormatException
    31  * @build bench.Harness bench.TextReporter
    32  * @build bench.Harness bench.TextReporter
    32  * @build bench.serial.BooleanArrays bench.serial.Booleans
    33  * @build bench.serial.BooleanArrays bench.serial.Booleans
    33  * @build bench.serial.ByteArrays bench.serial.Bytes bench.serial.CharArrays
    34  * @build bench.serial.ByteArrays bench.serial.Bytes bench.serial.CharArrays