资源简介

附件为 ibm_jdk1.7.1_x86.part2.rar,还有一个附件 ibm_jdk1.7.1_x86.part1.rar两个压缩包在一起解压才正常。已测试

资源截图

代码片段和文件信息

/*===========================================================================
 * Licensed Materials - Property of IBM
 * “Restricted Materials of IBM“
 * 
 * IBM SDK Java(tm) Technology Edition v7
 * (C) Copyright IBM Corp. 2011 2011. All Rights Reserved
 *
 * US Government Users Restricted Rights - Use duplication or disclosure
 * restricted by GSA ADP Schedule Contract with IBM Corp.
 *===========================================================================
 */

/*
 * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
 *
 * Redistribution and use in source and binary forms with or without
 * modification are permitted provided that the following conditions
 * are met:
 *
 *   - Redistributions of source code must retain the above copyright
 *     notice this list of conditions and the following disclaimer.
 *
 *   - Redistributions in binary form must reproduce the above copyright
 *     notice this list of conditions and the following disclaimer in the
 *     documentation and/or other materials provided with the distribution.
 *
 *   - Neither the name of Oracle nor the names of its
 *     contributors may be used to endorse or promote products derived
 *     from this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS
 * IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL
 * EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR
 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 * LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT (INCLUDING
 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 * SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

/*
 * This source code is provided to illustrate the usage of a given feature
 * or technique and has been deliberately simplified. Additional steps
 * required for a production-quality application such as security checks
 * input validation and proper error handling might not be present in
 * this sample code.
 */


import java.util.Arrays;
import java.util.Random;

import static java.lang.Integer.parseInt;

/**
 * MergeExample is a class that runs a demo benchmark of the {@code ForkJoin} framework
 * by benchmarking a {@link MergeSort} algorithm that is implemented using
 * {@link java.util.concurrent.RecursiveAction}.
 * The {@code ForkJoin} framework is setup with different parallelism levels
 * and the sort is executed with arrays of different sizes to see the
 * trade offs by using multiple threads for different sizes of the array.
 */
public class MergeDemo {
    // Use a fixed seed to always get the same

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    1197693  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\ibmpkcs.jar

     文件      10692  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\ibmsaslfw.jar

     文件       1751  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\images\cursors\cursors.properties

     文件        153  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\images\cursors\invalid32x32.gif

     文件        165  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\images\cursors\win32_CopyDrop32x32.gif

     文件        153  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\images\cursors\win32_CopyNoDrop32x32.gif

     文件        168  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\images\cursors\win32_linkDrop32x32.gif

     文件        153  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\images\cursors\win32_linkNoDrop32x32.gif

     文件        147  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\images\cursors\win32_MoveDrop32x32.gif

     文件        153  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\images\cursors\win32_MoveNoDrop32x32.gif

     文件      15358  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\ir.idl

     文件     892910  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\J9TraceFormat.dat

     文件     446246  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\javaws.jar

     文件       4246  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\jaxp.properties.sample

     文件      88899  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\jlm.jar

     文件     116943  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\jlm.src.jar

     文件       2076  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\jsig.lib

     文件       4697  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\jvm.hprof.txt

     文件       2926  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\logging.properties

     文件       3998  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\management\jmxremote.access

     文件       2856  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\management\jmxremote.password.template

     文件      14568  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\management\management.properties

     文件       3376  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\management\snmp.acl.template

     文件        340  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\management-agent.jar

     文件      99118  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\math.jar

     文件       2451  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\meta-index

     文件       3541  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\net.properties

     文件       9305  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\orb.idl

     文件     994490  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\plugin.jar

     文件       2796  2015-06-05 06:47  ibm_jdk1.7.1_x86\jre\lib\psfont.properties.ja

............此处省略1106个文件信息

评论

共有 条评论