Stefan Johansson
|
ae38e65467
|
8173764: G1 BOT wrongly assumes that objects must always begin at the start of G1BlockOffsetTablePart
Reviewed-by: tschatzl, kbarrett
|
2017-02-24 10:41:56 +01:00 |
|
Stefan Johansson
|
5ff4b1bb78
|
8171235: Move archive object code from G1MarkSweep into G1ArchiveAllocator
Reviewed-by: tschatzl, kbarrett
|
2016-12-07 13:51:20 +01:00 |
|
Thomas Stuefe
|
8f9584260e
|
8166944: Hanging Error Reporting steps may lead to torn error logs
Interupt error reporting if reporting steps hang to enable subsequent reporting steps to run.
Reviewed-by: cjplummer, dholmes
|
2017-02-23 15:59:14 -05:00 |
|
Thomas Schatzl
|
a842f84577
|
Merge
|
2017-02-23 11:57:07 +01:00 |
|
Thomas Schatzl
|
3b93aefe93
|
8162104: Use in_cset() instead of obj_in_cs()
Reviewed-by: ehelin, sjohanss
|
2017-02-23 10:19:05 +01:00 |
|
Thomas Schatzl
|
342c0bc788
|
8160874: Remove typo in G1InitalMarkClosures
Reviewed-by: stefank, sjohanss
|
2017-02-23 10:18:21 +01:00 |
|
Vladimir Kozlov
|
3a55989e20
|
Merge
|
2017-02-22 19:51:34 +00:00 |
|
Bob Vandette
|
3c5ab92595
|
Merge
|
2017-02-22 12:34:32 -05:00 |
|
Bob Vandette
|
be6bbf5834
|
8174863: AOT: jaotc should provide an option to specify the path to the platform linker
Reviewed-by: kvn
|
2017-02-22 12:33:36 -05:00 |
|
Coleen Phillimore
|
fcc9699132
|
8175104: Unhandled oop in ProtectionDomainCacheTable::compute_hash
Pass Handle for protection_domain as it is mostly a Handle up the call stack
Reviewed-by: hseigel, jiangli, dcubed
|
2017-02-17 14:47:46 -05:00 |
|
Vladimir Kempik
|
bf9a4cd8fb
|
8165753: Custom security manager, crashing wth 'java/security/AccessControlException'
Reviewed-by: dholmes, dcubed
|
2017-02-17 02:31:12 +00:00 |
|
Bob Vandette
|
2fc76e8a55
|
Merge
|
2017-02-14 11:26:27 -05:00 |
|
Bob Vandette
|
b6eb59739d
|
8174203: Enable AOT Jtreg tests on Windows x86_64
Reviewed-by: kvn, dholmes
|
2017-02-14 11:24:35 -05:00 |
|
David Holmes
|
ec7aacc831
|
8157709: NMT should use size_t version of Atomic::add
Reviewed-by: kbarrett, sspitsyn
|
2017-02-13 19:10:55 -05:00 |
|
Max Ockner
|
aa9f6f6b43
|
Merge
|
2017-02-13 17:26:26 +00:00 |
|
Max Ockner
|
861eef035c
|
8157271: Avoid extra copy of NativeCallStack
Now pass reference to NativeCallStack instead of copy.
Reviewed-by: zgu, sspitsyn
|
2017-02-13 12:00:40 -05:00 |
|
Max Ockner
|
697bec6baf
|
8169206: TemplateInterpreter::_continuation_entry is never referenced
TemplateInterpreter::_continuation_entry has been removed.
Reviewed-by: coleenp, dholmes, fparain
|
2017-02-13 10:37:33 -05:00 |
|
Harold Seigel
|
6e88661a89
|
8174092: Remove array-related access checks from Reflection::verify_class_access()
Change the parameter type to InstanceKlass* and fix the method's callers
Reviewed-by: acorn, coleenp, gtriantafill, lfoltan
|
2017-02-10 07:46:07 -05:00 |
|
Bob Vandette
|
f0e05db651
|
Merge
|
2017-02-09 16:03:03 -05:00 |
|
Bob Vandette
|
50d01f670b
|
8172670: AOT Platform Support for Windows and Mac OS X x64
Reviewed-by: kvn
|
2017-02-09 15:43:54 -05:00 |
|
Roland Westrelin
|
804ff732ce
|
8174199: ci replay doesn't reallocate static final fields of recorded klass
Reviewed-by: kvn
|
2017-02-08 16:33:53 +01:00 |
|
Goetz Lindenmaier
|
9b2f8340ec
|
8173470: [C2] Mask shift operands in ideal graph
Reviewed-by: lucy, kvn
|
2017-01-27 11:19:52 +01:00 |
|
Goetz Lindenmaier
|
8698102379
|
8173465: Introduce NearLabel for branches known to be short
Reviewed-by: kvn
|
2017-01-27 10:22:19 +01:00 |
|
Coleen Phillimore
|
0b3bc5c4f0
|
8169881: Remove implicit Handle conversions oop->Handle
Pass THREAD to Handle as argument instead of implicit Thread::current() call.
Reviewed-by: dholmes, sspitsyn
|
2017-02-15 22:59:57 -05:00 |
|
Yasumasa Suenaga
|
b1171ce431
|
8172285: UL support for PrintCompilation
Reviewed-by: kvn
|
2017-02-14 20:00:28 -08:00 |
|
Yasumasa Suenaga
|
5a06c21978
|
8172286: CodeCacheFlushing message should be shown in UL
Reviewed-by: kvn
|
2017-02-14 19:16:46 -08:00 |
|
Lutz Schmidt
|
fd7b599656
|
8175269: [s390] cleanup calls to vtable_start_offset() and vtable_length_offset()
Reviewed-by: dholmes, mdoerr
|
2017-01-20 16:53:50 +01:00 |
|
Lutz Schmidt
|
5c5e21df9f
|
8175267: [s390] cleanup stub code "handler_for_unsafe_access"
Reviewed-by: dholmes, goetz, mdoerr
|
2017-01-20 15:17:46 +01:00 |
|
Vsevolod Tolstopyatov
|
9d95a1541b
|
8142749: HeapRegion::_predicted_bytes_to_copy is unused and can be removed
Reviewed-by: tschatzl, drwhite
|
2016-05-30 14:42:50 +03:00 |
|
Coleen Phillimore
|
5a2d8cb819
|
8140685: Fix backtrace building to not rely on constant pool merging
Store Symbol* for the name in the backtrace
Reviewed-by: gtriantafill, dholmes, kbarrett, lfoltan
|
2017-02-01 17:56:22 -05:00 |
|
David Holmes
|
fe4d1bb602
|
8173421: Obsolete and expired flags for JDK 10 need to be removed and related tests updated
Reviewed-by: lfoltan, mikael, dcubed
|
2017-01-31 19:26:50 -05:00 |
|
Iris Clark
|
be80dcdba9
|
8173366: Update .jcheck/conf files for JDK 10
Reviewed-by: mr
|
2017-01-25 22:32:46 +00:00 |
|
Iris Clark
|
393ecb7397
|
Added tag jdk-10+0 for changeset c9c0f7be1ab8
|
2017-01-25 18:14:48 +00:00 |
|
J. Duke
|
62007a12b8
|
Merge
|
2017-07-05 22:43:19 +02:00 |
|
J. Duke
|
574f00cfb8
|
Merge
|
2017-07-05 22:43:12 +02:00 |
|
J. Duke
|
afea79fa6b
|
Merge
|
2017-07-05 22:43:04 +02:00 |
|
J. Duke
|
172ad8986b
|
Merge
|
2017-07-05 22:42:56 +02:00 |
|
J. Duke
|
230edc6729
|
Merge
|
2017-07-05 22:42:48 +02:00 |
|
J. Duke
|
4d0abb0870
|
Merge
|
2017-07-05 22:42:40 +02:00 |
|
J. Duke
|
879a3bf1cf
|
Merge
|
2017-07-05 22:42:32 +02:00 |
|
J. Duke
|
625d842f12
|
Merge
|
2017-07-05 22:42:27 +02:00 |
|
J. Duke
|
44ec46e144
|
Added tag jdk-9+153 for changeset d7034ff7f8e2
|
2017-07-05 22:42:10 +02:00 |
|
J. Duke
|
18dda40b2b
|
Merge
|
2017-07-05 22:42:09 +02:00 |
|
J. Duke
|
0857d68916
|
Merge
|
2017-07-05 22:42:01 +02:00 |
|
J. Duke
|
8914d439d5
|
Merge
|
2017-07-05 22:41:49 +02:00 |
|
J. Duke
|
6b950259e3
|
Merge
|
2017-07-05 22:41:39 +02:00 |
|
J. Duke
|
c7158d2f86
|
Merge
|
2017-07-05 22:41:30 +02:00 |
|
J. Duke
|
a19b553c12
|
Merge
|
2017-07-05 22:41:19 +02:00 |
|
J. Duke
|
04e1ccc44e
|
Merge
|
2017-07-05 22:41:11 +02:00 |
|
J. Duke
|
f3def92e3b
|
Merge
|
2017-07-05 22:40:51 +02:00 |
|