Tue, 12 Apr 2016 14:17:42 -0400 Merge
bharadwaj [Tue, 12 Apr 2016 14:17:42 -0400] rev 38033
Merge
Tue, 12 Apr 2016 11:29:08 +0200 8153885: [TESTBUG] few regression tests failed after 8151880 changes
neliasso [Tue, 12 Apr 2016 11:29:08 +0200] rev 38032
8153885: [TESTBUG] few regression tests failed after 8151880 changes Summary: Test that uses compile() as missed in update Reviewed-by: kvn
Wed, 06 Apr 2016 18:51:03 +0300 8149374: Replace C1-specific collection classes with universal collection classes
fzhinkin [Wed, 06 Apr 2016 18:51:03 +0300] rev 38031
8149374: Replace C1-specific collection classes with universal collection classes Reviewed-by: kvn, mgerdin, coleenp
Mon, 11 Apr 2016 21:42:55 +0300 8152590: C2: @Stable support doesn't always work w/ incremental inlining
vlivanov [Mon, 11 Apr 2016 21:42:55 +0300] rev 38030
8152590: C2: @Stable support doesn't always work w/ incremental inlining Reviewed-by: kvn
Mon, 11 Apr 2016 21:42:31 +0300 8138861: C2 complains about unreasonably large method running Octane zlib in Nashorn
vlivanov [Mon, 11 Apr 2016 21:42:31 +0300] rev 38029
8138861: C2 complains about unreasonably large method running Octane zlib in Nashorn Reviewed-by: kvn
Thu, 07 Apr 2016 22:36:16 +0000 8153797: aarch64: Add Arrays.fill stub code
enevill [Thu, 07 Apr 2016 22:36:16 +0000] rev 38028
8153797: aarch64: Add Arrays.fill stub code Reviewed-by: aph Contributed-by: long.chen@linaro.org
Thu, 07 Apr 2016 08:57:26 -1000 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon [Thu, 07 Apr 2016 08:57:26 -1000] rev 38027
8153439: do not install an empty SpeculationLog in an nmethod Reviewed-by: iveresov, twisti
Thu, 07 Apr 2016 18:27:50 +0200 Merge
neliasso [Thu, 07 Apr 2016 18:27:50 +0200] rev 38026
Merge
Wed, 06 Apr 2016 14:48:45 +0200 8151880: EnqueueMethodForCompilationTest.java still fails to compile method
neliasso [Wed, 06 Apr 2016 14:48:45 +0200] rev 38025
8151880: EnqueueMethodForCompilationTest.java still fails to compile method Summary: Extract SimpleTestCaseHelper inner class Reviewed-by: kvn
Thu, 07 Apr 2016 16:51:37 +0200 8153514: Whitebox API should allow compilation of <clinit>
thartmann [Thu, 07 Apr 2016 16:51:37 +0200] rev 38024
8153514: Whitebox API should allow compilation of <clinit> Summary: Added Whitebox API method to trigger compilation of static initializer. Reviewed-by: zmajo, kvn, iignatyev
Thu, 07 Apr 2016 12:16:03 +0000 Merge
thartmann [Thu, 07 Apr 2016 12:16:03 +0000] rev 38023
Merge
Thu, 07 Apr 2016 01:56:16 -0700 8149488: Incorrect declaration of bitsInByte in regmask.cpp.
rraghavan [Thu, 07 Apr 2016 01:56:16 -0700] rev 38022
8149488: Incorrect declaration of bitsInByte in regmask.cpp. Summary: Corrected BITS_IN_BYTE_ARRAY_SIZE value as 256 for all bitsInByte usage. Reviewed-by: dlong, mcberg, thartmann, vlivanov
Thu, 07 Apr 2016 10:50:08 +0000 Merge
shade [Thu, 07 Apr 2016 10:50:08 +0000] rev 38021
Merge
Wed, 06 Apr 2016 10:55:46 +0300 8153265: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest should not assume asserts are benign
shade [Wed, 06 Apr 2016 10:55:46 +0300] rev 38020
8153265: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest should not assume asserts are benign Reviewed-by: twisti, ikrylov
Fri, 01 Apr 2016 10:43:35 +0300 8153165: Fix MX tool config script to make the tool work with TESTNG
kshefov [Fri, 01 Apr 2016 10:43:35 +0300] rev 38019
8153165: Fix MX tool config script to make the tool work with TESTNG Reviewed-by: dnsimon, twisti
Wed, 06 Apr 2016 10:29:26 -0700 8152907: Update for x86 tan and log10 in the math lib
vdeshpande [Wed, 06 Apr 2016 10:29:26 -0700] rev 38018
8152907: Update for x86 tan and log10 in the math lib Summary: Optimize Math.tan() and log10() for 64 and 32 bit X86 architecture using Intel LIBM implementation. Reviewed-by: kvn, twisti Contributed-by: shravya.rukmannagari@intel.com
Wed, 30 Mar 2016 17:04:14 +0200 8147844: new method j.l.Runtime.onSpinWait() and the corresponding x86 hotspot instrinsic
ikrylov [Wed, 30 Mar 2016 17:04:14 +0200] rev 38017
8147844: new method j.l.Runtime.onSpinWait() and the corresponding x86 hotspot instrinsic Summary: adds c1 & c2 x86 intrinsics for j.l.Runtime.onSpinWait() that utilize the PAUSE instruction Reviewed-by: iveresov, kvn Contributed-by: Ivan Krylov <ivan@azul.com>, Yuri Gaevsky <ygaevsky@azul.com>
Thu, 21 Apr 2016 17:55:14 +0300 8132718: Add tests which check that when humongous classloader object becomes unreachable it and all classes that were loaded in it should be collected
kzhaldyb [Thu, 21 Apr 2016 17:55:14 +0300] rev 38016
8132718: Add tests which check that when humongous classloader object becomes unreachable it and all classes that were loaded in it should be collected Reviewed-by: jmasa, dfazunen
Thu, 21 Apr 2016 18:01:10 +0300 8153764: Add auxiliary method that generates class by class prototype to gc testlibrary
kzhaldyb [Thu, 21 Apr 2016 18:01:10 +0300] rev 38015
8153764: Add auxiliary method that generates class by class prototype to gc testlibrary Reviewed-by: dfazunen, iignatyev
Thu, 21 Apr 2016 09:23:04 -0400 8152949: Jigsaw crash when Klass in _fixup_module_field_list is unloaded
lfoltan [Thu, 21 Apr 2016 09:23:04 -0400] rev 38014
8152949: Jigsaw crash when Klass in _fixup_module_field_list is unloaded Summary: During start up anonymous classes must be kept alive until after their mirror's module field is patched with java.base Reviewed-by: coleenp, hseigel Contributed-by: per.liden@oracle.com, stefan.karlsson@oracle.com
Tue, 19 Apr 2016 14:53:33 +0200 8154752: Cleanup initialization of G1Policy
mgerdin [Tue, 19 Apr 2016 14:53:33 +0200] rev 38013
8154752: Cleanup initialization of G1Policy Reviewed-by: ehelin, tschatzl
Tue, 19 Apr 2016 14:53:32 +0200 8154745: Move default G1 pause time target setup to argument parsing
mgerdin [Tue, 19 Apr 2016 14:53:32 +0200] rev 38012
8154745: Move default G1 pause time target setup to argument parsing Reviewed-by: ehelin, sjohanss
Thu, 21 Apr 2016 10:19:00 +0200 8154452: Deferred cleanups after split of G1CollectorPolicy code
mgerdin [Thu, 21 Apr 2016 10:19:00 +0200] rev 38011
8154452: Deferred cleanups after split of G1CollectorPolicy code Reviewed-by: ehelin, sjohanss
Thu, 21 Apr 2016 10:18:50 +0200 8154467: Cleanup initialization of GCPolicyCounters
mgerdin [Thu, 21 Apr 2016 10:18:50 +0200] rev 38010
8154467: Cleanup initialization of GCPolicyCounters Reviewed-by: ehelin, sjohanss
Thu, 21 Apr 2016 09:08:33 +0200 8053885: test/runtime/memory/RunUnitTestsConcurrently.java fails on solaris with largepage options
stefank [Thu, 21 Apr 2016 09:08:33 +0200] rev 38009
8053885: test/runtime/memory/RunUnitTestsConcurrently.java fails on solaris with largepage options Reviewed-by: jmasa, pliden
Wed, 20 Apr 2016 16:04:38 -0400 8154457: runtime/SharedArchiveFile/SharedStrings Shared string table stats missing
jiangli [Wed, 20 Apr 2016 16:04:38 -0400] rev 38008
8154457: runtime/SharedArchiveFile/SharedStrings Shared string table stats missing Summary: Added more information when print out message reporting disabling the shared strings at CDS dump time. Reviewed-by: lfoltan, hseigel, mseledtsov, gtriantafill
Wed, 20 Apr 2016 19:54:51 +0300 8135200: Add White Box method that enumerates G1 old regions with less than specified liveness and collects statistics
kzhaldyb [Wed, 20 Apr 2016 19:54:51 +0300] rev 38007
8135200: Add White Box method that enumerates G1 old regions with less than specified liveness and collects statistics Reviewed-by: tschatzl, dfazunen, iignatyev
Tue, 19 Apr 2016 19:13:18 +0300 8138607: gc/g1/mixedgc/TestLogging.java - G1 Evacuation Pause missing from output
kzhaldyb [Tue, 19 Apr 2016 19:13:18 +0300] rev 38006
8138607: gc/g1/mixedgc/TestLogging.java - G1 Evacuation Pause missing from output Reviewed-by: tschatzl, dfazunen
Wed, 20 Apr 2016 11:14:10 +0000 8154739: AArch64: TemplateTable::fast_xaccess loads in wrong mode
aph [Wed, 20 Apr 2016 11:14:10 +0000] rev 38005
8154739: AArch64: TemplateTable::fast_xaccess loads in wrong mode Reviewed-by: roland
Wed, 20 Apr 2016 11:11:56 +0000 Merge
aph [Wed, 20 Apr 2016 11:11:56 +0000] rev 38004
Merge
Wed, 20 Apr 2016 11:05:28 +0000 8153310: AArch64: JEP 254: Implement byte_array_inflate
aph [Wed, 20 Apr 2016 11:05:28 +0000] rev 38003
8153310: AArch64: JEP 254: Implement byte_array_inflate Reviewed-by: roland
Mon, 18 Apr 2016 15:37:29 +0000 8152554: CompactStrings broken on AArch64
aph [Mon, 18 Apr 2016 15:37:29 +0000] rev 38002
8152554: CompactStrings broken on AArch64 Summary: Correct the logic for string intrinsics. Reviewed-by: roland
Wed, 20 Apr 2016 10:01:25 +0200 8154728: JvmtiExport::add_default_read_edges hits a guarantee
rehn [Wed, 20 Apr 2016 10:01:25 +0200] rev 38001
8154728: JvmtiExport::add_default_read_edges hits a guarantee Reviewed-by: mgerdin, dholmes, stefank
Wed, 20 Apr 2016 09:58:15 +0200 8079843: do_young_space_rescan - comment out of sync with code
stefank [Wed, 20 Apr 2016 09:58:15 +0200] rev 38000
8079843: do_young_space_rescan - comment out of sync with code Reviewed-by: mgerdin, sjohanss, ehelin, tschatzl
Wed, 20 Apr 2016 05:27:06 +0000 Merge
coleenp [Wed, 20 Apr 2016 05:27:06 +0000] rev 37999
Merge
Wed, 20 Apr 2016 03:12:01 +0000 Merge
coleenp [Wed, 20 Apr 2016 03:12:01 +0000] rev 37998
Merge
Thu, 21 Apr 2016 02:58:04 -0400 8154280: Zero build fails with undeclared G1LastPLABAverageOccupancy
coleenp [Thu, 21 Apr 2016 02:58:04 -0400] rev 37997
8154280: Zero build fails with undeclared G1LastPLABAverageOccupancy Reviewed-by: twisti
Mon, 18 Apr 2016 11:30:12 +0200 8153275: Zero JVM fails to initialize after JDK-8152440
sgehwolf [Mon, 18 Apr 2016 11:30:12 +0200] rev 37996
8153275: Zero JVM fails to initialize after JDK-8152440 Summary: Use a value for InitArrayShortSize which passes validation Reviewed-by: aph, andrew, coleenp
Sun, 17 Apr 2016 19:15:52 -0700 8150607: Clean up CompactHashtable
iklam [Sun, 17 Apr 2016 19:15:52 -0700] rev 37995
8150607: Clean up CompactHashtable Summary: refactored code, and added test cases for serviceability agent Reviewed-by: jiangli, ccheung
Tue, 19 Apr 2016 11:03:37 -0400 8151526: Print -Xlog configuration in the hs_err_pid file
mockner [Tue, 19 Apr 2016 11:03:37 -0400] rev 37994
8151526: Print -Xlog configuration in the hs_err_pid file Summary: logging configuration is now printed in hs_err and in vm info. Reviewed-by: coleenp, mlarsson, dholmes
Tue, 19 Apr 2016 14:21:26 +0200 8154059: JVMTI ObjectTagging to UL
rehn [Tue, 19 Apr 2016 14:21:26 +0200] rev 37993
8154059: JVMTI ObjectTagging to UL Reviewed-by: sspitsyn, mlarsson
Tue, 19 Apr 2016 14:14:04 +0200 8154041: JVMTI trace to Unified Logging
rehn [Tue, 19 Apr 2016 14:14:04 +0200] rev 37992
8154041: JVMTI trace to Unified Logging Reviewed-by: sspitsyn, mlarsson
Tue, 19 Apr 2016 12:30:00 +0200 Merge
mlarsson [Tue, 19 Apr 2016 12:30:00 +0200] rev 37991
Merge
Tue, 19 Apr 2016 09:48:43 +0200 8154235: Using deprecated flags converted to UL shows wrong hint
rehn [Tue, 19 Apr 2016 09:48:43 +0200] rev 37990
8154235: Using deprecated flags converted to UL shows wrong hint Reviewed-by: rprotacio, mockner, coleenp
Mon, 18 Apr 2016 16:54:04 +0200 8153170: Card Live Data does not correctly handle eager reclaim
tschatzl [Mon, 18 Apr 2016 16:54:04 +0200] rev 37989
8153170: Card Live Data does not correctly handle eager reclaim Summary: The card live data of regions eagerly reclaimed during remark and cleanup pause could be wrong, not considering that these regions were eagerly reclaimed and empty. Reviewed-by: drwhite, kbarrett
Mon, 18 Apr 2016 16:51:14 +0200 8153503: Move remset scan iteration claim to remset local data structure
tschatzl [Mon, 18 Apr 2016 16:51:14 +0200] rev 37988
8153503: Move remset scan iteration claim to remset local data structure Reviewed-by: drwhite, mgerdin
Thu, 14 Apr 2016 10:57:09 +0200 8154141: [TESTBUG] test/gc/g1/TestRegionLivenessPrint.java misses -XX:+UnlockDiagnosticVMOption flag
tschatzl [Thu, 14 Apr 2016 10:57:09 +0200] rev 37987
8154141: [TESTBUG] test/gc/g1/TestRegionLivenessPrint.java misses -XX:+UnlockDiagnosticVMOption flag Reviewed-by: dfazunen, jwilhelm
Tue, 19 Apr 2016 09:06:38 +0200 Merge
mgerdin [Tue, 19 Apr 2016 09:06:38 +0200] rev 37986
Merge
Fri, 18 Mar 2016 15:20:43 +0100 8154154: Separate G1 specific policy code from the CollectorPolicy class hierarchy
mgerdin [Fri, 18 Mar 2016 15:20:43 +0100] rev 37985
8154154: Separate G1 specific policy code from the CollectorPolicy class hierarchy Summary: Move G1 runtime policy code to new class G1Policy which is unrelated to CollectorPolicy Reviewed-by: kbarrett, ehelin
Tue, 19 Apr 2016 08:12:28 +0200 8067785: Using AlwaysPreTouch does not always touch all pages
stefank [Tue, 19 Apr 2016 08:12:28 +0200] rev 37984
8067785: Using AlwaysPreTouch does not always touch all pages Reviewed-by: pliden, drwhite
Thu, 19 May 2016 17:48:01 +0000 Added tag jdk-9+119 for changeset 45c70a976569
lana [Thu, 19 May 2016 17:48:01 +0000] rev 37983
Added tag jdk-9+119 for changeset 45c70a976569
Tue, 24 May 2016 12:21:55 +0200 8157574: Mac fastdebug bundles have wrong directory layout
erikj [Tue, 24 May 2016 12:21:55 +0200] rev 37982
8157574: Mac fastdebug bundles have wrong directory layout Reviewed-by: mchung
Mon, 23 May 2016 11:21:50 +0200 8157511: JDK-8157348 broke gensrc of module infos with extra provides
erikj [Mon, 23 May 2016 11:21:50 +0200] rev 37981
8157511: JDK-8157348 broke gensrc of module infos with extra provides Reviewed-by: mchung
Sat, 21 May 2016 18:23:28 +0200 8157506: Disable bootcycle build when cross compiling
erikj [Sat, 21 May 2016 18:23:28 +0200] rev 37980
8157506: Disable bootcycle build when cross compiling Reviewed-by: alanb, tbell, mchung
Sat, 21 May 2016 18:21:53 +0200 8157507: JDK-8157348 broke gensrc of imported modules
erikj [Sat, 21 May 2016 18:21:53 +0200] rev 37979
8157507: JDK-8157348 broke gensrc of imported modules Reviewed-by: alanb, tbell, mchung
Fri, 20 May 2016 10:25:40 +0200 8157348: Build fails with certain source configurations
erikj [Fri, 20 May 2016 10:25:40 +0200] rev 37978
8157348: Build fails with certain source configurations Reviewed-by: tbell
Thu, 19 May 2016 19:45:47 +0000 Merge
lana [Thu, 19 May 2016 19:45:47 +0000] rev 37977
Merge
Thu, 19 May 2016 16:48:43 +0100 8157061: Add support for running jtreg tests from IntelliJ project
mcimadamore [Thu, 19 May 2016 16:48:43 +0100] rev 37976
8157061: Add support for running jtreg tests from IntelliJ project Summary: Add basic capabilities for running jtreg tests from the IDE using a custom ant target Reviewed-by: chegar
Thu, 19 May 2016 17:24:50 +0200 8155786: Determine modules depending on upgradeable modules directly and indirectly
erikj [Thu, 19 May 2016 17:24:50 +0200] rev 37975
8155786: Determine modules depending on upgradeable modules directly and indirectly Reviewed-by: alanb, mchung
Mon, 16 May 2016 12:33:22 +0200 8157028: Add make target for running gtest tests
ehelin [Mon, 16 May 2016 12:33:22 +0200] rev 37974
8157028: Add make target for running gtest tests Reviewed-by: erikj, jwilhelm
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip