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 |
|
Lana Steuck
|
69f59c6c16
|
Added tag jdk-9+153 for changeset 57498dec29b2
|
2017-01-19 22:31:07 +00:00 |
|
Lana Steuck
|
aea4929010
|
Added tag jdk-9+152 for changeset 84da697836d6
|
2017-01-12 23:41:16 +00:00 |
|
Erik Joelsson
|
5ddcceeba4
|
8172037: Change log message of SetupCopyFiles
Reviewed-by: tbell
|
2017-01-09 11:55:59 +01:00 |
|
Lana Steuck
|
fd16b65665
|
Added tag jdk-9+151 for changeset 56ae078e5b98
|
2017-01-05 17:51:10 +00:00 |
|
Jesper Wilhelmsson
|
702886dc04
|
Merge
|
2016-12-27 22:00:30 +01:00 |
|
Jesper Wilhelmsson
|
4ce0eb8df9
|
Merge
|
2016-12-22 22:07:36 +01:00 |
|
Lana Steuck
|
b16fd1b307
|
Merge
|
2016-12-22 18:48:28 +00:00 |
|
Lana Steuck
|
30e198532c
|
Added tag jdk-9+150 for changeset 29142a56c193
|
2016-12-22 08:26:01 +00:00 |
|
Mandy Chung
|
0f8a6409a6
|
8171897: Remove third party readme files left from JDK-8169925
Reviewed-by: erikj
|
2016-12-21 22:41:18 -08:00 |
|
Vladimir Kozlov
|
168244b3dc
|
Merge
|
2016-12-21 17:27:25 +00:00 |
|
Vladimir Kozlov
|
b773c48a60
|
8171807: 8170761 fix should be applied to ARM code after 8168503
Reviewed-by: roland
|
2016-12-21 08:15:10 -08:00 |
|
Kirill Zhaldybin
|
4e860e58a3
|
8170936: Logging: LogFileOutput.invalid_file_test crashes when executed twice
Reviewed-by: iignatyev, stuefe
|
2016-12-21 11:51:57 +03:00 |
|
Kirill Zhaldybin
|
c2a96c7fca
|
8171517: test_logMessageTest.cpp has "ac_heapanied" instead of "accompanied" inside copyright notice
Reviewed-by: sspitsyn, jprovino
|
2016-12-21 11:51:57 +03:00 |
|
Dean Long
|
6142b330f0
|
8169938: [AOT] SIGSEGV at ~BufferBlob::vtable chunks
Set "return_oop" on AOT scopes
Reviewed-by: kvn, never
|
2016-12-20 20:38:14 -08:00 |
|
Daniel D. Daugherty
|
a6fa72b21c
|
Merge
|
2016-12-20 19:52:52 -08:00 |
|
David Holmes
|
b72bbb7b30
|
8171815: [TESTBUG] Update expected failure message in runtime/modules/IgnoreModulePropertiesTest.java
Reviewed-by: mr
|
2016-12-20 20:42:15 -05:00 |
|
Jesper Wilhelmsson
|
3bfd349b45
|
Merge
|
2016-12-20 22:53:45 +01:00 |
|