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
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
Thu, 19 Jul 2018 13:49:44 +0530 8206343: There is a typo in the java documentation of javax.swing.JScrollBar.
kaddepalli [Thu, 19 Jul 2018 13:49:44 +0530] rev 51167
8206343: There is a typo in the java documentation of javax.swing.JScrollBar. Reviewed-by: prr, mhalder
Thu, 12 Jul 2018 11:09:23 -0700 Merge
prr [Thu, 12 Jul 2018 11:09:23 -0700] rev 51166
Merge
Tue, 03 Jul 2018 16:09:25 +0530 8195991: [TEST_BUG]:Regression manual Test java/awt/TrayIcon/RightClickWhenBalloonDisplayed/RightClickWhenBalloonDisplayed.html fails
sveerabhadra [Tue, 03 Jul 2018 16:09:25 +0530] rev 51165
8195991: [TEST_BUG]:Regression manual Test java/awt/TrayIcon/RightClickWhenBalloonDisplayed/RightClickWhenBalloonDisplayed.html fails Reviewed-by: serb, mhalder
Mon, 02 Jul 2018 14:31:33 +0530 8197810: Test java/awt/Choice/SelectCurrentItemTest/SelectCurrentItemTest.html fails on Windows
kaddepalli [Mon, 02 Jul 2018 14:31:33 +0530] rev 51164
8197810: Test java/awt/Choice/SelectCurrentItemTest/SelectCurrentItemTest.html fails on Windows Reviewed-by: serb, pbansal
Thu, 19 Jul 2018 10:17:22 -0700 Merge
prr [Thu, 19 Jul 2018 10:17:22 -0700] rev 51163
Merge
Thu, 19 Jul 2018 12:57:12 -0400 8206456: [TESTBUG] docker jtreg tests fail on systems without cpuset.effective_cpus / cpuset.effective_mem
bobv [Thu, 19 Jul 2018 12:57:12 -0400] rev 51162
8206456: [TESTBUG] docker jtreg tests fail on systems without cpuset.effective_cpus / cpuset.effective_mem Reviewed-by: mbaesken, mchung
Thu, 19 Jul 2018 09:42:15 -0700 Added tag jdk-11+23 for changeset 1edcf36fe15f
prr [Thu, 19 Jul 2018 09:42:15 -0700] rev 51161
Added tag jdk-11+23 for changeset 1edcf36fe15f
Wed, 18 Jul 2018 20:54:12 -0700 8207819: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java
sspitsyn [Wed, 18 Jul 2018 20:54:12 -0700] rev 51160
8207819: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java Summary: Problem list the test Reviewed-by: cjplummer
Thu, 19 Jul 2018 10:30:24 +0800 8207818: Problem list several rmi tests
amlu [Thu, 19 Jul 2018 10:30:24 +0800] rev 51159
8207818: Problem list several rmi tests Reviewed-by: darcy
Fri, 22 Jun 2018 17:08:00 -0700 8205491: adjust reflective access checks
smarks [Fri, 22 Jun 2018 17:08:00 -0700] rev 51158
8205491: adjust reflective access checks Reviewed-by: alanb, mchung, igerasim, rhalade, ahgross
Thu, 07 Jun 2018 18:21:29 +0530 8200666: Improve LDAP support
vtewari [Thu, 07 Jun 2018 18:21:29 +0530] rev 51157
8200666: Improve LDAP support Reviewed-by: rpatil, skoivu, rhalade, chegar, rriggs, mullan Contributed-by: vyom.tewari@oracle.com
Thu, 31 May 2018 11:31:20 -0700 8197925: Better stack walking
smarks [Thu, 31 May 2018 11:31:20 -0700] rev 51156
8197925: Better stack walking Reviewed-by: alanb, skoivu, rriggs, igerasim, rhalade, darcy
Mon, 09 Apr 2018 14:10:56 -0400 8200332: Improve GCM counting
apetcher [Mon, 09 Apr 2018 14:10:56 -0400] rev 51155
8200332: Improve GCM counting Reviewed-by: ascarpino
Thu, 15 Mar 2018 16:04:30 -0700 8199547: Exception to Pattern Syntax
sherman [Thu, 15 Mar 2018 16:04:30 -0700] rev 51154
8199547: Exception to Pattern Syntax Reviewed-by: rriggs
Mon, 05 Feb 2018 14:18:22 -0800 8196224: Even better Internet address support
igerasim [Mon, 05 Feb 2018 14:18:22 -0800] rev 51153
8196224: Even better Internet address support Reviewed-by: chegar, rriggs, rhalade, vtewari
Wed, 31 Jan 2018 18:13:13 -0800 8191239: Improve desktop file usage
serb [Wed, 31 Jan 2018 18:13:13 -0800] rev 51152
8191239: Improve desktop file usage Reviewed-by: prr, rhalade, aghaisas
Thu, 18 Jan 2018 13:55:26 +0530 8193419: Better Internet address support
vtewari [Thu, 18 Jan 2018 13:55:26 +0530] rev 51151
8193419: Better Internet address support Reviewed-by: chegar, rriggs, igerasim, skoivu, rhalade
Wed, 18 Jul 2018 14:44:04 -0700 8207761: Split compiler/graalunit/JttReflectFTest.java
epavlova [Wed, 18 Jul 2018 14:44:04 -0700] rev 51150
8207761: Split compiler/graalunit/JttReflectFTest.java Reviewed-by: kvn
Sun, 24 Jun 2018 17:11:17 -0400 8205578: jtreg: Fix failing TestRTMAbortRatio on PPC64
gromero [Sun, 24 Jun 2018 17:11:17 -0400] rev 51149
8205578: jtreg: Fix failing TestRTMAbortRatio on PPC64 Reviewed-by: iignatyev, kvn
Sat, 23 Jun 2018 18:02:46 -0400 8205390: jtreg: Fix failing TestRTMSpinLoopCount on PPC64
gromero [Sat, 23 Jun 2018 18:02:46 -0400] rev 51148
8205390: jtreg: Fix failing TestRTMSpinLoopCount on PPC64 Reviewed-by: kvn, iignatyev
Fri, 06 Jul 2018 16:25:07 -0400 8205582: PPC64: RTM: Fix counter for aborts on nested transactions
gromero [Fri, 06 Jul 2018 16:25:07 -0400] rev 51147
8205582: PPC64: RTM: Fix counter for aborts on nested transactions Reviewed-by: mdoerr, goetz
Tue, 26 Jun 2018 08:33:17 -0400 8205581: PPC64: RTM: Fix abort on native calls
gromero [Tue, 26 Jun 2018 08:33:17 -0400] rev 51146
8205581: PPC64: RTM: Fix abort on native calls Reviewed-by: mdoerr, goetz
Sun, 24 Jun 2018 21:48:42 -0400 8205580: PPC64: RTM: Don't retry lock on abort if abort was intentional
gromero [Sun, 24 Jun 2018 21:48:42 -0400] rev 51145
8205580: PPC64: RTM: Don't retry lock on abort if abort was intentional Reviewed-by: mdoerr, goetz
Wed, 18 Jul 2018 13:24:25 -0700 8207380: compiler/graalunit/JttLangMTest.java timeout
epavlova [Wed, 18 Jul 2018 13:24:25 -0700] rev 51144
8207380: compiler/graalunit/JttLangMTest.java timeout Reviewed-by: kvn
Wed, 11 Jul 2018 08:44:00 +0200 8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log
shade [Wed, 11 Jul 2018 08:44:00 +0200] rev 51143
8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log Reviewed-by: vlivanov, never
Thu, 19 Jul 2018 00:14:40 +0800 8202837: PBES2 AlgorithmId encoding error in PKCS12 KeyStore
weijun [Thu, 19 Jul 2018 00:14:40 +0800] rev 51142
8202837: PBES2 AlgorithmId encoding error in PKCS12 KeyStore Reviewed-by: xuelei
Thu, 19 Jul 2018 00:14:29 +0800 8207250: setUseClientMode post handshake with the same value as before does not throw IAE
weijun [Thu, 19 Jul 2018 00:14:29 +0800] rev 51141
8207250: setUseClientMode post handshake with the same value as before does not throw IAE Reviewed-by: xuelei
Wed, 18 Jul 2018 11:57:51 -0400 8207763: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java failed with Error. Parse Exception: Can't find source file: HeapMonitorStatIntervalTest.java jdk-11+23
jcbeyler [Wed, 18 Jul 2018 11:57:51 -0400] rev 51140
8207763: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java failed with Error. Parse Exception: Can't find source file: HeapMonitorStatIntervalTest.java Summary: Rename the test. Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Wed, 18 Jul 2018 11:27:14 +0200 8207342: error occurred during error reporting (printing register info)
mdoerr [Wed, 18 Jul 2018 11:27:14 +0200] rev 51139
8207342: error occurred during error reporting (printing register info) Summary: os::print_location misses a check if the pointer is readable. Reviewed-by: goetz, coleenp
Tue, 17 Jul 2018 19:59:38 -0700 8205725: Update the JVMTI Spec for Heap Sampling
jcbeyler [Tue, 17 Jul 2018 19:59:38 -0700] rev 51138
8205725: Update the JVMTI Spec for Heap Sampling Summary: Update the JVMTI Spec for Heap Sampling Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Tue, 17 Jul 2018 17:52:03 -0700 8205652: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java fails
jcbeyler [Tue, 17 Jul 2018 17:52:03 -0700] rev 51137
8205652: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java fails Summary: Fix the StatRateTest test from the HeapMonitor package Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Tue, 17 Jul 2018 15:09:27 -0700 8205541: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java fails with Should not have any events stored yet.
jcbeyler [Tue, 17 Jul 2018 15:09:27 -0700] rev 51136
8205541: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java fails with Should not have any events stored yet. Summary: Fix StatArray and StatObject tests from the HeapMonitor package Reviewed-by: amenkov, sspitsyn Contributed-by: jcbeyler@google.com
Tue, 17 Jul 2018 11:20:16 -0700 8207261: [Graal] JDI and JDWP tests that consume all memory should be filtered out to not run with Graal
dtitov [Tue, 17 Jul 2018 11:20:16 -0700] rev 51135
8207261: [Graal] JDI and JDWP tests that consume all memory should be filtered out to not run with Graal Reviewed-by: sspitsyn, cjplummer
Tue, 17 Jul 2018 13:04:40 -0400 8206929: Check session context for TLS 1.3 session resumption
apetcher [Tue, 17 Jul 2018 13:04:40 -0400] rev 51134
8206929: Check session context for TLS 1.3 session resumption Summary: additional checks to prevent TLS 1.3 sessions from being resumed when they shouldn't Reviewed-by: xuelei
Tue, 17 Jul 2018 19:25:45 +0300 8207240: AARCH64: C2-only VM does not build
dpochepk [Tue, 17 Jul 2018 19:25:45 +0300] rev 51133
8207240: AARCH64: C2-only VM does not build Reviewed-by: shade Contributed-by: aleksei.voitylov@bell-sw.com
Tue, 17 Jul 2018 15:28:17 +0100 8207345: AArch64: Trampoline generation code reads from unitialized memory
aph [Tue, 17 Jul 2018 15:28:17 +0100] rev 51132
8207345: AArch64: Trampoline generation code reads from unitialized memory Reviewed-by: shade
Tue, 17 Jul 2018 22:22:00 +0800 8207318: KeyStore#getInstance(File, LoadStoreParameter) does not load the keystore
weijun [Tue, 17 Jul 2018 22:22:00 +0800] rev 51131
8207318: KeyStore#getInstance(File, LoadStoreParameter) does not load the keystore Reviewed-by: mullan
Tue, 17 Jul 2018 09:37:24 -0400 Merge
coleenp [Tue, 17 Jul 2018 09:37:24 -0400] rev 51130
Merge
Tue, 10 Jul 2018 11:13:33 -0400 8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread
coleenp [Tue, 10 Jul 2018 11:13:33 -0400] rev 51129
8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread Summary: Only fetch Node::next once and use that result. Reviewed-by: hseigel, dholmes
Tue, 17 Jul 2018 12:22:41 +0100 8207265: Bad HTML in {@link} in HttpResponse.BodySubscribers.ofPublisher
chegar [Tue, 17 Jul 2018 12:22:41 +0100] rev 51128
8207265: Bad HTML in {@link} in HttpResponse.BodySubscribers.ofPublisher Reviewed-by: michaelm
Tue, 17 Jul 2018 16:49:55 +0530 8207190: JDK 11 javadoc generates bad code example
pmuthuswamy [Tue, 17 Jul 2018 16:49:55 +0530] rev 51127
8207190: JDK 11 javadoc generates bad code example Reviewed-by: sundar
Mon, 16 Jul 2018 15:09:19 -0700 8181855: [Graal] runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
dlong [Mon, 16 Jul 2018 15:09:19 -0700] rev 51126
8181855: [Graal] runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap Reviewed-by: kvn
Mon, 16 Jul 2018 10:58:28 -0700 8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx)
bpb [Mon, 16 Jul 2018 10:58:28 -0700] rev 51125
8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx) Summary: Assume extended attributes are only explicitly enable on ext3 Reviewed-by: mbaesken, alanb
Mon, 16 Jul 2018 16:57:37 +0200 8206271: CodeHeap State Analytics must digest new method state
lucy [Mon, 16 Jul 2018 16:57:37 +0200] rev 51124
8206271: CodeHeap State Analytics must digest new method state Reviewed-by: kvn, mdoerr, thartmann
Mon, 16 Jul 2018 16:31:33 +0200 8207032: Compilation succeeds without checking readability when --add-exports used
jlahoda [Mon, 16 Jul 2018 16:31:33 +0200] rev 51123
8207032: Compilation succeeds without checking readability when --add-exports used Summary: Ensuring --add-exports are only propagated when the target module reads the exporting module. Reviewed-by: vromero, jjg
Mon, 16 Jul 2018 12:58:49 +0200 8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance.
jlahoda [Mon, 16 Jul 2018 12:58:49 +0200] rev 51122
8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance. Summary: Caching the results of Elements.getTypeElement/getPackageElement Reviewed-by: darcy
Sun, 15 Jul 2018 20:15:17 +0300 8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr
dsamersoff [Sun, 15 Jul 2018 20:15:17 +0300] rev 51121
8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr Summary: Limit flag range to don't overflow 12bit instruction operand Reviewed-by: aph, dsamersoff Contributed-by: boris.ulasevich@bell-sw.com
Fri, 13 Jul 2018 17:42:24 +0200 8207233: Minor improvements of jdk C-coding
goetz [Fri, 13 Jul 2018 17:42:24 +0200] rev 51120
8207233: Minor improvements of jdk C-coding Reviewed-by: rriggs, prr
Thu, 19 Jul 2018 09:46:29 -0700 Added tag jdk-12+3 for changeset 990db216e719
prr [Thu, 19 Jul 2018 09:46:29 -0700] rev 51119
Added tag jdk-12+3 for changeset 990db216e719
(0) -30000 -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 tip