Roland Westrelin
7135605c6f
8209691: Allow MemBar on single memory slice
...
Reviewed-by: kvn, vlivanov
2018-08-22 10:29:17 +02:00
Jan Kalina
13c1bb691b
8176553: LdapContext follows referrals infinitely ignoring set limit
...
Reviewed-by: chegar
2018-08-29 14:10:19 +05:30
Jan Lahoda
b3b644438e
8206986: Compiler support for Switch Expressions (Preview)
...
8207405: Compiler Tree API support for Switch Expressions (Preview)
Support for switch expression, switch with rules and multiple constants for cases.
Reviewed-by: jjg, mcimadamore, vromero
2018-08-29 09:36:17 +02:00
Matthias Baesken
3f4b55c4df
8209994: windows: Java_java_net_NetworkInterface_getAll misses releasing interface-list
...
Reviewed-by: bpb, chegar, simonis
2018-08-28 09:01:54 +02:00
Leo Jiang
232804b8ab
8208746: ISO 4217 Amendment #168 update
...
8209775: ISO 4217 Amendment #169 update
Reviewed-by: naoto
2018-08-28 20:05:41 -07:00
Per Lidén
16263ca90c
8210045: Allow using a subset of worker threads even when UseDynamicNumberOfGCThreads is not set
...
Reviewed-by: eosterlund, kbarrett
2018-08-29 08:00:00 +02:00
Jean Christophe Beyler
3de7598a3f
8210035: Fix copyrights for files created for the HeapMonitor work
...
Added the Oracle copyright to newly created files
Reviewed-by: sspitsyn, cjplummer
2018-08-28 21:25:37 -07:00
Ioi Lam
4c58f6768a
8210043: Invalid assert(HeapBaseMinAddress > 0) in ReservedHeapSpace::initialize_compressed_heap
...
Removed the assert
Reviewed-by: ccheung, jiangli
2018-08-28 16:01:01 -07:00
Coleen Phillimore
3559b6be76
8209958: Clean up duplicate basic array type statics in Universe
...
Reviewed-by: lfoltan, zgu
2018-08-28 18:17:01 -04:00
Kim Barrett
e1059f1301
8209976: Improve iteration over non-JavaThreads
...
Add NonJavaThread and move NamedThread iteration to new class.
Reviewed-by: eosterlund, coleenp, rkennke
2018-08-28 16:04:54 -04:00
Kim Barrett
1b02e70184
8072498: Multi-thread JNI weak reference processing
...
Add parallel processing support to WeakProcessor.
Reviewed-by: tschatzl, sjohanss
2018-08-28 12:57:40 -04:00
Harold Seigel
eb51968f00
8202578: Revisit location for class unload events
...
Use notify_unload_class() to post JFR class unload events instead of doing a separate traversal of the class loader data graph
Reviewed-by: lfoltan, coleenp, mgronlun, egahlin
2018-08-28 10:10:11 -04:00
Per Lidén
12c27777c8
8209894: ZGC: Cap number of GC workers based on heap size
...
Reviewed-by: ehelin, tschatzl
2018-08-28 09:06:23 +02:00
Zhengyu Gu
083110efa9
8209852: Counters in StringCleaningTask should be type of size_t
...
Converted counters to size_t type to avoid casting
Reviewed-by: coleenp
2018-08-27 17:20:29 -04:00
Xue-Lei Andrew Fan
8b373393e6
8209965: The "supported_groups" extension in ServerHellos
...
Reviewed-by: ascarpino
2018-08-27 09:46:24 -07:00
Weijun Wang
882e54cb05
8209995: java.base does not need to export sun.security.ssl to java.security.jgss
...
Reviewed-by: xuelei, alanb
2018-08-27 23:14:17 +08:00
Bernd Eckenfels
c5299d49f4
8209987: Minor cleanup in Level.java
...
Reviewed-by: dfuchs
2018-08-27 12:33:03 +01:00
Jini George
b4530e2447
8204308: SA: serviceability/sa/TestInstanceKlassSize*.java fails when running in CDS mode
...
Use longs instead of ints while computing the identity hash of klass symbols
Reviewed-by: coleenp, lfoltan
2018-08-27 10:25:13 +05:30
Coleen Phillimore
fd9fa38d21
8209821: Make JVMTI GetClassLoaderClasses not walk CLDG
...
And also added function with KlassClosure to remove the hacks.
Reviewed-by: lfoltan, sspitsyn
2018-08-25 11:10:21 -04:00
Aleksey Shipilev
51c04f947f
8209911: More blob types in hs_err printout
...
Reviewed-by: simonis, kvn
2018-08-25 14:23:21 +02:00
Ivan Gerasimov
852e131c61
6474858: CardChannel.transmit(CommandAPDU) throws unexpected ArrayIndexOutOfBoundsException
...
Reviewed-by: valeriep
2018-08-24 18:56:41 -07:00
Vicente Romero
b2ebbe6460
8209173: javac fails with completion exception while reporting an error
...
Reviewed-by: mcimadamore
2018-08-24 13:30:56 -07:00
Mikael Vidstedt
83d8bf86a6
8209915: Fix license headers
...
Reviewed-by: kvn, pliden
2018-08-24 13:23:39 -07:00
Zhengyu Gu
af8a3d61b5
8209841: [REDO] Refactor G1ParallelCleaningTask into shared
...
Refactored ParallelCleaningTask to share with other GCs
Reviewed-by: tschatzl, shade
2018-08-24 15:49:21 -04:00
Jiangli Zhou
7a51b4a8fa
8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode
...
Allow resizing for all system dictionaries except for the shared dictionary at runtime.
Reviewed-by: iklam, gziemski
2018-08-24 15:33:28 -04:00
Dean Long
347b95d500
8209825: guarantee(false) failed: wrong number of expression stack elements during deopt
...
Reviewed-by: kvn, thartmann
2018-08-24 11:56:14 -07:00
Bradford Wetmore
5b511a4a78
8207317: SSLEngine negotiation fail exception behavior changed from fail-fast to fail-lazy
...
Reviewed-by: xuelei
2018-08-21 11:30:48 -07:00
Ge Guo
538ba1fb5c
8207838: AArch64: Float registers incorrectly restored in JNI call
...
Fix the order in which float registers are restored in restore_args for aarch64
Reviewed-by: aph
2018-08-21 13:44:59 +01:00
Tobias Hartmann
aef7c93375
8209670: CompilerThread releasing code buffer in destructor is unsafe
...
Don't free temporary code buffers in compiler thread destructor to avoid interference with safepoint code.
Reviewed-by: kvn, dholmes, zgu
2018-08-21 17:47:59 +02:00
Volker Simonis
ea4f2f60d5
8209637: [s390x] Interpreter doesn't call result handler after native calls
...
Reviewed-by: goetz, lucy
2018-08-21 09:25:06 +02:00
Vladimir Kozlov
789b608995
8209735: Disable avx512 by default
...
Reviewed-by: iveresov, ecaspole
2018-08-20 15:10:20 -07:00
Roland Westrelin
423c207dc7
8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
...
Reviewed-by: neliasso, kvn
2018-08-17 17:13:12 +02:00
Gerard Ziemski
e0559bdd88
8209622: applications/kitchensink/Kitchensink.java failed with Kitchensink failed with exit code = 138
...
SymbolTableLock no longer checks for safepoints
Reviewed-by: coleenp, rehn
2018-08-24 09:12:51 -05:00
Gunter Haug
e2081b42b5
8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1
...
Reviewed-by: kvn, phh, lucy
2018-08-20 12:08:07 +02:00
Michael McMahon
42de356cbd
8207966: HttpClient response without content-length does not return body
...
Reviewed-by: chegar
2018-08-16 10:22:48 +01:00
Vivek Deshpande
4248ac828c
8207746: C2: Lucene crashes on AVX512 instruction
...
Replace add/sub instructions which affect flags with lea instruction.
Reviewed-by: kvn, thartmann
2018-08-15 00:48:12 -07:00
Rajan Halade
02a3769cfa
8206176: Remove the temporary tls13VN field
...
Reviewed-by: xuelei, wetmore
2018-08-14 17:21:44 -07:00
Xue-Lei Andrew Fan
66e8f27bd8
8207009: TLS 1.3 half-close and synchronization issues
...
Reviewed-by: jnimeh, mullan, wetmore
2018-08-14 16:47:56 -07:00
Rajan Halade
a83af4505e
8209506: Add Google Trust Services GlobalSign root certificates
...
Reviewed-by: mullan
2018-08-14 14:46:13 -07:00
Krishna Addepalli
791c31358f
8208640: [a11y] [macos] Unable to navigate between Radiobuttons in Radio group using keyboard
...
Reviewed-by: prr, serb, psadhukhan, ssadetsky
2018-08-14 12:50:39 -07:00
Rachna Goel
afa5d318d3
8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale
...
Generated display names for missing timezones at run time.
Reviewed-by: naoto
2018-08-14 11:55:21 +05:30
Manajit Halder
7a9b62f2d4
8208125: Cannot input text into JOptionPane Text Input Dialog
...
Reviewed-by: prr, psadhukhan
2018-08-09 22:47:18 +05:30
Chris Hegarty
166030817f
8208391: Differentiate response and connect timeouts in HTTP Client API
...
Reviewed-by: michaelm
2018-08-09 11:23:12 +01:00
Sergey Bylokhov
e850549b71
8189667: Desktop#moveToTrash expects incorrect "<<ALL FILES>>" FilePermission
...
Reviewed-by: prr, sveerabhadra
2018-08-08 15:51:08 -07:00
Robin Westberg
961156b1d5
8208676: Missing NULL check and resource leak in NetworkPerformanceInterface::NetworkPerformance::network_utilization
...
Reviewed-by: mgronlun, rehn
2018-08-06 14:56:56 +02:00
Leo Jiang
2f1aae720b
8208663: JDK 11 L10n resource file update msg drop 20
...
Reviewed-by: naoto
2018-08-07 00:06:52 -07:00
Iris Clark
4ebf1cdc53
8201394: Update java.se module summary to reflect removal of java.se.ee module
...
Reviewed-by: alanb, lancea, mchung
2018-08-07 17:40:11 -07:00
Sean Mullan
ac3d4a6722
8208691: Tighten up jdk.includeInExceptions security property
...
Add stronger warning on usage and add test to check that property is not set
Reviewed-by: alanb, rriggs
2018-08-07 10:29:01 -04:00
Tobias Hartmann
6dac70d919
8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator
...
Bail out from recursive computation if the block was already processed.
Reviewed-by: kvn, iveresov
2018-08-06 09:09:57 +02:00
Markus Grönlund
e8dd517464
8207139: NMT is not enabled on Windows 2016/10
...
Reviewed-by: dcubed, zgu, dholmes
2018-08-02 09:49:04 +02:00