hg: mobile/dev/hotspot: 21 new changesets
gary.adams at oracle.com
gary.adams at oracle.com
Fri Jun 23 11:53:23 UTC 2017
Changeset: 7f45d3d72a9b
Author: lana
Date: 2017-06-08 16:32 +0000
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/7f45d3d72a9b
Added tag jdk-9+173 for changeset e64b1cb48d6e
! .hgtags
Changeset: bb5c32e2d31a
Author: eosterlund
Date: 2017-06-06 13:31 -0400
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/bb5c32e2d31a
8161145: The min/max macros make hotspot tests fail to build with GCC 6
Summary: Change min/max macros to expand (once) to self.
Reviewed-by: sgehwolf, pliden, andrew
! src/share/vm/utilities/globalDefinitions.hpp
Changeset: 5242609b8088
Author: psandoz
Date: 2017-06-05 15:52 -0700
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/5242609b8088
8181292: Backport Rename internal Unsafe.compare methods from 10 to 9
Reviewed-by: psandoz, dholmes, thartmann, kvn
Contributed-by: ron.pressler at oracle.com, claes.redestad at oracle.com
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/CheckGraalIntrinsics.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/StandardGraphBuilderPlugins.java
! src/share/vm/c1/c1_Compiler.cpp
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/classfile/vmSymbols.cpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/opto/c2compiler.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/prims/unsafe.cpp
! src/share/vm/shark/sharkIntrinsics.cpp
! src/share/vm/shark/sharkIntrinsics.hpp
! test/compiler/c2/cr8004867/TestIntUnsafeCAS.java
! test/compiler/intrinsics/unsafe/TestCAEAntiDep.java
! test/compiler/intrinsics/unsafe/UnsafeTwoCASLong.java
! test/compiler/profiling/UnsafeAccess.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestBoolean.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestByte.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestChar.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestDouble.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestFloat.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestInt.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestLong.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestObject.java
! test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestShort.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestBoolean.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestByte.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestChar.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestDouble.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestFloat.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestInt.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestLong.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestObject.java
! test/compiler/unsafe/SunMiscUnsafeAccessTestShort.java
! test/compiler/unsafe/X-UnsafeAccessTest.java.template
Changeset: 921359dbc96b
Author: mchung
Date: 2017-06-07 18:57 -0700
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/921359dbc96b
8181639: Add tool and services information to module summary
Reviewed-by: alanb, psandoz, lancea
! src/jdk.hotspot.agent/share/classes/module-info.java
Changeset: 944791f81601
Author: lana
Date: 2017-06-08 23:11 +0000
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/944791f81601
Merge
Changeset: ca47dcfdd351
Author: lana
Date: 2017-06-15 17:24 +0000
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/ca47dcfdd351
Added tag jdk-9+174 for changeset 944791f81601
! .hgtags
Changeset: 79b6a9bd5c3b
Author: fyang
Date: 2017-06-10 16:01 +0800
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/79b6a9bd5c3b
8181906: AArch64: port bugfix for 7009641 to AArch64
Summary: Allocation in the code cache returns NULL instead of failing the entire VM
Reviewed-by: aph
Contributed-by: teng.lu at linaro.org
! src/cpu/aarch64/vm/vtableStubs_aarch64.cpp
Changeset: 29467418d0ca
Author: rbackman
Date: 2017-06-02 11:26 +0200
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/29467418d0ca
8180197: Failing assert: id must be initialized
Reviewed-by: kvn, kbarrett
! src/share/vm/compiler/compileBroker.cpp
Changeset: 7107dccce2b2
Author: dlong
Date: 2017-06-13 10:27 -0700
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/7107dccce2b2
8181757: NonNMethod heap in segmented CodeCache is not scanned in some cases
8171365: nsk/jvmti/scenarios/events/EM04/em04t001: many errors for missed events
Reviewed-by: thartmann, kvn
! src/share/vm/code/codeCache.cpp
! src/share/vm/code/codeCache.hpp
Changeset: d7709f2d4bd3
Author: sspitsyn
Date: 2017-06-13 16:19 -0700
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/d7709f2d4bd3
8178054: [TESTBUG] Need test for JVM TI IsModifiableModule
Summary: Add new test hotspot/test/serviceability/jvmti/GetNamedModule
Reviewed-by: alanb, iignatyev
! make/test/JtregNative.gmk
! test/serviceability/jvmti/GetNamedModule/MyPackage/GetNamedModuleTest.java
+ test/serviceability/jvmti/IsModifiableModule/MyPackage/IsModifiableModuleTest.java
+ test/serviceability/jvmti/IsModifiableModule/libIsModifiableModuleTest.c
Changeset: 5e54f0bcf4ef
Author: sspitsyn
Date: 2017-06-13 23:22 +0000
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/5e54f0bcf4ef
Merge
Changeset: 232d93f11c49
Author: lana
Date: 2017-06-15 17:43 +0000
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/232d93f11c49
Merge
Changeset: 5347a840127d
Author: dnsimon
Date: 2017-06-16 12:18 -0700
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/5347a840127d
8182310: [AOT][JVMCI] Get host class of VM anonymous class
Summary: Add missing JVMCI functionality
Reviewed-by: dlong, kvn
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/CompilerToVM.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedObjectTypeImpl.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedPrimitiveType.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/ResolvedJavaType.java
! src/share/vm/jvmci/jvmciCompilerToVM.cpp
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java
Changeset: 409ae96e9140
Author: poonam
Date: 2017-06-16 22:10 +0000
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/409ae96e9140
8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
Summary: Clear the pending OOM exception in SensorInfo::trigger()
Reviewed-by: mchung, dcubed
! src/share/vm/services/lowMemoryDetector.cpp
Changeset: 0d4a6056e3cc
Author: alanb
Date: 2017-06-16 09:20 -0700
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/0d4a6056e3cc
8181087: Module system implementation refresh (6/2017)
Reviewed-by: sspitsyn, hseigel
! make/symbols/symbols-unix
! src/share/vm/classfile/modules.cpp
! src/share/vm/classfile/modules.hpp
! src/share/vm/prims/jvm.cpp
! src/share/vm/prims/jvm.h
! src/share/vm/prims/whitebox.cpp
! src/share/vm/runtime/arguments.cpp
- test/runtime/modules/JVMAddModulePackage.java
! test/runtime/modules/ModuleHelper.java
! test/runtime/modules/java.base/java/lang/ModuleHelper.java
Changeset: 032a5041e20a
Author: alanb
Date: 2017-06-17 08:03 +0100
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/032a5041e20a
Merge
- test/runtime/modules/JVMAddModulePackage.java
Changeset: 8346c00b2ba6
Author: mchung
Date: 2017-06-17 11:50 -0700
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/8346c00b2ba6
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
! src/jdk.aot/share/classes/module-info.java
! src/jdk.internal.vm.compiler/share/classes/module-info.java
Changeset: 516a043eb368
Author: fyang
Date: 2017-06-20 17:00 +0800
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/516a043eb368
8182581: aarch64: fix for crash caused by earlyret of compiled method
Summary: fix jvm crash caused by earlyret of compiled method for aarch64 port
Reviewed-by: aph
Contributed-by: snazarkin at azul.com
! src/cpu/aarch64/vm/abstractInterpreter_aarch64.cpp
Changeset: 16c9c159df90
Author: vlivanov
Date: 2017-06-20 14:37 +0300
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/16c9c159df90
8181872: C1: possible overflow when strength reducing integer multiply by constant
Reviewed-by: kvn
! src/cpu/aarch64/vm/c1_LIRGenerator_aarch64.cpp
! src/cpu/arm/vm/c1_LIRGenerator_arm.cpp
! src/cpu/x86/vm/c1_LIRGenerator_x86.cpp
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/c1/c1_LIRGenerator.hpp
+ test/compiler/c1/MultiplyByMaxInt.java
Changeset: 8f04d457168b
Author: vlivanov
Date: 2017-06-20 13:44 +0000
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/8f04d457168b
Merge
Changeset: a81769cc0015
Author: gadams
Date: 2017-06-23 07:50 -0400
URL: http://hg.openjdk.java.net/mobile/dev/hotspot/rev/a81769cc0015
Merge
! src/share/vm/opto/library_call.cpp
! src/share/vm/prims/jvm.cpp
! src/share/vm/runtime/arguments.cpp
- test/runtime/modules/JVMAddModulePackage.java
More information about the mobile-dev
mailing list