Tue, 18 Oct 2016 12:36:20 -0700 8167001: [TESTBUG] java/lang/instrument/DaemonThread/TestDaemonThread.java fails when run by jprt
cjplummer [Tue, 18 Oct 2016 12:36:20 -0700] rev 41760
8167001: [TESTBUG] java/lang/instrument/DaemonThread/TestDaemonThread.java fails when run by jprt Summary: force classpath to be added to subprocesses Reviewed-by: dholmes, sspitsyn
Mon, 17 Oct 2016 15:46:28 +0300 8158797: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails when GC is specified explicitly
akulyakh [Mon, 17 Oct 2016 15:46:28 +0300] rev 41759
8158797: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails when GC is specified explicitly Summary: Fixed GC options for running the test Reviewed-by: ddmitriev, sspitsyn
Thu, 13 Oct 2016 09:02:13 -0700 Merge
amurillo [Thu, 13 Oct 2016 09:02:13 -0700] rev 41758
Merge
Thu, 13 Oct 2016 08:57:57 -0700 Merge
amurillo [Thu, 13 Oct 2016 08:57:57 -0700] rev 41757
Merge
Wed, 28 Sep 2016 11:07:32 +0200 8166801: [s390] Add jvm.cfg file for Linux/s390x
simonis [Wed, 28 Sep 2016 11:07:32 +0200] rev 41756
8166801: [s390] Add jvm.cfg file for Linux/s390x Reviewed-by: erikj, shade
Mon, 03 Oct 2016 15:58:34 +0300 8166657: Remove exports com.sun.tools.jdi to jdk.hotspot.agent
dsamersoff [Mon, 03 Oct 2016 15:58:34 +0300] rev 41755
8166657: Remove exports com.sun.tools.jdi to jdk.hotspot.agent Summary: Remove exports com.sun.tools.jdi to jdk.hotspot.agent Reviewed-by: alanb, dsamersoff Contributed-by: sharath.ballal@oracle.com
Tue, 25 Oct 2016 13:51:08 -0700 8164805: Fail to create a MR modular JAR with a versioned entry of a concealed package
sdrach [Tue, 25 Oct 2016 13:51:08 -0700] rev 41754
8164805: Fail to create a MR modular JAR with a versioned entry of a concealed package Reviewed-by: chegar, mchung
Tue, 25 Oct 2016 12:58:34 -0700 8165793: Provide an API to query if a ClassLoader is parallel capable
bchristi [Tue, 25 Oct 2016 12:58:34 -0700] rev 41753
8165793: Provide an API to query if a ClassLoader is parallel capable Reviewed-by: alanb, mchung
Tue, 25 Oct 2016 07:38:50 -0700 8160213: tools/pack200/Utils.java should clean up javac*.tmp files
ksrini [Tue, 25 Oct 2016 07:38:50 -0700] rev 41752
8160213: tools/pack200/Utils.java should clean up javac*.tmp files Reviewed-by: darcy
Tue, 25 Oct 2016 10:31:49 +0100 8085192: java/rmi/activation/Activatable tests fail intermittently due to "Port already in use"
chegar [Tue, 25 Oct 2016 10:31:49 +0100] rev 41751
8085192: java/rmi/activation/Activatable tests fail intermittently due to "Port already in use" Reviewed-by: rriggs, mli
Tue, 25 Oct 2016 15:43:19 +0900 8165804: Revisit the way of loading BreakIterator rules/dictionaries
okutsu [Tue, 25 Oct 2016 15:43:19 +0900] rev 41750
8165804: Revisit the way of loading BreakIterator rules/dictionaries Reviewed-by: naoto, peytoia, erikj
Mon, 24 Oct 2016 21:44:33 -0700 8168505: Remove the intermittent keyword from java/util/Arrays/ParallelPrefix.java
mli [Mon, 24 Oct 2016 21:44:33 -0700] rev 41749
8168505: Remove the intermittent keyword from java/util/Arrays/ParallelPrefix.java Reviewed-by: darcy, amlu
Thu, 27 Oct 2016 16:29:00 +0000 Added tag jdk-9+142 for changeset f5a226a44fab
lana [Thu, 27 Oct 2016 16:29:00 +0000] rev 41748
Added tag jdk-9+142 for changeset f5a226a44fab
Wed, 05 Jul 2017 22:23:25 +0200 Merge
duke [Wed, 05 Jul 2017 22:23:25 +0200] rev 41747
Merge
Wed, 02 Nov 2016 10:43:23 +0100 8063154: Checked in jvmti.h not in sync with generated jvmti.h
erikj [Wed, 02 Nov 2016 10:43:23 +0100] rev 41746
8063154: Checked in jvmti.h not in sync with generated jvmti.h Reviewed-by: tbell
Thu, 27 Oct 2016 21:22:32 +0000 Merge
lana [Thu, 27 Oct 2016 21:22:32 +0000] rev 41745
Merge
Thu, 20 Oct 2016 16:53:56 -0700 Merge
amurillo [Thu, 20 Oct 2016 16:53:56 -0700] rev 41744
Merge
Wed, 19 Oct 2016 00:16:02 +0000 Merge
dholmes [Wed, 19 Oct 2016 00:16:02 +0000] rev 41743
Merge
Tue, 18 Oct 2016 20:03:17 -0400 8165827: Support private interface methods in JNI, JDWP, JDI and JDB
dholmes [Tue, 18 Oct 2016 20:03:17 -0400] rev 41742
8165827: Support private interface methods in JNI, JDWP, JDI and JDB Reviewed-by: dcubed, lfoltan, sspitsyn
Tue, 18 Oct 2016 16:15:03 -0700 8166931: Do not include classes which are unusable during run time in the classlist file
ccheung [Tue, 18 Oct 2016 16:15:03 -0700] rev 41741
8166931: Do not include classes which are unusable during run time in the classlist file Summary: added check to exclude classes found in the --patch-module list Reviewed-by: jiangli, lfoltan, iklam
Tue, 18 Oct 2016 17:38:17 -0400 Merge
jiangli [Tue, 18 Oct 2016 17:38:17 -0400] rev 41740
Merge
Mon, 10 Oct 2016 20:50:33 -0400 8167333: Invalid source path info might be used when creating ClassFileStream after CFLH transforms a shared classes in some cases
jiangli [Mon, 10 Oct 2016 20:50:33 -0400] rev 41739
8167333: Invalid source path info might be used when creating ClassFileStream after CFLH transforms a shared classes in some cases Summary: Use NULL as 'source' when there is no valid source path info. Reviewed-by: iklam, dholmes, dsamersoff
Tue, 18 Oct 2016 19:31:21 +0000 Merge
never [Tue, 18 Oct 2016 19:31:21 +0000] rev 41738
Merge
Tue, 18 Oct 2016 17:47:03 +0000 Merge
never [Tue, 18 Oct 2016 17:47:03 +0000] rev 41737
Merge
Tue, 18 Oct 2016 17:06:58 +0000 8166972: [JVMCI] reduce size of interpreter when JVMCI is enabled
never [Tue, 18 Oct 2016 17:06:58 +0000] rev 41736
8166972: [JVMCI] reduce size of interpreter when JVMCI is enabled Reviewed-by: kvn, twisti
Tue, 18 Oct 2016 18:59:01 +0000 Merge
dfazunen [Tue, 18 Oct 2016 18:59:01 +0000] rev 41735
Merge
Tue, 18 Oct 2016 17:18:11 +0000 Merge
dfazunen [Tue, 18 Oct 2016 17:18:11 +0000] rev 41734
Merge
Tue, 18 Oct 2016 16:02:14 +0000 Merge
dfazunen [Tue, 18 Oct 2016 16:02:14 +0000] rev 41733
Merge
Tue, 18 Oct 2016 19:26:07 +0400 8165621: Convert TestG1BiasedArray_test to GTest
dfazunen [Tue, 18 Oct 2016 19:26:07 +0400] rev 41732
8165621: Convert TestG1BiasedArray_test to GTest Reviewed-by: jwilhelm, kzhaldyb
Tue, 18 Oct 2016 17:21:55 +0000 Merge
aph [Tue, 18 Oct 2016 17:21:55 +0000] rev 41731
Merge
Tue, 18 Oct 2016 17:14:09 +0000 Merge
aph [Tue, 18 Oct 2016 17:14:09 +0000] rev 41730
Merge
Wed, 12 Oct 2016 12:24:41 +0000 8167595: AArch64: SEGV in stub code cipherBlockChaining_decryptAESCrypt
aph [Wed, 12 Oct 2016 12:24:41 +0000] rev 41729
8167595: AArch64: SEGV in stub code cipherBlockChaining_decryptAESCrypt Reviewed-by: aph Contributed-by: ningsheng.jian@linaro.org
Tue, 18 Oct 2016 16:09:34 +0000 Merge
coleenp [Tue, 18 Oct 2016 16:09:34 +0000] rev 41728
Merge
Tue, 18 Oct 2016 08:39:43 -0400 8164921: Memory leaked when instrumentation.retransformClasses() is called repeatedly
coleenp [Tue, 18 Oct 2016 08:39:43 -0400] rev 41727
8164921: Memory leaked when instrumentation.retransformClasses() is called repeatedly Summary: Return Metablocks smaller than dictionary's dark matter. Reviewed-by: mgerdin, sspitsyn, dsamersoff Contributed-by: jon.masamitsu@oracle.com, coleen.phillimore@oracle.com
Tue, 18 Oct 2016 15:15:51 +0000 Merge
dnsimon [Tue, 18 Oct 2016 15:15:51 +0000] rev 41726
Merge
Tue, 11 Oct 2016 00:08:20 +0200 8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon [Tue, 11 Oct 2016 00:08:20 +0200] rev 41725
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci Reviewed-by: mchung, twisti, alanb
Tue, 18 Oct 2016 16:21:43 +0200 Merge
ehelin [Tue, 18 Oct 2016 16:21:43 +0200] rev 41724
Merge
Wed, 05 Oct 2016 16:00:10 +0200 8167190: Remove confusing timestamps from the gc log
ehelin [Wed, 05 Oct 2016 16:00:10 +0200] rev 41723
8167190: Remove confusing timestamps from the gc log Reviewed-by: sjohanss, pliden
Tue, 18 Oct 2016 12:26:04 +0000 Merge
ctornqvi [Tue, 18 Oct 2016 12:26:04 +0000] rev 41722
Merge
Tue, 18 Oct 2016 06:17:10 -0400 8159799: Tests using jcmd fails intermittently with Could not open PerfMemory on Windows
ctornqvi [Tue, 18 Oct 2016 06:17:10 -0400] rev 41721
8159799: Tests using jcmd fails intermittently with Could not open PerfMemory on Windows Reviewed-by: gtriantafill, dholmes, sla, fparain
Tue, 18 Oct 2016 06:14:10 -0400 8166738: Enable concurrency in Hotspot jtreg testing
ctornqvi [Tue, 18 Oct 2016 06:14:10 -0400] rev 41720
8166738: Enable concurrency in Hotspot jtreg testing Reviewed-by: gtriantafill, erikj, sspitsyn
Tue, 18 Oct 2016 13:24:02 +0200 Merge
rehn [Tue, 18 Oct 2016 13:24:02 +0200] rev 41719
Merge
Tue, 18 Oct 2016 12:06:52 +0200 Merge
rehn [Tue, 18 Oct 2016 12:06:52 +0200] rev 41718
Merge
Tue, 18 Oct 2016 10:51:25 +0200 8165526: Kitchensink sudden death - error code 0x406d1388
rehn [Tue, 18 Oct 2016 10:51:25 +0200] rev 41717
8165526: Kitchensink sudden death - error code 0x406d1388 Reviewed-by: dholmes, sla, gtriantafill
Mon, 17 Oct 2016 17:55:10 +0200 8168086: 8166869 broke jvmci build on aarch64
roland [Mon, 17 Oct 2016 17:55:10 +0200] rev 41716
8168086: 8166869 broke jvmci build on aarch64 Reviewed-by: kvn
Tue, 18 Oct 2016 09:43:12 +0200 8153134: Infinite loop in handle_wrong_method in jmod
thartmann [Tue, 18 Oct 2016 09:43:12 +0200] rev 41715
8153134: Infinite loop in handle_wrong_method in jmod Summary: Use Patching_lock to synchronize access between set_code() and clear_code(). Reviewed-by: kvn, dlong
Mon, 17 Oct 2016 16:40:49 -0700 8167494: Deprecate AutoGCSelectPauseMillis
sangheki [Mon, 17 Oct 2016 16:40:49 -0700] rev 41714
8167494: Deprecate AutoGCSelectPauseMillis Reviewed-by: kbarrett, ehelin
Mon, 17 Oct 2016 21:21:53 -0700 8166461: Deprecate UseAutoGCSelectPolicy
sangheki [Mon, 17 Oct 2016 21:21:53 -0700] rev 41713
8166461: Deprecate UseAutoGCSelectPolicy Reviewed-by: kbarrett, ehelin
Tue, 18 Oct 2016 02:53:36 +0000 Merge
coleenp [Tue, 18 Oct 2016 02:53:36 +0000] rev 41712
Merge
Tue, 18 Oct 2016 00:15:02 +0000 Merge
coleenp [Tue, 18 Oct 2016 00:15:02 +0000] rev 41711
Merge
Wed, 12 Oct 2016 10:41:00 +0200 8166970: Adapt mutex padding according to DEFAULT_CACHE_LINE_SIZE
mdoerr [Wed, 12 Oct 2016 10:41:00 +0200] rev 41710
8166970: Adapt mutex padding according to DEFAULT_CACHE_LINE_SIZE Reviewed-by: coleenp, dholmes, dcubed, redestad
Tue, 18 Oct 2016 01:47:24 +0000 Merge
sangheki [Tue, 18 Oct 2016 01:47:24 +0000] rev 41709
Merge
Mon, 17 Oct 2016 16:46:12 -0700 8155948: Add message for CMS deprecation for Oracle builds
jmasa [Mon, 17 Oct 2016 16:46:12 -0700] rev 41708
8155948: Add message for CMS deprecation for Oracle builds Reviewed-by: kbarrett, dholmes, coleenp, drwhite
Mon, 17 Oct 2016 19:18:08 -0400 8157141: Fix for JDK-8031290 is unnecessarily fragile
alanbur [Mon, 17 Oct 2016 19:18:08 -0400] rev 41707
8157141: Fix for JDK-8031290 is unnecessarily fragile 8166454: meminfo(2) has been available since Solaris 9 Reviewed-by: dholmes, kbarrett
Mon, 17 Oct 2016 19:12:28 -0400 8165482: java in ldoms, with cpu-arch=generic has problems
mwalsh [Mon, 17 Oct 2016 19:12:28 -0400] rev 41706
8165482: java in ldoms, with cpu-arch=generic has problems Reviewed-by: dholmes, alanbur
Mon, 17 Oct 2016 18:54:12 -0400 8165687: Fix license and copyright headers in jd9 under hotspot/test
stsmirno [Mon, 17 Oct 2016 18:54:12 -0400] rev 41705
8165687: Fix license and copyright headers in jd9 under hotspot/test Summary: Legal notices and Oracle copyrights were updated (white and blank space, commas) in tests files for uniformity to meet Oracle requirements. Reviewed-by: dholmes, iris Contributed-by: Stanislav Smirnov <stanislav.smirnov@oracle.com>, Vassili Igouchkine <vassili.igouchkine@oracle.com>
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 tip