Jean Christophe Beyler
|
95b5fba3d7
|
8223146: [TESTBUG] new test vmTestbase/nsk/share/ExceptionCheckingJniEnv/exceptionjni001/ fails on Windows
Keep it simple and handle INT32_MIN separately
Reviewed-by: dholmes, sspitsyn
|
2019-04-30 20:26:16 -07:00 |
|
Daniil Titov
|
5c928d29fb
|
8222821: com/sun/jdi/ExceptionEvents.java failed
Reviewed-by: dlong, sspitsyn, jcbeyler, cjplummer
|
2019-04-30 16:11:42 -07:00 |
|
Jean Christophe Beyler
|
4b6adaa5f1
|
8215113: Sampling interval not always correct
Fix the sampling interval
Reviewed-by: phh, sspitsyn
|
2019-04-30 15:39:42 -07:00 |
|
Rajan Halade
|
aba919ab50
|
8222137: Remove T-Systems root CA certificate
Reviewed-by: mullan
|
2019-04-30 12:53:32 -07:00 |
|
Rajan Halade
|
f08d8b7384
|
8216577: Add GlobalSign's R6 Root certificate
Reviewed-by: mullan, clanger
|
2019-04-30 11:04:26 -07:00 |
|
Erik Joelsson
|
cdd906fecd
|
8222913: Add Jib support for VERSION_EXTRA*
Reviewed-by: tbell, mikael
|
2019-04-30 10:24:14 -07:00 |
|
Daniil Titov
|
b505fd128d
|
8222749: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java failed with "eventSet1.size() != 3 :: 2"
Reviewed-by: sspitsyn, jcbeyler
|
2019-04-30 08:45:19 -07:00 |
|
Severin Gehwolf
|
fb355041ea
|
8221639: [i386] expand_exec_shield_cs_limit workaround is undefined code after JDK-8199717
Only perform this optimization for x86_64
Reviewed-by: dholmes, andrew
|
2019-04-18 13:58:31 +02:00 |
|
Tobias Hartmann
|
048c3dc026
|
8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
Guard against regions degraded to copies.
Reviewed-by: kvn
|
2019-04-30 14:49:19 +02:00 |
|
Claes Redestad
|
e7a6cbbd38
|
8222852: Reduce String concat combinator tree shapes by folding constants into prependers
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: shade, plevart, forax
|
2019-04-30 12:54:07 +02:00 |
|
Serguei Spitsyn
|
e3aa6f7907
|
8222934: mark new VM option AllowRedefinitionToAddOrDeleteMethods as deprecated
Mark new option depricated
Reviewed-by: dcubed, coleenp, dholmes
|
2019-04-30 01:56:28 -07:00 |
|
Steve Groeger
|
7c55d53d66
|
8218152: [javac] fails and exits with no error if a bad annotation processor provided
Handle exceptions thrown while loading annotation processors.
Reviewed-by: jlahoda
|
2019-04-30 10:39:22 +02:00 |
|
Ralf Schmelter
|
ebedd5cb26
|
8222529: sun.jdwp.listenerAddress agent property uses wrong encoding
Reviewed-by: sspitsyn, amenkov, clanger, erikj
|
2019-04-17 01:21:56 -07:00 |
|
Priya Lakshmi Muthuswamy
|
a722889681
|
8221991: Improve the HTML for the inheritance tree for a type
Reviewed-by: hannesw
|
2019-04-30 11:58:30 +05:30 |
|
Dean Long
|
61f35bf898
|
8219403: JVMCIRuntime::adjust_comp_level should be replaced
Reviewed-by: kvn, dnsimon, never
|
2019-04-24 09:10:45 -07:00 |
|
Dmitry Batrak
|
b9f32c8148
|
8220231: Cache HarfBuzz face object for same font's text layout calls
Reviewed-by: prr, avu, serb
|
2019-04-11 10:49:36 -07:00 |
|
Prasanta Sadhukhan
|
a9bfe45ca8
|
Merge
|
2019-04-11 14:20:16 +05:30 |
|
Priya Lakshmi Muthuswamy
|
f04c9d09b8
|
8217013: javadoc generates references to missing file overview-frame.html
Reviewed-by: hannesw
|
2019-04-11 12:49:26 +05:30 |
|
Matthias Baesken
|
7414acdd07
|
8221915: cleanup ticks related coding in os_perf_aix.cpp [aix]
Reviewed-by: mdoerr
|
2019-04-10 09:33:32 +02:00 |
|
Ao Qi
|
2b203281cd
|
8222300: Zero build broken after JDK-8222231
Reviewed-by: dholmes
|
2019-04-10 22:41:28 -04:00 |
|
Serguei Spitsyn
|
ff03f5c84e
|
8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
Fix GenerateEvents() to send CompiledMethodLoad events to requesting agent only
Reviewed-by: jcbeyler, amenkov
|
2019-04-10 17:29:03 -07:00 |
|
Jesper Wilhelmsson
|
141cc31f10
|
Added tag jdk-13+16 for changeset 9d0ae9508d53
|
2019-04-11 01:21:11 +02:00 |
|
Coleen Phillimore
|
0314bac167
|
8222231: Clean up interfaceSupport.inline.hpp duplicated code
Reviewed-by: dholmes, pchilanomate
|
2019-04-10 17:31:31 -04:00 |
|
Daniil Titov
|
32848d8166
|
8222224: vmTestbase/nsk/jvmti/SingleStep/singlestep001/TestDescription.java fails
Reviewed-by: sspitsyn, jcbeyler, amenkov
|
2019-04-10 21:21:31 +00:00 |
|
Vicente Romero
|
2468ac91ee
|
8222035: minimal inference context optimization is forcing resolution with incomplete constraints
Reviewed-by: mcimadamore, cushon
|
2019-04-10 17:15:53 -04:00 |
|
Claes Redestad
|
8ee30d4fbe
|
8222029: Optimize Math.floorMod
Reviewed-by: aph, darcy
|
2019-04-10 20:03:07 +02:00 |
|
Ralf Schmelter
|
0f4b0947ff
|
8222264: Windows incremental build is broken with JDK-8217728
Reviewed-by: erikj, clanger
|
2019-04-10 05:15:50 -07:00 |
|
Erik Joelsson
|
4b898b7aae
|
8221851: Use of THIS_FILE in hotspot invalidates precompiled header on Linux/GCC
Reviewed-by: tbell, ysuenaga
|
2019-04-10 07:04:35 -07:00 |
|
Roman Kennke
|
ebe0ef5ee8
|
8222259: Shenandoah: Pre-evacuate string-dedup roots in Traversal GC
Reviewed-by: shade
|
2019-04-10 13:21:38 +02:00 |
|
Per Lidén
|
3a2343d9e6
|
8221984: ZGC: Clean up ZOop
Reviewed-by: stefank, eosterlund
|
2019-04-10 12:45:32 +02:00 |
|
Prasanta Sadhukhan
|
de2e2b119a
|
Merge
|
2019-04-10 10:46:53 +05:30 |
|
Prasanta Sadhukhan
|
a1b71b6951
|
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
Reviewed-by: prr, kaddepalli
|
2019-04-10 10:32:43 +05:30 |
|
Valerie Peng
|
d44402f301
|
Merge
|
2019-04-10 02:41:43 +00:00 |
|
Valerie Peng
|
3b6b6b3cb3
|
8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange
Add internal Signature init methods to select provider based on both key and parameter
Reviewed-by: xuelei
|
2019-04-10 02:35:18 +00:00 |
|
Jean Christophe Beyler
|
ec3edf99f9
|
8221853: Data race in compile broker (set_last_compile)
Remove the debug code provoking it
Reviewed-by: kvn, thartmann
|
2019-04-09 19:34:05 -07:00 |
|
Ivan Gerasimov
|
eebe346715
|
8221430: StringBuffer(CharSequence) constructor truncates when -XX:-CompactStrings specified
Co-authored-by: Andrew Leonard <andrew_m_leonard@uk.ibm.com>
Reviewed-by: igerasim, rriggs
|
2019-04-09 16:32:22 -07:00 |
|
Daniel D. Daugherty
|
758f02e6cc
|
8222229: ProblemList compiler/jsr292/InvokerSignatureMismatch.java
Reviewed-by: iignatyev
|
2019-04-09 18:26:36 -04:00 |
|
Roman Kennke
|
990b45b149
|
8222227: Shenandoah: Fix Traversal GC weak roots handling in final-traversal pause
Reviewed-by: shade, zgu
|
2019-04-09 23:36:43 +02:00 |
|
Sergey Bylokhov
|
092cead6c1
|
8221445: FastSysexMessage constructor crashes MIDI receiption thread
Reviewed-by: prr
|
2019-04-09 13:57:58 -07:00 |
|
Aleksey Shipilev
|
321615029c
|
8222186: Shenandoah should not uncommit below minimum heap size
Reviewed-by: zgu, rkennke
|
2019-04-09 21:20:16 +02:00 |
|
Aleksey Shipilev
|
6453df40be
|
8222185: Shenandoah should report "committed" as capacity
Reviewed-by: zgu, rkennke
|
2019-04-09 21:20:15 +02:00 |
|
Brian Burkhalter
|
5952e2bc64
|
8221852: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE should be selected at runtime, not build time
Reviewed-by: alanb, shade
|
2019-04-09 12:17:03 -07:00 |
|
Stuart Marks
|
1aa784cdac
|
8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE
Reviewed-by: redestad, lancea
|
2019-04-09 09:49:36 -07:00 |
|
Stuart Monteith
|
91c90755b5
|
8222180: ZGC: ZForwarding::verify() failing when checking for duplicates
Reviewed-by: pliden, eosterlund
|
2019-04-09 12:47:34 +02:00 |
|
Claes Redestad
|
89a267ca46
|
8221836: Avoid recalculating String.hash when zero
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: jrose, adinn
|
2019-04-10 12:05:50 +02:00 |
|
Matthias Baesken
|
d40aa622cf
|
8219241: Provide basic virtualization related info in the hs_error file on linux/windows x86_64
Reviewed-by: dholmes, mdoerr
|
2019-04-10 08:51:38 +02:00 |
|
Alexey Ivanov
|
9972a6fdaa
|
8221263: [TEST_BUG] RemotePrinterStatusRefresh test is hard to use
Reviewed-by: serb, prr
|
2019-04-09 08:50:08 +01:00 |
|
Sergey Bylokhov
|
7a62c46781
|
8221885: Add intermittent test in the JavaSound to the ProblemList
Reviewed-by: prr
|
2019-04-08 14:48:35 -07:00 |
|
Fei Yang
|
b0c2b42e40
|
8221658: aarch64: add necessary predicate for ubfx patterns
Reviewed-by: aph
|
2019-04-08 14:40:31 +08:00 |
|
Jie Fu
|
8da3230d6e
|
8221894: Add comments for docker tests in the test doc
Reviewed-by: erikj, dholmes
|
2019-04-09 06:11:54 -07:00 |
|