Tue, 20 Mar 2018 11:24:32 +0530 8175312: SA: clhsdb: Provide an improved heap summary for 'universe' for G1GC
jgeorge [Tue, 20 Mar 2018 11:24:32 +0530] rev 49463
8175312: SA: clhsdb: Provide an improved heap summary for 'universe' for G1GC Summary: Provide an improved heap summary for G1GC with parameters like 'capacity', 'used', 'free', etc with the 'universe' command, and introduce a new command 'g1regiondetails' to display the individual region details. Reviewed-by: sjohanss, minqi
Mon, 19 Mar 2018 14:20:28 -0500 8140359: get_locked_message_ext() should return Flag::MsgType
gziemski [Mon, 19 Mar 2018 14:20:28 -0500] rev 49462
8140359: get_locked_message_ext() should return Flag::MsgType Summary: Changed get_locked_message_ext() to return Flag::MsgType Reviewed-by: coleenp, rehn
Mon, 19 Mar 2018 13:57:08 -0500 8199356: Fix hotspot to allow stdlib to use libc++ and to allow changing the deployment target to 10.9
gziemski [Mon, 19 Mar 2018 13:57:08 -0500] rev 49461
8199356: Fix hotspot to allow stdlib to use libc++ and to allow changing the deployment target to 10.9 Summary: Remove conflicting poison min/max define Reviewed-by: kbarrett, lfoltan
Mon, 19 Mar 2018 13:37:57 -0500 8198608: Improvements to command-line flags printing
lucy [Mon, 19 Mar 2018 13:37:57 -0500] rev 49460
8198608: Improvements to command-line flags printing Summary: Re-implemented Flag::print_on() Reviewed-by: dholmes, mikael, gziemski
Mon, 19 Mar 2018 13:38:35 -0400 8199741: NMT: Tag safepoint polling pages
zgu [Mon, 19 Mar 2018 13:38:35 -0400] rev 49459
8199741: NMT: Tag safepoint polling pages Summary: Added NMT tag for Safepoint polling pages Reviewed-by: coleenp, shade
Wed, 14 Mar 2018 17:55:15 +0800 8191954: AArch64: disable UseCISCSpill in C2
njian [Wed, 14 Mar 2018 17:55:15 +0800] rev 49458
8191954: AArch64: disable UseCISCSpill in C2 Reviewed-by: adinn, aph
Thu, 15 Mar 2018 14:05:48 +0800 8173100: AArch64: -XX:-UseOnStackReplacement does not work together with -XX:+TieredCompilation
njian [Thu, 15 Mar 2018 14:05:48 +0800] rev 49457
8173100: AArch64: -XX:-UseOnStackReplacement does not work together with -XX:+TieredCompilation Summary: Fix hotspot jtreg test compiler/interpreter/DisableOSRTest.java failure on AArch64. Reviewed-by: aph, fyang
Mon, 19 Mar 2018 08:31:57 -0400 8199752: NMT: Memory allocated by Unsafe.allocateMemory should be tagged as mtOther
zgu [Mon, 19 Mar 2018 08:31:57 -0400] rev 49456
8199752: NMT: Memory allocated by Unsafe.allocateMemory should be tagged as mtOther Summary: Tag memory allocation from Usafe.allocateMemory as external memory allocation Reviewed-by: coleenp, stuefe
Mon, 19 Mar 2018 07:38:18 +0100 8199604: Rename CardTableModRefBS to CardTableBarrierSet
eosterlund [Mon, 19 Mar 2018 07:38:18 +0100] rev 49455
8199604: Rename CardTableModRefBS to CardTableBarrierSet Reviewed-by: stefank, pliden
Fri, 16 Mar 2018 14:47:53 +0100 8199685: Access arraycopy build failure with GCC 7.3.1
eosterlund [Fri, 16 Mar 2018 14:47:53 +0100] rev 49454
8199685: Access arraycopy build failure with GCC 7.3.1 Reviewed-by: rkennke, pliden
Mon, 19 Mar 2018 11:38:45 +0100 8199667: Unify metaspace list index handling and reinstantiate ChunkManager listindex gtest
stuefe [Mon, 19 Mar 2018 11:38:45 +0100] rev 49453
8199667: Unify metaspace list index handling and reinstantiate ChunkManager listindex gtest Reviewed-by: zgu, coleenp
Thu, 15 Mar 2018 21:26:55 +0100 8199728: Remove oopDesc::is_scavengable
stefank [Thu, 15 Mar 2018 21:26:55 +0100] rev 49452
8199728: Remove oopDesc::is_scavengable Reviewed-by: kbarrett, pliden
Fri, 16 Mar 2018 22:59:32 -0700 8198969: Update Graal
iveresov [Fri, 16 Mar 2018 22:59:32 -0700] rev 49451
8198969: Update Graal Reviewed-by: kvn
Fri, 16 Mar 2018 11:26:05 +0000 8199243: aarch32: ARM 32 build broken after 8165929
enevill [Fri, 16 Mar 2018 11:26:05 +0000] rev 49450
8199243: aarch32: ARM 32 build broken after 8165929 Reviewed-by: coleenp, dholmes
Fri, 16 Mar 2018 09:12:13 -0400 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
coleenp [Fri, 16 Mar 2018 09:12:13 -0400] rev 49449
8199263: Split interfaceSupport.hpp to not require including .inline.hpp files Summary: interfaceSupport.hpp is an inline file so moved to interfaceSupport.inline.hpp and stopped including it in .hpp files Reviewed-by: stefank, rehn, kvn
Fri, 16 Mar 2018 08:26:53 -0400 8199716: Unused AdjustKlassClosure in psParallelCompact.hpp
coleenp [Fri, 16 Mar 2018 08:26:53 -0400] rev 49448
8199716: Unused AdjustKlassClosure in psParallelCompact.hpp Reviewed-by: stefank
Thu, 15 Mar 2018 11:58:58 +0100 8199674: Improve G1 Full GC array marking
sjohanss [Thu, 15 Mar 2018 11:58:58 +0100] rev 49447
8199674: Improve G1 Full GC array marking Reviewed-by: tschatzl, shade
Thu, 29 Mar 2018 20:12:02 +0100 8200304: TwoStacksPlainDatagramSocketImpl and socket cleaner
chegar [Thu, 29 Mar 2018 20:12:02 +0100] rev 49446
8200304: TwoStacksPlainDatagramSocketImpl and socket cleaner Reviewed-by: alanb, dfuchs, rriggs
Thu, 29 Mar 2018 08:52:41 -0700 8200409: jdk11 nightly solaris sparc build failure
erikj [Thu, 29 Mar 2018 08:52:41 -0700] rev 49445
8200409: jdk11 nightly solaris sparc build failure Reviewed-by: alanb, tbell
Wed, 28 Mar 2018 21:57:03 -0700 8196668: revisit test SunPackageAccess and GrantedSunPackageAccess
xiaofeya [Wed, 28 Mar 2018 21:57:03 -0700] rev 49444
8196668: revisit test SunPackageAccess and GrantedSunPackageAccess Reviewed-by: mchung
Wed, 28 Mar 2018 21:14:06 -0700 8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets
martin [Wed, 28 Mar 2018 21:14:06 -0700] rev 49443
8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets Reviewed-by: sherman, ulfzibis
Wed, 28 Mar 2018 21:14:03 -0700 8200124: Various cleanups in jar/zip
martin [Wed, 28 Mar 2018 21:14:03 -0700] rev 49442
8200124: Various cleanups in jar/zip Reviewed-by: sherman, ulfzibis
Wed, 28 Mar 2018 21:13:55 -0700 8200116: ConstructInflaterOutput, ConstructDeflaterInput still spamming test logs
martin [Wed, 28 Mar 2018 21:13:55 -0700] rev 49441
8200116: ConstructInflaterOutput, ConstructDeflaterInput still spamming test logs Summary: end() should always expect to be called eventually Reviewed-by: sherman, ulfzibis
Wed, 28 Mar 2018 23:56:08 +0200 8200178: Remove mapfiles for JDK native libraries
ihse [Wed, 28 Mar 2018 23:56:08 +0200] rev 49440
8200178: Remove mapfiles for JDK native libraries Reviewed-by: erikj, alanb, mchung, prr, weijun
Wed, 28 Mar 2018 21:00:09 +0200 8200357: Inline SoundLibraries.gmk into Lib-java.desktop.gmk
ihse [Wed, 28 Mar 2018 21:00:09 +0200] rev 49439
8200357: Inline SoundLibraries.gmk into Lib-java.desktop.gmk Reviewed-by: stuefe, erikj
Wed, 28 Mar 2018 14:15:41 -0400 8197595: Serialization javadoc should link to security best practices
rriggs [Wed, 28 Mar 2018 14:15:41 -0400] rev 49438
8197595: Serialization javadoc should link to security best practices Reviewed-by: lancea, mullan, ahgross
Wed, 28 Mar 2018 14:24:17 +0100 8200355: local variable inference regression test generates classfile in test folder
mcimadamore [Wed, 28 Mar 2018 14:24:17 +0100] rev 49437
8200355: local variable inference regression test generates classfile in test folder Summary: LVTI harness should generate files in jtreg scratch dir Reviewed-by: vromero
Wed, 28 Mar 2018 14:08:26 +0100 8200199: javac suggests to use var even when var is used
mcimadamore [Wed, 28 Mar 2018 14:08:26 +0100] rev 49436
8200199: javac suggests to use var even when var is used Summary: local var analyzer should use synthetic var type position to decide if analysis is needed Reviewed-by: jlahoda, vromero
Mon, 26 Mar 2018 17:33:58 +0530 8144300: http.nonProxyHosts value having wildcard * both at end and start are not honored
rpatil [Mon, 26 Mar 2018 17:33:58 +0530] rev 49435
8144300: http.nonProxyHosts value having wildcard * both at end and start are not honored Summary: added validation for wildcard at start and end Reviewed-by: chegar, dfuchs, clanger Contributed-by: pallavi.sonal@oracle.com
Wed, 28 Mar 2018 10:24:26 +0200 8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978
jlahoda [Wed, 28 Mar 2018 10:24:26 +0200] rev 49434
8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978 Summary: Adjusting the expected number of exception table entries to the recent changes in javac. Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip