Evgeny Nikitin
66c8794c81
8168304: Make all of DependencyContext_test available in product mode
...
Enable the utility inspection function `DependencyContext::is_dependent_method` and therefore the test in the product mode.
Reviewed-by: eosterlund, thartmann
2020-03-17 21:35:26 +01:00
Jonathan Gibbons
32cba67284
8240476: SystemPropertiesWriter does not conform to standard page layout
...
Reviewed-by: prappo
2020-03-19 11:25:05 -07:00
Stefan Karlsson
d3bf915030
8241263: JFR: Bump native events limit
...
Reviewed-by: mgronlun, egahlin
2020-03-19 14:18:27 +01:00
Stefan Karlsson
5695e59a72
8240818: Remove colon from "JFR: Shutdown Hook" thread name
...
Reviewed-by: mgronlun
2020-03-19 14:17:20 +01:00
Stefan Karlsson
b4e85913bf
8240819: Assign a name to the JfrThreadSampler thread
...
Reviewed-by: mgronlun
2020-03-19 14:16:28 +01:00
Stefan Karlsson
e2947fe9e8
8240773: JFR: Non-Java threads are not serialized
...
Reviewed-by: mgronlun
2020-03-19 14:15:29 +01:00
Sergey Bylokhov
72b251d372
8226806: [macOS 10.14] Methods of Java Robot should be called from appropriate thread
...
Reviewed-by: psadhukhan, prr
2020-03-16 17:33:52 -07:00
Ambarish Rapte
3a7389f564
8226253: JAWS reports wrong number of radio buttons when buttons are hidden
...
Reviewed-by: kizune, pbansal
2020-03-15 00:43:54 +05:30
Kiran Sidhartha Ravikumar
fa069be2f2
8161558: ListIterator should not discard cause on exception
...
Reviewed-by: smarks
2020-03-13 18:38:07 +00:00
Roland Westrelin
c9faf88cb7
8240795: [REDO] 8238384 CTW: C2 compilation fails with "assert(store != load->find_exact_control(load->in(0))) failed: dependence cycle found"
...
Reviewed-by: kvn, thartmann
2020-03-13 16:32:51 +01:00
Sergey Bylokhov
b4863f9dd8
8240633: Memory leaks in the implementations of FileChooserUI
...
Reviewed-by: pbansal, psadhukhan
2020-03-12 10:00:23 +01:00
Sergey Bylokhov
4f1fabd8d0
8238075: [OGL] Delete unused properties
...
Reviewed-by: kizune
2020-03-11 21:58:16 -07:00
Marc Hoffmann
afe70e6985
8237746: Fixing compiler warnings in src/demo/share/jfc
...
Reviewed-by: kizune, aivanov
2020-03-12 03:26:04 +01:00
Sergey Bylokhov
f3ef97263f
8040630: Popup menus and tooltips flicker with previous popup contents when first shown
...
Reviewed-by: kizune, pbansal
2020-03-10 13:58:46 -07:00
Sergey Bylokhov
40f6d697d2
8233573: Toolkit.getScreenInsets(GraphicsConfiguration) may throw ClassCastException
...
Reviewed-by: prr, jdv
2020-03-10 11:30:33 -07:00
Jayathirth D V
bd78beae15
6532025: GIF reader throws misleading exception with truncated images
...
Reviewed-by: prr, bpb
2020-03-10 16:07:58 +05:30
Toshio Nakamura
15a838d312
8240518: Incorrect JNU_ReleaseStringPlatformChars in Windows Print
...
Reviewed-by: serb, pbansal, psadhukhan
2020-03-09 15:07:11 +05:30
Alexander Zuev
315635ea09
8176040: Documentation of java.awt.Rectangle.add(java.awt.Point) is wrong
...
Reviewed-by: serb, prr
2020-03-09 00:18:23 +03:00
Sergey Bylokhov
bce81496ce
8219578: No associated icon for the leaf node of JTree
...
Reviewed-by: prr, jdv
2020-03-06 14:41:35 -08:00
Claes Redestad
cc9470ece1
8241095: x86: Improve prefix handling in Assembler
...
Reviewed-by: kvn, thartmann
2020-03-05 16:07:17 +01:00
Christian Hagedorn
a51dd58f38
8240227: Loop predicates should be copied to unswitched loops
...
Copy loop range check predicates to unswitched loops and update their control edges.
Reviewed-by: kvn, neliasso, thartmann, roland
2020-03-19 10:15:28 +01:00
Jie Fu
dd63eec6e5
8241232: -XX:+BootstrapJVMCI is not compatible with TieredStopAtLevel < CompLevel_full_optimization
...
Reviewed-by: kvn, thartmann
2020-03-19 16:34:01 +08:00
Igor Veresov
f1c919f28f
8230290: [JVMCI] Remove unused API entry points
...
Remove VirtualObject.setIsAutoBox()
Reviewed-by: kvn
2020-03-18 21:49:35 -07:00
Matthias Neugschwandtner
99546049b3
8235908: omit ThreadPriorityPolicy warning when value is set from image
...
Reviewed-by: dholmes, clanger, kvn
2020-03-18 15:59:07 -07:00
Rafael Winterhalter
9d7f8bc9a0
8202469: (ann) Type annotations on type variable bounds that are also type variables are lost
...
Reviewed-by: jfranck
2020-03-18 17:07:42 -04:00
Jonathan Gibbons
ea367322f2
8241030: rename HtmlTag to TagName
...
Reviewed-by: prappo
2020-03-18 13:20:13 -07:00
Doug Simon
34b9ac2287
8236285: [JVMCI] improve TranslatedException traces
...
Reviewed-by: never, kvn
2020-03-18 13:11:09 -07:00
Aleksey Shipilev
700f50f287
8241128: x86_32 build failure after JDK-8241042
...
Reviewed-by: redestad, kvn
2020-03-18 19:24:42 +01:00
Tony Printezis
f2fb5c54ae
8239497: SEGV in EdgeUtils::field_name_symbol(Edge const&)
...
Reviewed-by: egahlin, tonyp
2020-03-18 12:00:19 +01:00
Ivan Gerasimov
1d4a4fed43
8214245: Case insensitive matching doesn't work correctly for some character classes
...
Reviewed-by: rriggs, darcy
2020-03-18 01:04:22 -07:00
Aleksey Shipilev
e827f4ae1c
8241093: Shenandoah: editorial changes in flag descriptions
...
Reviewed-by: rkennke
2020-03-18 06:28:50 +01:00
Hai-May Chao
0c9f8e472f
8186143: keytool -ext option doesn't accept wildcards for DNS subject alternative names
...
Reviewed-by: jnimeh, weijun, mullan
2020-03-18 09:23:57 +08:00
David Holmes
94a6149de5
8241124: Aarch64 build broken by JDK-8239593
...
Reviewed-by: mikael
2020-03-17 20:54:50 -04:00
David Holmes
f959b01203
8239593: Bogus warning "Re-registering of platform native method" for a JVMTI agent
...
Reviewed-by: dcubed, alanb, hseigel
2020-03-17 19:57:58 -04:00
Charlie Gracie
c003fffd84
8241122: Remove unimplemented InlineTree constructor definition from parse.hpp
...
Reviewed-by: kvn
2020-03-17 14:05:12 -07:00
Vladimir Kozlov
6083173f9b
8237045: JVM uses excessive memory with -XX:+EnableJVMCI -XX:JVMCICounterSize=2147483648
...
Limit JVMCICounterSize flag's value range to 1M
Reviewed-by: thartmann, redestad
2020-03-17 12:42:48 -07:00
Claes Redestad
176192499f
8241042: x86_64: Improve Assembler generation
...
Reviewed-by: vlivanov, kvn
2020-03-05 16:07:17 +01:00
Vladimir Kozlov
ec5bd02186
8240976: [JVMCI] MethodProfileWidth flag is broken
...
Remove JVMCI code which is not used
Reviewed-by: thartmann, redestad
2020-03-17 10:38:40 -07:00
Andrew Haley
1a0995981c
Merge
2020-03-17 14:13:52 +00:00
Roman Kennke
035100cc89
8241081: Shenandoah: Do not modify update-watermark concurrently
...
Reviewed-by: shade
2020-03-17 11:49:25 +01:00
Claes Redestad
dbd0f0dc3b
8241077: x86_64: Minor Assembler improvements
...
Reviewed-by: kvn
2020-03-17 09:36:46 +01:00
Matthias Baesken
6f7a103abc
8240824: enhance print_full_memory_info on Linux by THP related information
...
Reviewed-by: dholmes, stuefe
2020-03-17 08:53:29 +01:00
Andrew Haley
195361216c
8241018: 32-bit integer log2 functions return the wrong value for negative arguments on 64-bit machines
...
Reviewed-by: kvn
2020-03-16 17:10:26 +00:00
Erik Österlund
21cd75cb98
8240363: Refactor Compile::Output() to its own Phase
...
Reviewed-by: kvn, vlivanov
2020-03-16 12:27:42 +00:00
Jan Lahoda
6ddb0f2b2c
8240964: Compilation error thrown when long literal used with yield
...
Ensuring yield followed by a long literal is recognized as a yield statement.
Reviewed-by: mcimadamore
2020-03-16 13:06:35 +01:00
David Holmes
95898e86a1
8241043: Expand assertions to identify thread with errant _stack_base
...
Reviewed-by: mikael
2020-03-16 02:16:49 -04:00
Nick Gasson
4b978533ca
8240353: AArch64: missing support for -XX:+ExtendedDTraceProbes in C1
...
Reviewed-by: aph
2020-03-16 10:51:01 +08:00
Vicente Romero
f819e417f9
8235339: test TargetAnnoCombo.java is failing after new target RECORD_COMPONENT was added
...
Reviewed-by: darcy
2020-03-14 17:08:25 -04:00
Joe Darcy
b019469232
8240130: Improve and update discussion of visitor evolution warnings
...
Reviewed-by: jjg
2020-03-14 09:53:43 -07:00
Kim Barrett
6ead90568f
8239825: G1: Simplify threshold test for mutator refinement
...
Compute refinement threshold when values change, not on each use.
Reviewed-by: tschatzl, sangheki
2020-03-13 15:36:50 -04:00