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 |
|
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 |
|
Lana Steuck
|
bdc7ee1a5d
|
Merge
|
2018-02-16 05:58:57 +00:00 |
|
Sundararajan Athijegannathan
|
8a170b8042
|
8196959: NullPointerException in discovery003.java
Fixed corner case of having engineName as NULL
Reviewed-by: jlaskey
|
2018-02-16 15:23:22 +05:30 |
|
Lana Steuck
|
93138c756e
|
Added tag jdk-11+1 for changeset dfa46cfe5634
|
2018-02-16 05:58:04 +00:00 |
|
Sharath Ballal
|
a76221f5a7
|
8196930: [Testbug] serviceability/sa/ClhsdbFindPC.java fails to find expected output
Reviewed-by: dholmes, cjplummer
|
2018-02-16 10:10:14 +05:30 |
|
Martin Buchholz
|
a95d50a5fc
|
8197812: (ref) Data race in Finalizer
Reviewed-by: plevart, mchung
|
2018-02-15 19:35:17 -08:00 |
|
Alexey Ushakov
|
10ef2cd87c
|
8197499: RepaintManager does not increase double buffer after attaching a device with higher resolution
Reviewed-by: serb, prr
|
2018-02-15 17:20:57 -08:00 |
|
Parvathi Somashekar
|
d057334330
|
8196324: Update tests FilterMatch and FilterNoMatch to use TestScaffold
Subtask of JDK-4916621: update tests using JDIScaffold to using TestScaffold instead.
Reviewed-by: sspitsyn, gthornbr
|
2018-02-15 11:31:56 -08:00 |
|
Erik Joelsson
|
e27aca5e99
|
8197906: Enable CDS mode execution of jtreg tests via make
Changed make file to add this functionality
Reviewed-by: iignatyev, ihse
|
2018-02-15 13:37:50 -08:00 |
|
Alan Bateman
|
0b78370b74
|
8193819: Error message when module does not have a ModuleMainClass attribute is confusing
Reviewed-by: sundar
|
2018-02-15 14:44:14 +00:00 |
|
Alan Bateman
|
fc3364785a
|
8193818: Remove unused single_step field from java.lang.Thread
Reviewed-by: lancea, dholmes
|
2018-02-15 13:37:20 +00:00 |
|
Pankaj Bansal
|
eb9d86fff1
|
5076761: JList.setSelectedValue(null, ...) doesn't do anything
Reviewed-by: serb, ssadetsky, psadhukhan
|
2018-02-15 14:20:44 +05:30 |
|
Xueming Shen
|
739c973204
|
8197988: T2 test javax/net/ssl/interop/ClientHelloChromeInterOp.java failed after JDK-8164278
Reviewed-by: alanb
|
2018-02-15 00:25:01 -08:00 |
|
Martin Buchholz
|
48b9835669
|
8197893: Mistaken type check in CheckedEntrySet.toArray
Reviewed-by: psandoz
|
2018-02-14 16:37:20 -08:00 |
|
Thomas Schatzl
|
edb1509a0e
|
8197968: [Backout] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
Reviewed-by: kbarrett
|
2018-02-15 00:20:22 +01:00 |
|
Xueming Shen
|
f6ca24c05f
|
8164278: java.util.Base64.EncOutputStream/DecInputStream is slower than corresponding version in javax.mail package
Reviewed-by: rriggs
|
2018-02-14 14:13:42 -08:00 |
|
Claes Redestad
|
abb7e3a52a
|
8197849: Misc improvements to jar resource handling
Reviewed-by: rriggs, dfuchs
|
2018-02-14 19:03:12 +01:00 |
|
Brian Burkhalter
|
f74677e37e
|
8144672: (ch) PipeImpl should use localhost instead of loopback address
Reviewed-by: alanb, clanger
|
2018-02-14 08:15:07 -08:00 |
|
Ioi Lam
|
a74437edc9
|
8179249: Improve process output analysis in CDS tests
Added new API TestCommon.run(...).assertNormalExit(...), etc
Reviewed-by: mseledtsov
|
2018-02-14 07:08:25 -08:00 |
|
Chris Plummer
|
e2f49705aa
|
8196909: gcc 7.2.1 compiler warning in libdt_socket
Fixed warning
Reviewed-by: sspitsyn, clanger
|
2018-02-15 09:22:25 -08:00 |
|
Jesper Wilhelmsson
|
dc06e6553a
|
Merge
|
2018-02-15 16:16:17 +01:00 |
|
Tobias Hartmann
|
01353e7787
|
8197828: Null pointer dereference in MultiNode::proj_out_or_null
Added a null check for the return value of AllocateNode::initialization().
Reviewed-by: kvn, shade, dlong
|
2018-02-15 09:17:56 +01:00 |
|
Zhengyu Gu
|
f47021e2ab
|
8193373: Cleanup ElfFile and family
Cleanup elf decoder and added test
Reviewed-by: minqi, coleenp
|
2018-02-14 17:20:59 -05:00 |
|
Jesper Wilhelmsson
|
d851dd077b
|
8197945: Qurarantine failing condy tests
Reviewed-by: coleenp, lfoltan, kbarrett
|
2018-02-14 16:42:00 +01:00 |
|
Calvin Cheung
|
26712bcb1b
|
8196920: VerifierTest_1A.java and VerifierTest_1B.java fail: assert(receiver_klass->is_subtype_of(static_receiver_klass)) failed: actual receiver must be subclass of static receiver klass
Add an unverifiable method to the test class
Reviewed-by: dholmes, iklam
|
2018-02-14 10:32:19 -08:00 |
|
Ioi Lam
|
128f91288c
|
8197857: fieldDescriptor prints incorrect 32-bit representation of compressed oops
Reviewed-by: coleenp
|
2018-02-14 06:57:28 -08:00 |
|
Claes Redestad
|
fa933f3971
|
8195850: Improve startup of code to pull arguments from BootstrapMethodInvoker
Reviewed-by: psandoz, jrose
|
2018-02-14 15:27:29 +01:00 |
|
Coleen Phillimore
|
2a4d4b43b4
|
8197772: metaspace uses global operator new/delete for gtest testing
Inherit ChunkManagerReturnTestImpl from CHeapObj
Reviewed-by: kbarrett, zgu
|
2018-02-14 09:09:37 -05:00 |
|
Coleen Phillimore
|
d41cbf61a1
|
8197789: os::SuspendedThreadTask causes references to global operator delete
Make destructor non-virtual and protected
Reviewed-by: kbarrett
|
2018-02-14 09:03:31 -05:00 |
|
Claes Redestad
|
50f6694f00
|
8197829: Optimize CLDRCalendarDataProviderImpl::retrieveInteger
Reviewed-by: naoto
|
2018-02-14 14:45:38 +01:00 |
|
Jesper Wilhelmsson
|
b8689741ec
|
Merge
|
2018-02-14 13:29:45 +01:00 |
|
Weijun Wang
|
06a9e1a72f
|
8191438: jarsigner should print when a timestamp will expire
Reviewed-by: mullan
|
2018-02-14 16:58:49 +08:00 |
|
Tobias Hartmann
|
2c5a0835a9
|
8197608: MacroAssembler::unimplemented calls global operator new[]
Removed C heap allocation of string buffers.
Reviewed-by: kvn, shade
|
2018-02-14 08:23:53 +01:00 |
|
Mandy Chung
|
ff6a245d89
|
8197865: @moduleGraph taglet generates incorrect link to module graph
Reviewed-by: jjg, lancea
|
2018-02-13 15:32:41 -08:00 |
|
Jesper Wilhelmsson
|
51ab999e0e
|
Merge
|
2018-02-13 23:38:34 +01:00 |
|