Aleksey Shipilev
|
5c0f32e4b7
|
8074817: Resolve disabled warnings for libverify
Reviewed-by: erikj, alanb
|
2019-03-11 12:39:51 +01:00 |
|
Tobias Hartmann
|
164fcbbec9
|
8218201: Failures when vmIntrinsics::_getClass is not inlined
Fix BCEscapeAnalyzer to correctly handle _getClass intrinsic.
Reviewed-by: kvn, dlong, redestad, neliasso
|
2019-03-11 11:42:57 +01:00 |
|
Priya Lakshmi Muthuswamy
|
e5f0f8d005
|
8220087: Remove remnants of HTML4 support
Reviewed-by: jjg
|
2019-03-11 14:57:16 +05:30 |
|
Nishit Jain
|
0b082fcc1d
|
8217254: CompactNumberFormat:: CompactNumberFormat() constructor does not comply with spec
8217721: CompactNumberFormat:: format() method spec for IAEx is not complaint
Reviewed-by: naoto
|
2019-03-11 14:22:23 +05:30 |
|
Priya Lakshmi Muthuswamy
|
472d55d722
|
8219632: Remove reference to com.sun.javadoc API in RemoveOldDoclet test
Reviewed-by: jjg
|
2019-03-11 14:17:08 +05:30 |
|
Kim Barrett
|
c7ae2d10b7
|
8217417: Decorator name typo: C2_TIGHLY_COUPLED_ALLOC
Fixed typo in decorator name, variables, and comments.
Reviewed-by: tschatzl
|
2019-03-11 02:05:07 -04:00 |
|
Aleksey Shipilev
|
ac03c04256
|
8220162: Shenandoah should not commit HugeTLBFS memory
Reviewed-by: rkennke, zgu
|
2019-03-11 00:06:48 +01:00 |
|
Aleksey Shipilev
|
c3a207f1a7
|
8220153: Shenandoah does not work with TransparentHugePages properly
Reviewed-by: rkennke, zgu
|
2019-03-11 00:06:47 +01:00 |
|
Aleksey Shipilev
|
1a100ade57
|
8220350: Refactor ShenandoahHeap::initialize
Reviewed-by: rkennke, zgu
|
2019-03-11 00:06:46 +01:00 |
|
David Holmes
|
7a6896f3b3
|
8219685: Startup failure: assert(!Universe::is_module_initialized()) failed: Incorrect java.lang.Module pre module system initialization
Reviewed-by: lfoltan, redestad
|
2019-03-10 18:53:55 -04:00 |
|
Eric Caspole
|
1e2234d57c
|
8220368: Update String.indexOf to test all the C2 intrinsics
Add new micros for Latin1 and UTF-16
Reviewed-by: kvn, redestad
|
2019-03-08 17:45:40 -05:00 |
|
Claes Redestad
|
d2c205bb59
|
8219860: Cleanup ClassFileParser::parse_linenumber_table
Reviewed-by: rehn, lfoltan, hseigel
|
2019-03-08 23:02:06 +01:00 |
|
Bob Vandette
|
69a6a6c4a0
|
8220334: Fix copyright header text
Reviewed-by: lancea
|
2019-03-08 16:21:16 -05:00 |
|
Bob Vandette
|
917598aac3
|
8220323: Fix copyright header text
Reviewed-by: lancea
|
2019-03-08 16:20:05 -05:00 |
|
Ron Shapiro
|
50a289a8ac
|
8220377: Unused field SourceFileObject.flatname
Reviewed-by: jjg
|
2019-03-08 09:41:03 -08:00 |
|
Mikhailo Seledtsov
|
f31d3d540e
|
Merge
|
2019-03-08 11:09:39 -08:00 |
|
Mikhailo Seledtsov
|
08aa348b05
|
8220313: [TESTBUG] Update base image for Docker testing to OL 7.6
Updated the OL version in Dockerfile in FROM field
Reviewed-by: dcubed
|
2019-03-08 11:08:11 -08:00 |
|
Nils Eliasson
|
561843be93
|
8219642: ciReplay loads wrong data when MethodData size changes
Reviewed-by: kvn, thartmann
|
2019-03-08 15:27:47 +01:00 |
|
Severin Gehwolf
|
1952af8053
|
8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
Reviewed-by: thartmann, shade
|
2019-03-08 13:56:05 +01:00 |
|
Harold Seigel
|
871541b342
|
8220085: runtime/CompressedOops/UseCompressedOops.java times out on Windows intermittently
Increase the test's timeout to 480 and move it from tier1 to tier3.
Reviewed-by: lfoltan, mseledtsov
|
2019-03-08 08:19:16 -05:00 |
|
Robbin Ehn
|
34a7b03e24
|
8220173: assert(_handle_mark_nesting > 1) failed: memory leak: allocating handle outside HandleMark
Reviewed-by: dcubed, redestad
|
2019-03-08 12:51:36 +01:00 |
|
Aleksey Shipilev
|
86851c31d8
|
8220290: gc/arguments/TestSurvivorRatioFlag.java fails after JDK-8215221 with CMS
Reviewed-by: kbarrett, tschatzl
|
2019-03-08 12:01:43 +01:00 |
|
Martin Doerr
|
97ec4aeed2
|
8219584: Try to dump error file by thread which causes safepoint timeout
Reviewed-by: stuefe, dholmes, kvn
|
2019-03-08 11:23:30 +01:00 |
|
Mikhailo Seledtsov
|
6d12ffec19
|
8219997: [TESTBUG] Create test for JFR events in Docker container: CPU, Memory and Process Info
Start docker with limits on CPU/Mem, verify JFR reports correct data
Reviewed-by: egahlin
|
2019-03-07 13:20:04 -08:00 |
|
Nils Eliasson
|
d48c35db98
|
8219448: split-if update_uses accesses stale idom data
Reviewed-by: thartmann, kvn
|
2019-03-07 22:16:03 +01:00 |
|
Naoto Sato
|
473a26aebd
|
8218948: SimpleDateFormat :: format - Zone Names are not reflected correctly during run time
Reviewed-by: lancea, rgoel
|
2019-03-07 12:56:48 -08:00 |
|
Mikhailo Seledtsov
|
f391d9141b
|
8213448: [TESTBUG] enhance jfr/jvm/TestDumpOnCrash
Added 2 more crash scenarios, removed dumponexit, and more
Reviewed-by: egahlin
|
2019-03-07 12:15:48 -08:00 |
|
Sean Mullan
|
939d40e1a8
|
8218618: Program fails when using JDK addressed by UNC path and using Security Manager
Reviewed-by: weijun
|
2019-03-07 14:29:43 -05:00 |
|
Henry Jen
|
b481f5bd24
|
8217216: Launcher does not defend itself against LD_LIBRARY_PATH_64 (Solaris)
Reviewed-by: rriggs
|
2019-03-07 10:18:23 -08:00 |
|
Severin Gehwolf
|
cafb914cca
|
8220283: ZGC fails to build on GCC 4.4.7: ATTRIBUTE_ALIGNED compatibility issue
Reviewed-by: shade, kbarrett
|
2019-03-07 16:15:43 +01:00 |
|
Anthony Scarpino
|
5250aaafdb
|
8220165: Encryption using GCM results in RuntimeException- input length out of bound
Reviewed-by: valeriep
|
2019-03-07 19:35:02 -08:00 |
|
Jatin Bhateja
|
c2ec1085e1
|
8217561: X86: Add floating-point Math.min/max intrinsics
Implementation taking care of +/-0.0 and NaN which uses a specific pattern for reductions
Reviewed-by: aph, kvn, neliasso, sviswanathan, adinn
|
2019-03-07 15:27:42 +01:00 |
|
Claes Redestad
|
367ae10733
|
8220159: Optimize various RegMask operations by introducing watermarks
Reviewed-by: neliasso, thartmann
|
2019-03-05 16:39:18 +01:00 |
|
Gary Adams
|
359e6b0a42
|
8201252: unquarantine nsk/jdi/ThreadReference/resume/resume001
Reviewed-by: cjplummer
|
2019-03-07 07:19:49 -05:00 |
|
Aleksey Shipilev
|
ba8645f09a
|
8215221: Serial GC misreports young GC time
Reviewed-by: kbarrett, manc
|
2019-03-07 10:50:52 +01:00 |
|
Robbin Ehn
|
9b70cef920
|
8220050: Deprecate -XX:-ThreadLocalHandshakes
Reviewed-by: dcubed, mdoerr
|
2019-03-07 10:32:55 +01:00 |
|
Aleksey Shipilev
|
ae233f6f0d
|
8220228: Improve Shenandoah pacing histogram message
Reviewed-by: rkennke
|
2019-03-07 10:22:19 +01:00 |
|
Goetz Lindenmaier
|
3d593b0c1c
|
8219651: compiler/ciReplay/TestServerVM.java is failing on windows
Reviewed-by: thartmann, kvn
|
2019-03-06 16:01:01 +01:00 |
|
Tobias Hartmann
|
ac17b61a59
|
8163511: Allocation of compile task fails with assert: "Leaking compilation tasks?"
Use weak handles for compile tasks to allow unloading of referenced methods.
Reviewed-by: kvn, coleenp, eosterlund
|
2019-03-07 08:38:16 +01:00 |
|
Jesper Wilhelmsson
|
e28fea2d7c
|
Added tag jdk-13+11 for changeset 21ea4076a275
|
2019-03-07 00:23:45 +01:00 |
|
Claes Redestad
|
53661491f7
|
8219713: Reduce work in DefaultMethods::generate_default_methods
Reviewed-by: hseigel, dholmes, lfoltan, acorn
|
2019-03-06 21:58:54 +01:00 |
|
Daniil Titov
|
02d0800300
|
8218464: vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001/TestDescription.java failed
Reviewed-by: sspitsyn, gadams
|
2019-03-06 09:30:05 -08:00 |
|
Thomas Stuefe
|
914ce13a0c
|
8219650: [Testbug] Fix potential crashes in new test hotspot gtest "test_print_hex_dump"
Reviewed-by: clanger, shade
|
2019-02-28 14:22:03 +01:00 |
|
Lutz Schmidt
|
97807df5ba
|
8219214: Infinite Loop in CodeSection::dump()
Reviewed-by: kvn, thartmann
|
2019-03-06 12:14:47 +01:00 |
|
Robbin Ehn
|
d569301f4e
|
8220151: SafepointTracing::end_of_last_safepoint_ms should return ms since epoch
Reviewed-by: dholmes, redestad
|
2019-03-06 11:15:16 +01:00 |
|
Jie Fu
|
26702d005b
|
8219519: Remove linux_sparc.ad and linux_aarch64.ad
Reviewed-by: thartmann, pli, adinn
|
2019-02-28 09:43:23 +08:00 |
|
Vivek Deshpande
|
40031abde4
|
8220211: Small update to Fix generation of VNNI vector code by allowing adjacent LoadS nodes to be isomorphic (JDK-8216580)
Reviewed-by: kvn
|
2019-03-05 21:26:14 -08:00 |
|
Kim Barrett
|
725a467ad8
|
8219613: Use NonJavaThread PtrQueues
Init and use NJT queues, remove shared SATB queue.
Co-authored-by: Aleksey Shipilev <shade@redhat.com>
Reviewed-by: shade, zgu, pliden, tschatzl
|
2019-03-05 19:54:33 -05:00 |
|
Vivek Deshpande
|
8b57cdf5f8
|
8216580: Fix generation of VNNI vector code by allowing adjacent LoadS nodes to be isomorphic
Reviewed-by: kvn, thartmann, rraghavan
|
2019-03-05 14:07:30 -08:00 |
|
Daniil Titov
|
ac7f4635e1
|
8218167: nsk/jvmti/scenarios/sampling/SP02/sp02t003 fails
Reviewed-by: dlong, cjplummer
|
2019-03-05 13:41:35 -08:00 |
|