Amy Lu
b9d6618330
8183377: Refactor java/lang/ClassLoader/deadlock shell tests to java
...
Reviewed-by: mchung
2017-07-26 09:20:59 +08:00
Andrey Nazarov
d362d3fe3a
8184961: jdk.test.lib.util.FileUtils.deleteFileWithRetry0 should wait for absence of a file
...
Reviewed-by: bpb
2017-07-25 17:04:46 -07:00
Srinivas Dama
e21803da21
8180727: Use jdk.editpad to replace jdk.nashorn.tools.jjs.EditPad duplicated class
...
Added support for using BuildInEditorProvider service implemenation provided by jdk.editpad module
Reviewed-by: hannesw, jlaskey
2017-07-26 04:25:23 +05:30
Xue-Lei Andrew Fan
f13bcda829
6645409: Remove unused DefaultHostnameVerifier
...
Reviewed-by: mullan
2017-07-25 22:21:09 +00:00
Xue-Lei Andrew Fan
415359251f
8184316: Typo in javax.net.ssl.SSLServerSocket class documentation
...
Reviewed-by: mullan
2017-07-25 22:19:54 +00:00
George Triantafillou
b82efee3c5
8184749: The solaris_x86_32.s and solaris_x86_32.il files should be removed
...
Reviewed-by: kvn, hseigel, dcubed, gthornbr
2017-07-25 14:04:53 -04:00
Alexander Harlap
149e9c6e54
8183973: gc/TestFullGCALot.java fails in JDK10-hs nightly
...
Provide extra NewSize to avoid failure in running test with UseDeterministicG1GC option.
Reviewed-by: mgerdin, eosterlund
2017-07-25 13:28:14 -04:00
Alexander Harlap
270ecb9bbc
8184045: TestSystemGCWithG1.java times out on Solaris SPARC
...
Avoid extra round of stressing
Reviewed-by: dcubed, ehelin
2017-07-25 10:15:29 -04:00
Coleen Phillimore
a1f70549e4
7133093: Improve system dictionary performance
...
Implement one dictionary per ClassLoaderData for faster lookup and removal during class unloading
Reviewed-by: iklam, acorn, jiangli
2017-07-28 10:48:35 -04:00
Roland Westrelin
b170f01ddd
8182475: C2: allow vectorization of HeapByteBuffer.putInt loops
...
Reviewed-by: kvn
2017-07-27 17:47:57 -07:00
Coleen Phillimore
af5c6eefbf
8183039: Re-examine methodHandle methods uninlined by 8144256
...
Add more const references so out-of-line methodHandle destructor and copy ctor called infrequently
Reviewed-by: hseigel, redestad
2017-07-27 18:06:41 -04:00
Lutz Schmidt
a4fac2babb
8180659: [s390] micro-optimization in resize_frame_absolute()
...
Reviewed-by: simonis, mdoerr
2017-07-27 15:36:15 +02:00
Roman Kennke
5a4e278add
8180929: Deprecate -XX:+/-MonitorInUseLists option
...
Reviewed-by: zgu, coleenp
2017-07-25 11:58:29 +02:00
Jonathan Gibbons
c556df0da3
8185154: jdwp-protocol.html contains unescaped entities
...
Reviewed-by: dcubed
2017-07-24 16:18:53 -07:00
Coleen Phillimore
1fb65f8518
Merge
2017-07-24 22:56:43 +00:00
Coleen Phillimore
fd08aa9cef
8182397: Race in field updates when creating ArrayKlasses can lead to crash
...
Update array_klass field in component mirror after klass.java_mirror field for concurrent readers in compiled code
Reviewed-by: aph, kbarrett
2017-07-24 17:46:06 -04:00
Jonathan Gibbons
5ab0c516e1
8184217: Redundant <p> tag before list
...
Reviewed-by: lancea
2017-07-24 13:54:57 -07:00
Jonathan Gibbons
ec493cd721
8185150: javax/activation/CommandInfo.html has empty <p>
...
Reviewed-by: lancea
2017-07-24 13:20:04 -07:00
Zhengyu Gu
ae4b3f2475
8184991: NMT detail diff should take memory type into account
...
NMT detail allocation site comparison should compare sites with the same memory type
Reviewed-by: shade, coleenp
2017-07-24 15:19:46 -04:00
Adam Petcher
657a610888
8183591: Incorrect behavior when reading DER value with Integer.MAX_VALUE length
...
Reviewed-by: mullan
2017-07-24 10:18:33 -04:00
Doug Lea
e043d76f49
8178409: Miscellaneous changes imported from jsr166 CVS 2017-07
...
Reviewed-by: martin, psandoz
2017-07-22 09:18:50 -07:00
Doug Lea
c887543d2d
8177632: ScheduledThreadPoolExecutor delayed task shutdown policy affects non-scheduled tasks
...
8176254: ScheduledThreadPoolExecutor periodic tasks not cancelled if running at shutdown
8173113: Javadoc for ThreadPoolExecutor is unclear wrt corePoolSize and running threads
Reviewed-by: martin, psandoz, dholmes
2017-07-22 09:13:53 -07:00
Doug Lea
8e1db99fd6
8178956: Misleading description of arguments to accumulator function called by LongAccumulator
...
Reviewed-by: martin, psandoz, dholmes, darcy
2017-07-22 09:08:50 -07:00
Doug Lea
a2667824fb
7062169: (coll) micro-optimize ArrayList.remove(Object)
...
Reviewed-by: martin, psandoz, igerasim
2017-07-22 09:03:50 -07:00
Thomas Stuefe
fe6e4eb1e0
8185033: On Metaspace OOM, ChunkManager composition should be logged
...
Reviewed-by: mgerdin, coleenp
2017-07-22 10:03:15 +02:00
Daniel D. Daugherty
010f16300f
Merge
2017-07-24 17:26:41 +00:00
Lutz Schmidt
fbc42f1b48
8184267: Restore register from stack uses wrong offset
...
Reviewed-by: mdoerr
2017-07-24 18:06:01 +02:00
Roman Kennke
56f43ed2a3
8185102: TestSAServer.java fails due to "sun.jvm.hotspot.types.WrongTypeException: field "_stack_traversal_mark"
...
Reviewed-by: dcubed, zgu
2017-07-24 17:14:32 +02:00
Harold Seigel
911f59bc22
8179018: Remove obsoleted one X options from JDK 10
...
Remove the obsoleted options
Reviewed-by: zgu, coleenp, gtriantafill
2017-07-24 09:32:35 -04:00
Milan Mimica
f647f78764
8182169: ArrayAllocator should take MEMFLAGS as regular parameter
...
Change ArrayAllocator memflags from template parameter to ordinary function parameters
Reviewed-by: kbarrett, tschatzl
2017-07-21 21:01:59 -04:00
Kim Barrett
3fbf0c2e96
8175318: Performance issue regarding local JNI references
...
Avoid unnecessary repeated clears.
Reviewed-by: shade, simonis
2017-07-21 16:37:01 -04:00
Lana Steuck
174985a494
Merge
2017-07-21 16:10:17 +00:00
Goetz Lindenmaier
6c11fd01db
8185046: jtreg: introduce keyword to disable aot tests
...
Reviewed-by: kvn, stuefe
2017-07-21 12:43:47 +02:00
Thomas Stuefe
9ce1967658
8185263: Fix zero build after 8169881, 8175318, 8178350
...
Reviewed-by: iklam, coleenp
2017-07-26 11:51:25 -07:00
Thomas Stuefe
7599f75066
8185262: Keep default logging for Metaspace OOM short and concise
...
Reviewed-by: iklam, coleenp
2017-07-26 11:47:11 +02:00
Coleen Phillimore
a9fb2dde3f
8185296: java_lang_Class::array_klass should be array_klass_acquire
...
Reviewed-by: eosterlund, kbarrett
2017-07-26 10:41:07 -04:00
Goetz Lindenmaier
de829e151b
8185333: [s390] Fix build without cds
...
Reviewed-by: aph
2017-07-26 11:27:51 +02:00
Yang Zhang
415f7bea0b
8184900: AArch64: Fix overflow in immediate cmp instruction
...
Use subs instead of cmp to compare BlockZeroingLowLimit.
Reviewed-by: aph
2017-07-26 15:54:13 +08:00
Ujwal Vangapally
ddd48329ea
8183899: JMXConnectorFactory link to ServiceLoader gives 404
...
Edited link to point to correct path
Reviewed-by: alanb
2017-07-21 15:01:44 +05:30
Lana Steuck
017bca45d6
Added tag jdk-9+179 for changeset f0b8841af1c2
2017-07-20 21:12:24 +00:00
Lana Steuck
34eef85736
Added tag jdk-9+179 for changeset e504e67e549a
2017-07-20 21:12:23 +00:00
Lana Steuck
12b068bb72
Added tag jdk-9+179 for changeset 08e2a28966ff
2017-07-20 21:12:22 +00:00
Lana Steuck
9806e717e4
Added tag jdk-9+179 for changeset 7272807bd613
2017-07-20 21:12:22 +00:00
Lana Steuck
30c77d4037
Added tag jdk-9+179 for changeset 9c2658f4a8c9
2017-07-20 21:12:21 +00:00
Lana Steuck
94741168aa
Added tag jdk-9+179 for changeset 75521d21ec5b
2017-07-20 21:12:20 +00:00
Lana Steuck
b61c05cb43
Added tag jdk-9+179 for changeset 0af1b1a0e2ca
2017-07-20 21:12:20 +00:00
Lana Steuck
abb24fe6e4
Added tag jdk-9+179 for changeset ee148c113ae0
2017-07-20 21:12:20 +00:00
Tim Bell
5dbba276ce
Added tag jdk-10+16 for changeset cb2719d70590
2017-07-20 18:17:17 +00:00
Tim Bell
9a5bdadc4b
Added tag jdk-10+16 for changeset 995421c69f66
2017-07-20 18:17:16 +00:00
Tim Bell
c260d76912
Added tag jdk-10+16 for changeset 1afba647cd44
2017-07-20 18:17:15 +00:00