Fri, 20 Jul 2018 09:46:57 +0200 8207830: [aix] disable jfr in build and tests
goetz [Fri, 20 Jul 2018 09:46:57 +0200] rev 51214
8207830: [aix] disable jfr in build and tests Reviewed-by: kvn, erikj
Fri, 20 Jul 2018 09:33:49 +0200 8207766: [testbug] Adapt tests for Aix.
goetz [Fri, 20 Jul 2018 09:33:49 +0200] rev 51213
8207766: [testbug] Adapt tests for Aix. Reviewed-by: clanger, mbaesken
Fri, 20 Jul 2018 01:23:38 -0700 8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
rraghavan [Fri, 20 Jul 2018 01:23:38 -0700] rev 51212
8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError Summary: Added required uses statement Reviewed-by: dnsimon, kvn
Fri, 20 Jul 2018 15:24:42 +0800 8207833: java/nio/channels/Selector/SelectWithConsumer.java testCancel() fails intermittently
mli [Fri, 20 Jul 2018 15:24:42 +0800] rev 51211
8207833: java/nio/channels/Selector/SelectWithConsumer.java testCancel() fails intermittently Reviewed-by: alanb
Thu, 19 Jul 2018 18:21:24 -0700 8207765: HeapMonitorStatIntervalTest.java fails with ZGC
jcbeyler [Thu, 19 Jul 2018 18:21:24 -0700] rev 51210
8207765: HeapMonitorStatIntervalTest.java fails with ZGC Summary: Add a calculation of array sizes before test to satisfy ZGC support Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Fri, 20 Jul 2018 08:40:14 +0800 8207244: java/nio/channels/Selector/SelectWithConsumer.java testInterruptDuringSelect() fails intermittently
mli [Fri, 20 Jul 2018 08:40:14 +0800] rev 51209
8207244: java/nio/channels/Selector/SelectWithConsumer.java testInterruptDuringSelect() fails intermittently Reviewed-by: alanb
Wed, 11 Jul 2018 13:55:38 -0400 8207056: Epsilon GC to support object pinning
zgu [Wed, 11 Jul 2018 13:55:38 -0400] rev 51208
8207056: Epsilon GC to support object pinning Summary: Epsilon GC to use object pinning to avoid expensive GCLocker Reviewed-by: shade, rkennke
Thu, 19 Jul 2018 14:25:42 -0700 8207243: Fix translation filtering to also support zh_HK and zh_TW
erikj [Thu, 19 Jul 2018 14:25:42 -0700] rev 51207
8207243: Fix translation filtering to also support zh_HK and zh_TW Reviewed-by: tbell
Thu, 19 Jul 2018 13:41:56 -0700 8207069: [AOT] we should check that VM uses the same GC as one used for AOT library generation.
kvn [Thu, 19 Jul 2018 13:41:56 -0700] rev 51206
8207069: [AOT] we should check that VM uses the same GC as one used for AOT library generation. Reviewed-by: twisti, dnsimon, never
Thu, 19 Jul 2018 21:46:52 +0300 8207584: ARM32: ShouldNotReachHere assertion on Test8168712 jtreg test
bulasevich [Thu, 19 Jul 2018 21:46:52 +0300] rev 51205
8207584: ARM32: ShouldNotReachHere assertion on Test8168712 jtreg test Reviewed-by: shade
Thu, 26 Jul 2018 09:30:58 -0700 Added tag jdk-12+4 for changeset 499b873761d8
prr [Thu, 26 Jul 2018 09:30:58 -0700] rev 51204
Added tag jdk-12+4 for changeset 499b873761d8
Fri, 27 Jul 2018 00:54:39 +0900 8205992: jhsdb cannot attach to Java processes running in Docker containers
ysuenaga [Fri, 27 Jul 2018 00:54:39 +0900] rev 51203
8205992: jhsdb cannot attach to Java processes running in Docker containers Reviewed-by: cjplummer, jgeorge
Thu, 26 Jul 2018 10:56:58 -0400 8208183: update HSDIS plugin license to UPL
dbuck [Thu, 26 Jul 2018 10:56:58 -0400] rev 51202
8208183: update HSDIS plugin license to UPL Reviewed-by: simonis, adinn, jrose
Wed, 25 Jul 2018 17:26:35 -0700 8208227: tools/jdeps/DotFileTest.java fails on Win-X64
jjg [Wed, 25 Jul 2018 17:26:35 -0700] rev 51201
8208227: tools/jdeps/DotFileTest.java fails on Win-X64 Reviewed-by: darcy
Wed, 25 Jul 2018 17:22:26 -0700 8208200: Add missing periods to sentences in RoundEnvironment specs
darcy [Wed, 25 Jul 2018 17:22:26 -0700] rev 51200
8208200: Add missing periods to sentences in RoundEnvironment specs Reviewed-by: jjg
Wed, 25 Jul 2018 17:22:25 -0400 8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
dcubed [Wed, 25 Jul 2018 17:22:25 -0400] rev 51199
8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java Reviewed-by: sspitsyn
Wed, 25 Jul 2018 12:54:58 -0700 8208201: Update SourceVersion.RELEASE_11 docs to mention var for lambda param
darcy [Wed, 25 Jul 2018 12:54:58 -0700] rev 51198
8208201: Update SourceVersion.RELEASE_11 docs to mention var for lambda param Reviewed-by: jjg
Wed, 25 Jul 2018 21:47:40 +0200 8204970: Remaing object comparisons need to use oopDesc::equals()
rkennke [Wed, 25 Jul 2018 21:47:40 +0200] rev 51197
8204970: Remaing object comparisons need to use oopDesc::equals() Reviewed-by: eosterlund, zgu
Wed, 25 Jul 2018 15:38:37 -0400 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed [Wed, 25 Jul 2018 15:38:37 -0400] rev 51196
8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' Reviewed-by: cjplummer
Wed, 25 Jul 2018 10:51:16 -0700 8207765: HeapMonitorTest.java intermittent failure
jcbeyler [Wed, 25 Jul 2018 10:51:16 -0700] rev 51195
8207765: HeapMonitorTest.java intermittent failure Summary: Lower the interval rate and check GC objects too Reviewed-by: dcubed, sspitsyn Contributed-by: jcbeyler@google.com
Wed, 25 Jul 2018 12:32:59 -0700 8190886: package-info handling in RoundEnvironment.getElementsAnnotatedWith
darcy [Wed, 25 Jul 2018 12:32:59 -0700] rev 51194
8190886: package-info handling in RoundEnvironment.getElementsAnnotatedWith Reviewed-by: vromero, jlahoda
Wed, 25 Jul 2018 12:32:06 -0400 8208189: ProblemList compiler/graalunit/JttThreadsTest.java
dcubed [Wed, 25 Jul 2018 12:32:06 -0400] rev 51193
8208189: ProblemList compiler/graalunit/JttThreadsTest.java Reviewed-by: darcy
Wed, 25 Jul 2018 11:03:07 +0800 8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/ jdk-12+4
xyin [Wed, 25 Jul 2018 11:03:07 +0800] rev 51192
8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/ Reviewed-by: vtewari, rriggs
Tue, 24 Jul 2018 08:58:32 -0700 8208157: requires.VMProps throws NPE for missing properties in "release" file
shurailine [Tue, 24 Jul 2018 08:58:32 -0700] rev 51191
8208157: requires.VMProps throws NPE for missing properties in "release" file Reviewed-by: iignatyev, lancea
Tue, 24 Jul 2018 11:37:43 -0700 8207214: Broken links in JDK API serialized-form page
jjg [Tue, 24 Jul 2018 11:37:43 -0700] rev 51190
8207214: Broken links in JDK API serialized-form page Reviewed-by: hannesw
Tue, 24 Jul 2018 09:27:42 +0200 8207941: javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails on machines without Arial font [testbug]
mbaesken [Tue, 24 Jul 2018 09:27:42 +0200] rev 51189
8207941: javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails on machines without Arial font [testbug] Reviewed-by: goetz, psadhukhan
Thu, 19 Jul 2018 11:04:46 +0200 8207395: jar has issues with UNC-path arguments for the jar -C parameter [windows]
mbaesken [Thu, 19 Jul 2018 11:04:46 +0200] rev 51188
8207395: jar has issues with UNC-path arguments for the jar -C parameter [windows] Reviewed-by: goetz, sherman
Mon, 23 Jul 2018 22:07:55 -0700 8207314: Unnecessary reallocation when constructing WeakHashMap from a large Map
igerasim [Mon, 23 Jul 2018 22:07:55 -0700] rev 51187
8207314: Unnecessary reallocation when constructing WeakHashMap from a large Map Reviewed-by: martin
Mon, 23 Jul 2018 18:29:35 -0700 8207262: enable applications/ctw/modules/java_desktop_2.java test again
kvn [Mon, 23 Jul 2018 18:29:35 -0700] rev 51186
8207262: enable applications/ctw/modules/java_desktop_2.java test again Reviewed-by: iignatyev
Mon, 23 Jul 2018 14:41:06 -0400 8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
dcubed [Mon, 23 Jul 2018 14:41:06 -0400] rev 51185
8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java Reviewed-by: sspitsyn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip