-
大小: 53.89MB文件类型: .rar金币: 1下载: 0 次发布日期: 2022-05-25
- 语言: 其他
- 标签: jdk ibmjdk jdk1.7.1 ibmjdk1.7.1
资源简介
附件为 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_li
文件 153 2015-06-05 06:47 ibm_jdk1.7.1_x86\jre\lib\images\cursors\win32_li
文件 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\me
文件 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个文件信息
相关资源
- jdk-6u45-linux-i586-rpm.bin
- 解压版jdk1.7.0_60
- jdk-7u80-windows-x64.exe
- jdk1.6.0_43_x64
- jdk1.8安装适用配套hadoop3.x
- jdk1.8和jre1.8
- jdk-8u212-windows-x64.exe
- jdk-8u211-windows-x64.exe
- 官方jdk1.8_162版本
- jdk1.8 64位 官方正式版
- jdk-8u241-windows-x64.zip
- jdk-8u171-windows-x64.exe
- jdk-8u152-windows-x64.rar
- JDK8 64位最新安装版 jdk-8u221-windows-x6
- jdk1.7.0_60解压版,无需安装
- ibm版jdk1.8 for linux x64
- jdk-15.0.1_windows-x64_bin.exe
- jdk1.7 32位官方正版版
- jdk-12_windows-x64_bin.exe和安装说明
- jdk-8u211-linux-arm32-vfp-hflt.tar.gz 架构aa
- ibm_jdk1.7.1_x86
- JDK1.6 Mac 官方正式版
- 官方的 jdk-6u39-windows-i586
- jdk-6u45-linux-x64.bin
- 测试工程netbeans8.1,NetBeans自带glassf
- SignApkV2_jdk15
- jdk-8u144-solaris-sparcv9.tar.gz
- 三个版本jdk
- 官网JDK1.7.0Linux_32位.txt
- jdk.txt
评论
共有 条评论