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
Mon, 23 Jul 2018 11:38:28 -0400 8207849: Allow the addition of more number to the Java version string
tonyp [Mon, 23 Jul 2018 11:38:28 -0400] rev 51184
8207849: Allow the addition of more number to the Java version string Reviewed-by: erikj
Mon, 23 Jul 2018 17:32:04 +0200 8207953: Remove dead code in G1CopyingKeepAliveClosure
tschatzl [Mon, 23 Jul 2018 17:32:04 +0200] rev 51183
8207953: Remove dead code in G1CopyingKeepAliveClosure Reviewed-by: kbarrett
Fri, 20 Jul 2018 14:48:41 -0700 8205493: OptionSmokeTest.java uses hard-coded release values
vromero [Fri, 20 Jul 2018 14:48:41 -0700] rev 51182
8205493: OptionSmokeTest.java uses hard-coded release values Reviewed-by: darcy
Fri, 20 Jul 2018 14:46:43 -0700 8208060: Additional corrections of serial-related declarations
darcy [Fri, 20 Jul 2018 14:46:43 -0700] rev 51181
8208060: Additional corrections of serial-related declarations Reviewed-by: rriggs, lancea
Fri, 20 Jul 2018 12:19:28 -0700 8203382: Rename SystemDictionary::initialize_wk_klass to resolve_wk_klass
iklam [Fri, 20 Jul 2018 12:19:28 -0700] rev 51180
8203382: Rename SystemDictionary::initialize_wk_klass to resolve_wk_klass Reviewed-by: jiangli
Fri, 20 Jul 2018 14:52:11 -0400 8207359: Make SymbolTable increment_refcount disallow zero
coleenp [Fri, 20 Jul 2018 14:52:11 -0400] rev 51179
8207359: Make SymbolTable increment_refcount disallow zero Summary: Use cmpxchg for non permanent symbol refcounting, and pack refcount and length into an int. Reviewed-by: gziemski, kbarrett, iklam
Fri, 20 Jul 2018 11:55:05 -0700 8206075: On x86, assert on unbound assembler Labels used as branch targets
kvn [Fri, 20 Jul 2018 11:55:05 -0700] rev 51178
8206075: On x86, assert on unbound assembler Labels used as branch targets Reviewed-by: kvn, mdoerr, phh Contributed-by: xxinliu@amazon.com
Wed, 18 Jul 2018 00:23:06 -0700 8193462: Fix Filer handling of package-info initial elements
darcy [Wed, 18 Jul 2018 00:23:06 -0700] rev 51177
8193462: Fix Filer handling of package-info initial elements Reviewed-by: vromero
Wed, 18 Jul 2018 00:16:37 -0700 8193214: Incorrect annotations.without.processors warnings with JDK 9
darcy [Wed, 18 Jul 2018 00:16:37 -0700] rev 51176
8193214: Incorrect annotations.without.processors warnings with JDK 9 Reviewed-by: vromero
Thu, 19 Jul 2018 18:21:24 -0700 8207765: HeapMonitorStatIntervalTest.java fails with ZGC
jcbeyler [Thu, 19 Jul 2018 18:21:24 -0700] rev 51175
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 09:15:54 -0400 8207855: Make applications/jcstress invoke tests in batches
ctornqvi [Fri, 20 Jul 2018 09:15:54 -0400] rev 51174
8207855: Make applications/jcstress invoke tests in batches Reviewed-by: kvn, iignatyev
Thu, 19 Jul 2018 16:53:33 -0700 8204695: [Graal] vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java fails
dtitov [Thu, 19 Jul 2018 16:53:33 -0700] rev 51173
8204695: [Graal] vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java fails Reviewed-by: sspitsyn, cjplummer
Thu, 19 Jul 2018 15:13:10 -0700 8206874: Evaluate LoadClassFromJava6CreatedJarTest.java after dropping -source 6
vromero [Thu, 19 Jul 2018 15:13:10 -0700] rev 51172
8206874: Evaluate LoadClassFromJava6CreatedJarTest.java after dropping -source 6 Reviewed-by: darcy
Thu, 19 Jul 2018 13:41:26 -0700 8207753: Handle to process snapshot is leaked if Process32First() fails
igerasim [Thu, 19 Jul 2018 13:41:26 -0700] rev 51171
8207753: Handle to process snapshot is leaked if Process32First() fails Reviewed-by: rriggs
Thu, 19 Jul 2018 12:55:24 -0700 8207202: [Graal] compiler/graalunit/CoreTest.java fails
never [Thu, 19 Jul 2018 12:55:24 -0700] rev 51170
8207202: [Graal] compiler/graalunit/CoreTest.java fails Reviewed-by: kvn
Thu, 19 Jul 2018 11:15:38 -0700 8206886: Java does not set the default format locale correctly on mac10.13
naoto [Thu, 19 Jul 2018 11:15:38 -0700] rev 51169
8206886: Java does not set the default format locale correctly on mac10.13 Reviewed-by: rriggs
Thu, 19 Jul 2018 10:53:38 -0700 Merge
prr [Thu, 19 Jul 2018 10:53:38 -0700] rev 51168
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip