Wed, 20 Mar 2019 18:01:42 -0400 8218446: SuspendAtExit hangs
dholmes [Wed, 20 Mar 2019 18:01:42 -0400] rev 54205
8218446: SuspendAtExit hangs Reviewed-by: rehn, dcubed
Wed, 20 Mar 2019 22:53:44 +0100 8220389: Update Graal
jwilhelm [Wed, 20 Mar 2019 22:53:44 +0100] rev 54204
8220389: Update Graal Reviewed-by: kvn, dlong
Wed, 20 Mar 2019 17:28:29 +0100 Merge
jwilhelm [Wed, 20 Mar 2019 17:28:29 +0100] rev 54203
Merge
Wed, 20 Mar 2019 17:13:08 +0100 Added tag jdk-12-ga for changeset b67884871b5f
jwilhelm [Wed, 20 Mar 2019 17:13:08 +0100] rev 54202
Added tag jdk-12-ga for changeset b67884871b5f
Wed, 20 Mar 2019 09:17:48 +0000 8221098: Run java/net/URL/HandlerLoop.java in othervm mode jdk-13+13
chegar [Wed, 20 Mar 2019 09:17:48 +0000] rev 54201
8221098: Run java/net/URL/HandlerLoop.java in othervm mode Reviewed-by: alanb, martin
Wed, 20 Mar 2019 11:51:43 +0300 8211100: hotspot C1 issue with comparing long numbers on x86 32-bit
dcherepanov [Wed, 20 Mar 2019 11:51:43 +0300] rev 54200
8211100: hotspot C1 issue with comparing long numbers on x86 32-bit Reviewed-by: iveresov, thartmann
Wed, 20 Mar 2019 08:33:33 +0000 8153508: ContentHandler API contains link to private contentPathProp
chegar [Wed, 20 Mar 2019 08:33:33 +0000] rev 54199
8153508: ContentHandler API contains link to private contentPathProp Reviewed-by: dfuchs, vtewari
Wed, 20 Mar 2019 09:58:12 +0530 8219958: Automatically load taglets from a jar file
pmuthuswamy [Wed, 20 Mar 2019 09:58:12 +0530] rev 54198
8219958: Automatically load taglets from a jar file Reviewed-by: jjg
Tue, 19 Mar 2019 15:18:35 -0400 8147502: Digest is incorrectly truncated for ECDSA signatures when the bit length of n is less than the field size
apetcher [Tue, 19 Mar 2019 15:18:35 -0400] rev 54197
8147502: Digest is incorrectly truncated for ECDSA signatures when the bit length of n is less than the field size Summary: Truncate the digest according to the group order, not the field size Reviewed-by: jnimeh
Tue, 19 Mar 2019 14:22:47 -0400 8220744: Move RedefineTests to from runtime to serviceability
coleenp [Tue, 19 Mar 2019 14:22:47 -0400] rev 54196
8220744: Move RedefineTests to from runtime to serviceability Summary: move tests out of runtime to jvmti/RedefineClasses Reviewed-by: sspitsyn, dcubed, cjplummer, hseigel, mseledtsov
Tue, 19 Mar 2019 14:32:41 -0400 8218975: Bug in macOSX kernel's pthread support
kbarrett [Tue, 19 Mar 2019 14:32:41 -0400] rev 54195
8218975: Bug in macOSX kernel's pthread support Summary: Use freelist of pthread_mutex/condvar pairs on macOSX. Reviewed-by: tschatzl, dholmes, dcubed Contributed-by: kim.barrett@oracle.com, patricio.chilano.mateo@oracle.com
Tue, 19 Mar 2019 14:31:52 -0400 Merge
bobv [Tue, 19 Mar 2019 14:31:52 -0400] rev 54194
Merge
Tue, 19 Mar 2019 12:29:40 -0400 8217766: Container Support doesn't work for some Join Controllers combinations
bobv [Tue, 19 Mar 2019 12:29:40 -0400] rev 54193
8217766: Container Support doesn't work for some Join Controllers combinations Reviewed-by: rriggs, sgehwolf
Tue, 19 Mar 2019 12:10:00 -0400 8212528: Wrong cgroup subsystem being used for some CPU Container Metrics
bobv [Tue, 19 Mar 2019 12:10:00 -0400] rev 54192
8212528: Wrong cgroup subsystem being used for some CPU Container Metrics Reviewed-by: rriggs, sgehwolf
Tue, 19 Mar 2019 12:00:54 -0400 8219562: Line of code in osContainer_linux.cpp L102 appears unreachable
bobv [Tue, 19 Mar 2019 12:00:54 -0400] rev 54191
8219562: Line of code in osContainer_linux.cpp L102 appears unreachable Reviewed-by: rriggs, sgehwolf
Tue, 19 Mar 2019 14:08:20 -0400 8220690: ATTRIBUTE_ALIGNED requires GNU extensions enabled
kbarrett [Tue, 19 Mar 2019 14:08:20 -0400] rev 54190
8220690: ATTRIBUTE_ALIGNED requires GNU extensions enabled Summary: Use __typeof__(x) instead of typeof(x). Reviewed-by: shade, sgehwolf
Tue, 19 Mar 2019 10:47:17 -0400 8220613: java/util/Arrays/TimSortStackSize2.java times out with fastdebug build
rriggs [Tue, 19 Mar 2019 10:47:17 -0400] rev 54189
8220613: java/util/Arrays/TimSortStackSize2.java times out with fastdebug build Reviewed-by: lancea, alanb
Tue, 19 Mar 2019 14:27:50 +0000 8220663: Incorrect handling of IPv6 addresses in Socket(Proxy.HTTP)
chegar [Tue, 19 Mar 2019 14:27:50 +0000] rev 54188
8220663: Incorrect handling of IPv6 addresses in Socket(Proxy.HTTP) Reviewed-by: alanb, michaelm
Mon, 18 Mar 2019 15:29:19 +0100 8220355: Improve assertion texts and exception messages in eventHandlerVMInit
mbaesken [Mon, 18 Mar 2019 15:29:19 +0100] rev 54187
8220355: Improve assertion texts and exception messages in eventHandlerVMInit Reviewed-by: alanb, sspitsyn, jcbeyler
Mon, 18 Mar 2019 16:04:23 +0100 8220781: linux-s390 : os::get_summary_cpu_info gives bad output
mbaesken [Mon, 18 Mar 2019 16:04:23 +0100] rev 54186
8220781: linux-s390 : os::get_summary_cpu_info gives bad output Reviewed-by: dholmes, lucy
Tue, 19 Mar 2019 11:15:08 +0000 8170705: sun/net/www/protocol/http/StackTraceTest.java fails intermittently with Invalid Http response
chegar [Tue, 19 Mar 2019 11:15:08 +0000] rev 54185
8170705: sun/net/www/protocol/http/StackTraceTest.java fails intermittently with Invalid Http response Reviewed-by: dfuchs
Tue, 19 Mar 2019 17:03:18 +0800 8220812: gc/shenandoah/options/TestLoopMiningArguments.java fails if default GC is serial/parallel/cms
aoqi [Tue, 19 Mar 2019 17:03:18 +0800] rev 54184
8220812: gc/shenandoah/options/TestLoopMiningArguments.java fails if default GC is serial/parallel/cms Reviewed-by: shade Contributed-by: Ao Qi <aoqi@loongson.cn>
Tue, 19 Mar 2019 10:36:24 +0800 8220410: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed with missing expected output
jjiang [Tue, 19 Mar 2019 10:36:24 +0800] rev 54183
8220410: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed with missing expected output Summary: Using the same timezone for jar verifying and date formatting Reviewed-by: weijun
Mon, 18 Mar 2019 15:26:59 -0700 8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2 implementation
jnimeh [Mon, 18 Mar 2019 15:26:59 -0700] rev 54182
8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2 implementation Reviewed-by: apetcher
Mon, 18 Mar 2019 11:50:57 -0700 8220693: jdk/javadoc/doclet/MetaTag/MetaTag.java with unexpected date
jjg [Mon, 18 Mar 2019 11:50:57 -0700] rev 54181
8220693: jdk/javadoc/doclet/MetaTag/MetaTag.java with unexpected date Reviewed-by: hannesw
Mon, 18 Mar 2019 17:33:59 +0100 8220737: Jib based 32 bit windows builds fail
erikj [Mon, 18 Mar 2019 17:33:59 +0100] rev 54180
8220737: Jib based 32 bit windows builds fail Reviewed-by: tbell, dholmes
Mon, 18 Mar 2019 16:33:28 +0100 8220780: ShenandoahBS::AccessBarrier::oop_store_in_heap ignores AS_NO_KEEPALIVE
rkennke [Mon, 18 Mar 2019 16:33:28 +0100] rev 54179
8220780: ShenandoahBS::AccessBarrier::oop_store_in_heap ignores AS_NO_KEEPALIVE Reviewed-by: shade
Mon, 18 Mar 2019 15:21:33 +0100 8220609: Cleanups in ScavengableNMethods
stefank [Mon, 18 Mar 2019 15:21:33 +0100] rev 54178
8220609: Cleanups in ScavengableNMethods Reviewed-by: pliden, eosterlund
Mon, 18 Mar 2019 15:19:39 +0100 8220606: Move ScavengableNMethods unlinking to unregister_nmethod
stefank [Mon, 18 Mar 2019 15:19:39 +0100] rev 54177
8220606: Move ScavengableNMethods unlinking to unregister_nmethod Reviewed-by: pliden, eosterlund
Wed, 13 Mar 2019 20:07:54 +0100 8220579: [Containers] SubSystem.java out of sync with osContainer_linux.cpp
sgehwolf [Wed, 13 Mar 2019 20:07:54 +0100] rev 54176
8220579: [Containers] SubSystem.java out of sync with osContainer_linux.cpp Reviewed-by: bobv, adinn
Mon, 18 Mar 2019 11:50:41 +0100 8220601: ZGC: Delete ZNMethodTableEntry arrays using ZSafeDelete
pliden [Mon, 18 Mar 2019 11:50:41 +0100] rev 54175
8220601: ZGC: Delete ZNMethodTableEntry arrays using ZSafeDelete Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:41 +0100 8220600: ZGC: Delete ZPages using ZSafeDelete
pliden [Mon, 18 Mar 2019 11:50:41 +0100] rev 54174
8220600: ZGC: Delete ZPages using ZSafeDelete Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:40 +0100 8220599: ZGC: Introduce ZSafeDelete
pliden [Mon, 18 Mar 2019 11:50:40 +0100] rev 54173
8220599: ZGC: Introduce ZSafeDelete Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:40 +0100 8220597: ZGC: Convert ZForwarding to use ZAttachedArray
pliden [Mon, 18 Mar 2019 11:50:40 +0100] rev 54172
8220597: ZGC: Convert ZForwarding to use ZAttachedArray Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:40 +0100 8220596: ZGC: Convert ZNMethodData to use ZAttachedArray
pliden [Mon, 18 Mar 2019 11:50:40 +0100] rev 54171
8220596: ZGC: Convert ZNMethodData to use ZAttachedArray Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:40 +0100 8220595: ZGC: Introduce ZAttachedArray
pliden [Mon, 18 Mar 2019 11:50:40 +0100] rev 54170
8220595: ZGC: Introduce ZAttachedArray Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:40 +0100 8220594: ZGC: Remove superfluous ZPage::is_active()
pliden [Mon, 18 Mar 2019 11:50:40 +0100] rev 54169
8220594: ZGC: Remove superfluous ZPage::is_active() Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:40 +0100 8220593: ZGC: Remove superfluous ZPage::is_detached()
pliden [Mon, 18 Mar 2019 11:50:40 +0100] rev 54168
8220593: ZGC: Remove superfluous ZPage::is_detached() Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:40 +0100 8220592: ZGC: Move destruction of detached ZPages into ZPageAllocator
pliden [Mon, 18 Mar 2019 11:50:40 +0100] rev 54167
8220592: ZGC: Move destruction of detached ZPages into ZPageAllocator Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:39 +0100 8220591: ZGC: Don't delay reclaimation of ZVirtualMemory
pliden [Mon, 18 Mar 2019 11:50:39 +0100] rev 54166
8220591: ZGC: Don't delay reclaimation of ZVirtualMemory Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:39 +0100 8220590: ZGC: Remove ZPages from ZPageTable when freed
pliden [Mon, 18 Mar 2019 11:50:39 +0100] rev 54165
8220590: ZGC: Remove ZPages from ZPageTable when freed Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:39 +0100 8220589: ZGC: Remove superfluous ZPageTableEntry
pliden [Mon, 18 Mar 2019 11:50:39 +0100] rev 54164
8220589: ZGC: Remove superfluous ZPageTableEntry Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:39 +0100 8220588: ZGC: Convert ZRelocationSet to hold ZForwardings instead of ZPages
pliden [Mon, 18 Mar 2019 11:50:39 +0100] rev 54163
8220588: ZGC: Convert ZRelocationSet to hold ZForwardings instead of ZPages Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:39 +0100 8220587: ZGC: Break out forwarding information from ZPage
pliden [Mon, 18 Mar 2019 11:50:39 +0100] rev 54162
8220587: ZGC: Break out forwarding information from ZPage Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:39 +0100 8220586: ZGC: Move relocation logic from ZPage to ZRelocate
pliden [Mon, 18 Mar 2019 11:50:39 +0100] rev 54161
8220586: ZGC: Move relocation logic from ZPage to ZRelocate Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:38 +0100 8220741: ZGC: Move CPU agnostic files from linux_x86 to linux
pliden [Mon, 18 Mar 2019 11:50:38 +0100] rev 54160
8220741: ZGC: Move CPU agnostic files from linux_x86 to linux Reviewed-by: stefank, eosterlund
Mon, 18 Mar 2019 11:50:38 +0100 8220569: ZGC: Rename and rework ZUnmapBadViews to ZVerifyViews
pliden [Mon, 18 Mar 2019 11:50:38 +0100] rev 54159
8220569: ZGC: Rename and rework ZUnmapBadViews to ZVerifyViews Reviewed-by: stefank, eosterlund
Sun, 17 Mar 2019 08:26:38 +0000 8220719: Allow other named NetPermissions to be used
chegar [Sun, 17 Mar 2019 08:26:38 +0000] rev 54158
8220719: Allow other named NetPermissions to be used Reviewed-by: mullan, alanb
Sat, 16 Mar 2019 15:05:21 -0700 8220684: Process.waitFor(long, TimeUnit) can return false for a process that exited within the timeout
igerasim [Sat, 16 Mar 2019 15:05:21 -0700] rev 54157
8220684: Process.waitFor(long, TimeUnit) can return false for a process that exited within the timeout Reviewed-by: prappo, dholmes, rriggs
Sat, 16 Mar 2019 13:44:30 -0700 6307456: UnixFileSystem_md.c use of chmod() and access() should handle EINTR signal appropriately (unix)
igerasim [Sat, 16 Mar 2019 13:44:30 -0700] rev 54156
6307456: UnixFileSystem_md.c use of chmod() and access() should handle EINTR signal appropriately (unix) Reviewed-by: bpb, dholmes, alanb
Sat, 16 Mar 2019 19:44:12 +0000 8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl
alanb [Sat, 16 Mar 2019 19:44:12 +0000] rev 54155
8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl Reviewed-by: chegar Contributed-by: alan.bateman@oracle.com, michael.x.mcmahon@oracle.com
Sat, 16 Mar 2019 12:31:31 +0000 8220738: (sc) Move ServerSocketChannelImpl remaining native method to Net
alanb [Sat, 16 Mar 2019 12:31:31 +0000] rev 54154
8220738: (sc) Move ServerSocketChannelImpl remaining native method to Net Reviewed-by: bpb
Sat, 16 Mar 2019 21:27:15 +0900 8220555: JFR tool shows potentially misleading message when it cannot access a file
ysuenaga [Sat, 16 Mar 2019 21:27:15 +0900] rev 54153
8220555: JFR tool shows potentially misleading message when it cannot access a file Reviewed-by: egahlin, mseledtsov
Sat, 16 Mar 2019 02:08:10 +0100 8220745: Fix problemlist entry to refer to 8220613
jwilhelm [Sat, 16 Mar 2019 02:08:10 +0100] rev 54152
8220745: Fix problemlist entry to refer to 8220613 Reviewed-by: dcubed
Fri, 15 Mar 2019 16:24:07 -0700 8219876: (bf) Improve IndexOutOfBoundsException messages in $Type$Buffer classes
bpb [Fri, 15 Mar 2019 16:24:07 -0700] rev 54151
8219876: (bf) Improve IndexOutOfBoundsException messages in $Type$Buffer classes Reviewed-by: alanb, rriggs
Fri, 15 Mar 2019 16:00:18 -0400 8220512: Deoptimize redefinition functions that have dirty ICs
coleenp [Fri, 15 Mar 2019 16:00:18 -0400] rev 54150
8220512: Deoptimize redefinition functions that have dirty ICs Summary: Walk ICs to determine whether nmethods are dependent on redefined classes. Reviewed-by: sspitsyn, eosterlund
Fri, 15 Mar 2019 18:59:21 +0100 8220704: ZGC: gc tests complain Java heap too small
jwilhelm [Fri, 15 Mar 2019 18:59:21 +0100] rev 54149
8220704: ZGC: gc tests complain Java heap too small Reviewed-by: iignatyev, tschatzl
Fri, 15 Mar 2019 09:13:31 -0700 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj [Fri, 15 Mar 2019 09:13:31 -0700] rev 54148
8220093: Change to GCC 8.2 for building on Linux at Oracle Reviewed-by: tbell
Fri, 15 Mar 2019 14:54:27 +0000 8213912: Semantic typo in HttpExchange.java
chegar [Fri, 15 Mar 2019 14:54:27 +0000] rev 54147
8213912: Semantic typo in HttpExchange.java Reviewed-by: dfuchs
Fri, 15 Mar 2019 14:50:57 +0000 8179549: Typo in network properties documentation
chegar [Fri, 15 Mar 2019 14:50:57 +0000] rev 54146
8179549: Typo in network properties documentation Reviewed-by: clanger, coffeys
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip