hg: jdk9/hs/hotspot: 8166002: Emulate client build on platforms with reduced virtual address space

jamsheed.c.m at oracle.com jamsheed.c.m at oracle.com
Wed Jan 18 08:28:54 UTC 2017


Changeset: 0fc4f7547c84
Author:    jcm
Date:      2017-01-17 21:38 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/0fc4f7547c84

8166002: Emulate client build on platforms with reduced virtual address space
Summary: The default VM ergonomics on Windows/x86 (32-bit) are changed to client like.
Reviewed-by: kvn, iveresov

! src/share/vm/compiler/compilerDefinitions.cpp
! src/share/vm/compiler/compilerDefinitions.hpp
! src/share/vm/compiler/compilerDirectives.cpp
! src/share/vm/gc/shared/collectedHeap.cpp
! src/share/vm/gc/shared/genCollectedHeap.cpp
! src/share/vm/gc/shared/referenceProcessor.cpp
! src/share/vm/gc/shared/threadLocalAllocBuffer.cpp
! src/share/vm/oops/methodData.cpp
! src/share/vm/prims/whitebox.cpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/arguments.hpp
! src/share/vm/runtime/compilationPolicy.cpp
! src/share/vm/runtime/vm_version.cpp
! test/TEST.ROOT
! test/compiler/arraycopy/TestArrayCopyNoInitDeopt.java
! test/compiler/c2/cr7200264/TestSSE2IntVect.java
! test/compiler/c2/cr7200264/TestSSE4IntVect.java
! test/compiler/codecache/stress/OverloadCompileQueueTest.java
! test/compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
! test/compiler/intrinsics/IntrinsicAvailableTest.java
! test/compiler/intrinsics/IntrinsicDisabledTest.java
! test/compiler/intrinsics/bigInteger/MontgomeryMultiplyTest.java
! test/compiler/intrinsics/bmi/verifycode/AndnTestI.java
! test/compiler/intrinsics/bmi/verifycode/AndnTestL.java
! test/compiler/intrinsics/bmi/verifycode/BlsiTestI.java
! test/compiler/intrinsics/bmi/verifycode/BlsiTestL.java
! test/compiler/intrinsics/bmi/verifycode/BlsmskTestI.java
! test/compiler/intrinsics/bmi/verifycode/BlsmskTestL.java
! test/compiler/intrinsics/bmi/verifycode/BlsrTestI.java
! test/compiler/intrinsics/bmi/verifycode/BlsrTestL.java
! test/compiler/intrinsics/bmi/verifycode/BmiIntrinsicBase.java
! test/compiler/intrinsics/bmi/verifycode/LZcntTestI.java
! test/compiler/intrinsics/bmi/verifycode/LZcntTestL.java
! test/compiler/intrinsics/bmi/verifycode/TZcntTestI.java
! test/compiler/intrinsics/bmi/verifycode/TZcntTestL.java
! test/compiler/intrinsics/klass/CastNullCheckDroppingsTest.java
! test/compiler/intrinsics/mathexact/sanity/IntrinsicBase.java
! test/compiler/loopopts/TestCountedLoopSafepointBackedge.java
! test/compiler/loopopts/UseCountedLoopSafepointsTest.java
! test/compiler/rangechecks/TestExplicitRangeChecks.java
! test/compiler/testlibrary/CompilerUtils.java
! test/compiler/testlibrary/sha/predicate/IntrinsicPredicates.java
! test/compiler/tiered/NonTieredLevelsTest.java
! test/compiler/types/correctness/CorrectnessTest.java
! test/compiler/uncommontrap/TestUnstableIfTrap.java
! test/compiler/unsafe/UnsafeGetConstantField.java
! test/compiler/unsafe/UnsafeGetStableArrayElement.java
! test/compiler/whitebox/IsMethodCompilableTest.java
! test/gc/stress/gcbasher/TestGCBasherWithCMS.java
! test/gc/stress/gcbasher/TestGCBasherWithG1.java
! test/gc/stress/gcbasher/TestGCBasherWithParallel.java
! test/gc/stress/gcbasher/TestGCBasherWithSerial.java
! test/runtime/CDSCompressedKPtrs/XShareAuto.java
! test/runtime/ReservedStack/ReservedStackTestCompiler.java
! test/serviceability/dcmd/compiler/CompilerDirectivesDCMDTest.java
! test/testlibrary/ctw/src/sun/hotspot/tools/ctw/Utils.java
! test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java



More information about the jdk9-all-changes mailing list