Erik Helin
06320cf6be
8177968: Add GC stress test TestGCLocker
...
Reviewed-by: pliden, lmesnik
2017-04-18 11:01:09 +02:00
Erik Helin
ee6019a512
8178095: Add GC stress test TestSystemGC
...
Reviewed-by: dfazunen, mgerdin
2017-04-05 14:21:58 +02:00
Igor Veresov
f7c823802a
Merge
2017-04-19 04:10:56 +00:00
Igor Veresov
91d0b25763
Merge
2017-04-19 03:21:41 +00:00
Igor Veresov
81f61261d8
8178864: Update Graal
...
Reviewed-by: kvn
2017-04-18 20:17:22 -07:00
Igor Ignatyev
c3d400001c
8178835: CTW Runner should check that all classes have been compiled
...
Reviewed-by: kvn
2017-04-18 20:10:55 -07:00
Igor Ignatyev
154b7f24cb
8178913: CTW library does not close all opened resources
...
Reviewed-by: kvn
2017-04-18 20:10:54 -07:00
Mikhailo Seledtsov
79793e9c64
Merge
2017-04-18 23:52:58 +02:00
Mikhailo Seledtsov
ca99a2ef45
8177728: [TESTBUG] Improve CDS test utils
...
Improved and expanded CDS test utils; updated CDS tests to use new utils.
Reviewed-by: jiangli, ccheung
2017-04-18 14:18:43 -07:00
Jesper Wilhelmsson
d507b8945c
Merge
2017-04-18 22:25:33 +02:00
Rachel Protacio
ca72444bf9
8176472: Lazily create ModuleEntryTable
...
Moved the unnamed module out of the ModuleEntryTable and into the ClassLoaderData so that the MET can be lazily created only when other modules are present. Also a smaller PackageTable size.
Reviewed-by: gtriantafill, hseigel, lfoltan, coleenp
2017-04-18 13:19:42 -04:00
Lana Steuck
2293dc116c
Merge
2017-04-13 20:35:45 +00:00
Lana Steuck
364be0f742
Added tag jdk-9+165 for changeset 731e3ea86eb2
2017-04-13 16:01:12 +00:00
Igor Ignatyev
48440aaf23
8164944: Refactor ProcessTools to get rid of dependency on java.management
...
Reviewed-by: kvn, gtriantafill, dfazunen, dholmes
2017-04-12 19:28:47 -07:00
Lana Steuck
4f051b490a
Merge
2017-04-08 03:24:45 +00:00
Igor Ignatyev
9cc73e8656
Merge
2017-04-08 02:40:47 +00:00
Igor Ignatyev
c4d0e65015
8178333: CTW/PathHandler uses == instead of String::equals for string comparison
...
Reviewed-by: kvn
2017-04-07 19:36:35 -07:00
Andrew Haley
7b865d0e66
8170812: Metaspace corruption caused by incorrect memory size for MethodCounters
...
Reviewed-by: kbarrett, coleenp
2017-04-07 13:42:00 +01:00
Thomas Schatzl
442c887522
Merge
2017-04-07 10:51:28 +00:00
Alan Bateman
3919d858ca
Merge
2017-04-07 10:58:27 +01:00
Y. Srinivas Ramakrishna
961c251005
8177963: Parallel GC fails fast when per-thread task log overflows
...
Instead of exiting the VM when per-thread task log overflows, print warnings once and ignore any further log addition attempt.
Reviewed-by: ysr, kbarrett, sangheki
2017-04-07 10:45:26 +02:00
Alan Bateman
a3ab143c64
8177530: Module system implementation refresh (4/2017)
...
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Reviewed-by: lfoltan, sspitsyn
2017-04-07 08:04:46 +00:00
Lana Steuck
df4bbc7632
Merge
2017-04-06 18:00:50 +00:00
Lana Steuck
4ffa7d7bfc
Added tag jdk-9+164 for changeset 8c642d0b237e
2017-04-06 17:01:01 +00:00
Tobias Hartmann
a8a97e6625
8178033: C1 crashes with -XX:UseAVX = 3: "not a mov [reg+offs], reg instruction"
...
Skip the EVEX prefix such that the instruction address points to the prefixed opcode.
Reviewed-by: kvn, mcberg
2017-04-06 08:19:42 +02:00
Lana Steuck
71d06e676b
Merge
2017-04-06 04:50:34 +00:00
Doug Simon
d28f63fb9e
8177673: [JVMCI] missing checks in HotSpotMemoryAccessProviderImpl can cause VM assertions to fail
...
Reviewed-by: never, iveresov
2017-04-03 14:58:17 -07:00
Igor Veresov
d76b89606e
8177856: [AOT] EliminateRedundantInitializationPhase is not working
...
Looks for constants of a correct type
Reviewed-by: kvn
2017-04-03 12:34:30 -07:00
Mario Torre
bb85a687d4
8177390: java -version does not differentiate between which port of AArch64 is used
...
Reviewed-by: aph, dholmes
2017-03-29 15:44:34 +00:00
Jesper Wilhelmsson
aa49aa7eab
Merge
2017-03-30 19:55:04 +02:00
Lana Steuck
c4502f2815
Added tag jdk-9+163 for changeset 5c8abd7d8b49
2017-03-29 23:33:05 +00:00
Andrew Dinn
42e6eea305
8177661: AArch64: Incorrect C2 patterns cause system register corruption
...
Correct ad rule output register types from iRegX to iRegXNoSp
Reviewed-by: aph, kvn
2017-03-27 06:18:28 -04:00
Tobias Hartmann
3e59334eef
8177095: Range check dependent CastII/ConvI2L is prematurely eliminated
...
Disabled narrowing of range check dependent CastIIs (either through the CastII(AddI) optimization or through CastIINode::Ideal).
Reviewed-by: vlivanov, kvn
2017-03-27 10:12:29 +02:00
Matthias Baesken
0e43e94709
8177531: libGetNamedModuleTest.c crash when printing NULL-pointer
...
Fix the NULL-pointer issue
Reviewed-by: stuefe, simonis, sspitsyn
2017-03-25 00:00:13 -07:00
Lana Steuck
33f168f4ec
Merge
2017-03-25 01:44:22 +00:00
Jesper Wilhelmsson
3884c0ae28
Merge
2017-03-25 00:31:29 +01:00
Phil Race
5506a3b126
8177346: hotspot change for 8176513 breaks jdk9 build on Ubuntu 16.04
...
Reviewed-by: dholmes, kvn, vlivanov
2017-03-24 08:56:04 -07:00
Lutz Schmidt
2327609d91
8176580: [ppc, s390] CRC32C: wrong checksum result in some cases
...
Reviewed-by: simonis, mdoerr
2017-03-24 16:35:37 +01:00
Igor Ignatyev
0e48425fa4
8178727: CTW should provide class names in error messages
...
Reviewed-by: kvn
2017-04-14 15:47:33 -07:00
Kim Barrett
5fb44c25c7
8169517
: WhiteBox should provide concurrent GC phase control
...
Added WhiteBox API and G1 implementation.
Reviewed-by: shade, dfazunen
2017-04-13 16:38:39 -04:00
Igor Ignatyev
4fd1cd9f86
8178291: Add CTW test for boot module
...
Reviewed-by: kvn
2017-04-13 11:23:37 -07:00
Coleen Phillimore
3784f04568
8178336: Unnecessary SystemDictionary walk for Protection domain liveness
...
Remove system dictionary walk and pass strong closure for !ClassUnloading
Reviewed-by: jiangli, iklam
2017-04-13 09:42:10 -04:00
George Triantafillou
9b2ddab04f
8150388: Remove SPARC 32-bit support
...
Reviewed-by: hseigel, coleenp, dholmes, kvn
2017-04-12 17:52:04 -04:00
Coleen Phillimore
c52443f75b
8026985: Rewrite SystemDictionary::classes_do and Dictionary::classes_do to use KlassClosure
...
Actually remove unused functions like classes_do and methods_do.
Reviewed-by: iveresov, sspitsyn, dholmes
2017-04-12 08:02:29 -04:00
Per Lidén
221d948b51
8178363: Incorrect check for nmethod re-registration in C1
...
Reviewed-by: stefank, rbackman
2017-04-12 08:49:08 +02:00
Kim Barrett
f7277d87d5
8160748: Inconsistent types for ideal_reg
...
Made ideal_reg consistently uint.
Reviewed-by: kvn, iveresov
2017-04-12 01:31:36 -04:00
Per Lidén
ecca839838
8178364: Command-line flags of type double should accept integer values
...
Reviewed-by: dholmes, sjohanss
2017-04-11 11:12:58 +02:00
Jesper Wilhelmsson
763689a66e
Merge
2017-04-10 20:10:09 +02:00
Rahul Raghavan
6535b42120
8171813: Reported null pointer dereference defect groups
...
Added required explicit NULL checks
Reviewed-by: thartmann, zmajo
2017-04-09 20:52:43 -07:00
David Holmes
4483758ed2
Merge
2017-04-06 23:46:38 +00:00