Andrew Dinn
|
b473be9a41
|
8198950: AArch64: org.openjdk.jcstress.tests.varhandles.DekkerTest fails
Fix breakage to AArch64 code generation caused by JDK-8181211
Reviewed-by: thartmann, roland, kvn, vlivanov, jrose
|
2018-03-05 13:18:55 +00:00 |
|
Thomas Stuefe
|
e01220f767
|
8193429: "assert(false) failed: GetModuleFileName failed (126)" in symbolengine.cpp
Reviewed-by: clanger, gtriantafill
|
2018-03-06 08:16:45 +01:00 |
|
Harold Seigel
|
0b8fa42240
|
8159850: Remove unneeded parsing of optional-size when parsing array types
Remove skip_optional_size() methods and calls to them.
Reviewed-by: coleenp, iklam
|
2018-03-07 09:32:46 -05:00 |
|
Aleksey Shipilev
|
ba5ccc8220
|
8199219: Build failures after JDK-8195148 (Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet)
Reviewed-by: dholmes
|
2018-03-07 10:58:59 +01:00 |
|
Ioi Lam
|
bc202d97bd
|
8191585: VM anonymous classes created during CDS dump time cause crash
Reviewed-by: hseigel, mseledtsov, ccheung
|
2018-03-06 22:08:30 -08:00 |
|
Doug Simon
|
da93b76ec8
|
8199066: [JVMCI] EagerJVMCI option should also initialize the JVMCI compiler
Reviewed-by: kvn
|
2018-03-06 16:02:04 -08:00 |
|
Coleen Phillimore
|
31cf80c688
|
8199137: StringInternSync test crashes in exit verification
Java_lang_String::equals(oop, oop) was buggy.
Reviewed-by: eosterlund, dholmes
|
2018-03-06 18:12:15 -05:00 |
|
Coleen Phillimore
|
2842bcc5c7
|
8199133: [BACKOUT] NMT: Enhance thread stack tracking
Reviewed-by: jwilhelm
|
2018-03-06 17:45:31 -05:00 |
|
Coleen Phillimore
|
4c3e072611
|
8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
Move dependency creation and cleaned up logging
Reviewed-by: hseigel, jiangli
|
2018-03-06 17:15:16 -05:00 |
|
Erik Österlund
|
a06129a432
|
8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
Reviewed-by: ehelin, kbarrett
|
2018-03-06 08:36:44 +01:00 |
|
Thomas Schatzl
|
963ee1591a
|
8198546: [Redo] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
Remove code related to collection set checking in that method.
Reviewed-by: eosterlund, ehelin, kbarrett
|
2018-03-06 13:08:59 +01:00 |
|
Tobias Hartmann
|
fd90a313a7
|
8198987: [Graal] compiler/intrinsics/sha/sanity tests fail on macos with Graal as JIT
Use the isIntrinsicAvailable WhiteBox API method to check if an intrinsic is available.
Reviewed-by: kvn
|
2018-03-06 10:30:24 +01:00 |
|
Dmitry Samersoff
|
87372c6236
|
8196590: Enable docker container related tests for linux AARCH64
Add test bits required for aarch64
Reviewed-by: mseledtsov, mbaesken, sspitsyn
|
2018-03-03 10:15:23 +00:00 |
|
Igor Ignatyev
|
c61f11a3ab
|
8199050: reenable concurrent execution of compiler tests
Reviewed-by: kvn
|
2018-03-05 13:10:31 -08:00 |
|
Doug Simon
|
a75784caa6
|
8198571: [JVMCI] must not install wide vector code unless runtime supports it
Reviewed-by: kvn
|
2018-02-23 21:38:12 +01:00 |
|
Jiangli Zhou
|
54361e56a8
|
8198447: Remove ClassLoaderExt::check()
ClassLoaderExt::check() is no longer needed, remove.
Reviewed-by: lfoltan, ccheung
|
2018-03-05 14:24:45 -05:00 |
|
Harold Seigel
|
c0bc887c36
|
8191102: Incorrect include file use in classLoader.hpp
Move appropriate methods to <fiile>.inline.hpp files. Create <file>.inline.hpp files when needed.
Reviewed-by: coleenp, dholmes
|
2018-03-05 10:29:23 -05:00 |
|
Erik Helin
|
8d5496fd27
|
8198957: Remove unused function ArgumentsExt::set_gc_specific_flags
Reviewed-by: sjohanss, tschatzl
|
2018-03-05 13:15:10 +01:00 |
|
Erik Helin
|
7b64b02949
|
8197845: Remove unnecessary method G1CollectedHeap::create_g1_policy
Reviewed-by: tschatzl, sjohanss
|
2018-03-05 13:07:04 +01:00 |
|
Erik Helin
|
6fb24f87da
|
8197847: Remove unused file g1ParScanThreadState_ext.cpp
Reviewed-by: sjohanss, eosterlund
|
2018-03-05 11:32:17 +01:00 |
|
Erik Helin
|
4bb76c1b78
|
8197843: Remove unused method G1EvacuationRootClosures::create_root_closures_ext
Reviewed-by: sjohanss, eosterlund
|
2018-03-05 11:16:23 +01:00 |
|
Ioi Lam
|
4c0a72bf60
|
8196121: runtime/appcds/ClassLoaderTest.java fails silently
Reviewed-by: mseledtsov, jiangli, ccheung
|
2018-03-04 22:24:06 -08:00 |
|
Zhengyu Gu
|
cbaf7f2f81
|
8198845: Missing resource mark results disassembling generated code failure in hs error report
Fixed secondary failure due to missing resource mark while disassembling nmethod
Reviewed-by: coleenp, stuefe, dholmes
|
2018-03-04 20:57:46 -05:00 |
|
Kim Barrett
|
d1bd39385f
|
8196876: OopStorage::assert_at_safepoint clashes with assert_at_safepoint macros in g1CollectedHeap.hpp
Add shared safepoint state assertion macros.
Reviewed-by: coleenp, eosterlund
|
2018-03-03 23:56:08 -05:00 |
|
Calvin Cheung
|
efcc8d2558
|
8193434: [GRAAL] Graal classes are not loaded with -Xshare:dump
Allow loading of non-boot classes during CDS dumping but only add boot classes to the archive
Reviewed-by: kvn, iklam, jiangli
|
2018-03-02 17:33:59 -08:00 |
|
Jesper Wilhelmsson
|
8f1e5bc574
|
Merge
|
2018-03-02 21:00:12 +01:00 |
|
Vladimir Kozlov
|
5b3ff5aaab
|
8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
Move long running tests into separate CTW task
Reviewed-by: iignatyev, dlong
|
2018-03-02 15:02:26 -08:00 |
|
Jiangli Zhou
|
f987dec395
|
8194759: Support caching class mirror objects
Support archiving mirror objects for shared classes in 'open' archive java heap region.
Reviewed-by: coleenp, iklam, mseledtsov, tschatzl
|
2018-03-02 17:25:55 -05:00 |
|
Daniil Titov
|
979d5b7986
|
8170541: serviceability/jdwp/AllModulesCommandTest.java fails intermittently on Windows and Solaris
Reviewed-by: sspitsyn, dholmes
|
2018-03-02 10:42:32 -08:00 |
|
Erik Helin
|
a25238147d
|
8198948: Remove unused parameter evacuation_info from G1CollectedHeap::evacuate_collection_set
Reviewed-by: sjohanss, eosterlund
|
2018-03-02 14:47:52 +01:00 |
|
Robbin Ehn
|
f4bb0fe332
|
8198833: TestMemoryAwareness Docker container fails with too small maximum heap
Reviewed-by: bobv, dholmes
|
2018-03-02 11:43:19 +01:00 |
|
Erik Österlund
|
fc389b5284
|
8198896: Remove dead code: cardTableModRefBSForCTRS.hpp
Reviewed-by: pliden, kbarrett
|
2018-03-02 10:51:53 +01:00 |
|
Tobias Hartmann
|
f6f71565b7
|
8198826: -XX:+VerifyStack fails with fatal error: ExceptionMark constructor expects no pending exceptions
Save and restore pending exception while executing stack verification code at deoptimization.
Reviewed-by: kvn, dholmes
|
2018-03-02 11:06:51 +01:00 |
|
Stefan Johansson
|
bacf4db5bd
|
8198424: Remove G1AllocationContext
Reviewed-by: ehelin, tschatzl
|
2018-03-02 10:09:08 +01:00 |
|
Stefan Johansson
|
adfa2c958d
|
8198433: Remove WhiteBox extension point
Reviewed-by: ehelin, dholmes, tschatzl
|
2018-03-02 10:09:05 +01:00 |
|
Stefan Johansson
|
d31b7367c6
|
8198432: Remove Thread extension point
Reviewed-by: ehelin, dholmes, tschatzl
|
2018-03-02 10:09:04 +01:00 |
|
Stefan Johansson
|
dbbba4c4bc
|
8198431: Remove G1FullCollector extension point
Reviewed-by: ehelin, tschatzl
|
2018-03-02 10:09:02 +01:00 |
|
Stefan Johansson
|
f5891500fd
|
8198430: Remove G1Allocator extension point
Reviewed-by: ehelin, tschatzl
|
2018-03-02 10:09:01 +01:00 |
|
Felix Yang
|
77d0099725
|
8198821: fix test methods access for test java/text/Normalizer/NormalizerAPITest.java
Reviewed-by: naoto
|
2018-03-02 00:33:00 -08:00 |
|
Erik Helin
|
26176ec269
|
8197842 : Remove unused macros VM_STRUCTS_EXT and VM_TYPES_EXT
Reviewed-by: sjohanss, lfoltan
|
2018-03-02 09:20:16 +01:00 |
|
Kim Barrett
|
8d5c77303a
|
8198906: JDK-8196882 breaks VS2013 Win32 builds
Add cast to eliminate warning.
Reviewed-by: dholmes, stuefe
|
2018-03-02 03:14:49 -05:00 |
|
Martin Buchholz
|
5e529f5d62
|
8198933: Update JDI tests to pass valid URL[]
Reviewed-by: dholmes
|
2018-03-01 21:23:35 -08:00 |
|
Martin Buchholz
|
fa4abe66dd
|
8198810: URLClassLoader does not specify behavior when URL array contains null
Reviewed-by: alanb, darcy, dholmes
|
2018-03-01 19:01:34 -08:00 |
|
Zhengyu Gu
|
354249f51e
|
8191369: NMT: Enhance thread stack tracking
More precise thread stack tracking on Linux and Windows
Reviewed-by: coleenp, adinn, minqi
|
2018-03-01 16:35:36 -05:00 |
|
Kim Barrett
|
d7765d9002
|
8198474: Move JNIHandles::resolve into jniHandles.inline.hpp
Moved resolve and friends to new jniHandles.inline.hpp.
Reviewed-by: tschatzl, pliden, coleenp
|
2018-03-01 16:51:22 -05:00 |
|
Vladimir Kozlov
|
d0ec59a9fb
|
8195632: [Graal] Introduce EagerJVMCI flag to force eager JVMCI initialization
Reviewed-by: thartmann
|
2018-03-01 09:03:30 -08:00 |
|
Claes Redestad
|
ec495ebede
|
8198888: Reduce string allocation churn in InvokerBytecodeGenerator
Reviewed-by: psandoz, plevart
|
2018-03-01 13:08:06 +01:00 |
|
Joe Wang
|
5a7aff9897
|
8137326: Methods for comparing CharSequence, StringBuilder, and StringBuffer
Reviewed-by: rriggs, smarks, sherman, tvaleev
|
2018-03-01 15:31:04 -08:00 |
|
Lana Steuck
|
17b8a043c4
|
Merge
|
2018-03-01 21:09:54 +00:00 |
|
Philipp Kunz
|
5db337db24
|
6372077: JarFile.getManifest() should handle manifest attribute name 70 bytes
Reviewed-by: alanb, sherman
|
2018-03-01 15:50:26 -05:00 |
|