Claes Redestad
|
74827c6a87
|
8199865: Avoid initializing ShortCache in ProxyGenerator
Reviewed-by: mchung
|
2018-03-21 10:13:14 +01:00 |
|
Chris Hegarty
|
2c73c97dd0
|
8199437: Improve diagnostic system assertion message in com.sun.net.httpserver impl
Reviewed-by: alanb, dfuchs
|
2018-03-21 09:06:45 +00:00 |
|
Manajit Halder
|
989515036d
|
7158623: Should an unfocusable maximized Frame be resizable
Reviewed-by: prr, sveerabhadra
|
2018-03-21 12:08:16 +05:30 |
|
Joe Wang
|
ce2fbabb94
|
8199792: Wrong license header in XMLLimitAnalyzer.java
Reviewed-by: lancea
|
2018-03-20 11:29:16 -07:00 |
|
Phil Race
|
7a4c2158c8
|
8199870: colorimaging.md needs to remove mention of KCMS
Reviewed-by: serb
|
2018-03-20 10:31:05 -07:00 |
|
Stuart Monteith
|
502b9b1da4
|
8193266: AArch64: TestOptionsWithRanges.java SIGSEGV
Fix hotspot jtreg test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failure on AArch64.
Reviewed-by: aph, coleenp, dsamersoff
|
2018-03-20 22:54:02 +08:00 |
|
Coleen Phillimore
|
221d0f4c54
|
8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files
Remove frame.inline.hpp,etc from header files and adjust transitive includes.
Reviewed-by: stefank, stuefe
|
2018-03-21 19:45:24 -04:00 |
|
Coleen Phillimore
|
b15a3ff611
|
8197844: JVMTI GetLoadedClasses should use the Access API
Make sure the holder of a class loader is accessed during iteration of CLDG
Reviewed-by: eosterlund, rkennke
|
2018-03-21 17:09:34 -04:00 |
|
Chris Plummer
|
fcd067c48d
|
8195109: ServiceUtil::visible_oop is not needed anymore
Strip out ServiceUtil and all users of it
Reviewed-by: coleenp, stefank, jcbeyler, sspitsyn
|
2018-03-21 13:07:19 -07:00 |
|
Roland Westrelin
|
35460b0e85
|
8196294: LoopStripMiningIterShortLoop is set to zero by default
Reviewed-by: shade, thartmann, kvn
|
2018-03-21 10:05:36 +01:00 |
|
Roman Kennke
|
d4d5ea316b
|
8199739: Use HeapAccess when loading oops from static fields in javaClasses.cpp
Reviewed-by: kbarrett, eosterlund
|
2018-03-21 16:00:41 +01:00 |
|
Erik Helin
|
383a921aac
|
8199027: Make protected members private in G1Policy
Reviewed-by: sjohanss, tschatzl
|
2018-03-21 12:47:46 +01:00 |
|
Leo Korinth
|
8c8a9e6121
|
8196337: Add commit methods that take all event properties as argument
Reviewed-by: ehelin, mgronlun
|
2018-03-21 10:35:13 +01:00 |
|
Roland Westrelin
|
c450333748
|
8197931: Null pointer dereference in Unique_Node_List::push of node.hpp:1510
Reviewed-by: dlong, thartmann
|
2018-03-20 15:38:00 +01:00 |
|
Leo Korinth
|
9ccbbb67b3
|
8196865: G1 log for active workers is wrong
Reviewed-by: tschatzl, sjohanss
|
2018-03-23 16:25:47 +01:00 |
|
Ed Nevill
|
1ab18f7d36
|
8200197: Zero fails to build after 8200105
Reviewed-by: coleenp
|
2018-03-23 23:57:48 +00:00 |
|
Jesper Wilhelmsson
|
7ffa43700f
|
Merge
|
2018-03-24 01:08:35 +01:00 |
|
Stefan Karlsson
|
1a1aecd166
|
8200106: Move NoSafepointVerifier out from gcLocker.hpp
Reviewed-by: coleenp
|
2018-03-23 18:54:12 +01:00 |
|
Paul Sandoz
|
cfb102ab89
|
8193033: remove terminally deprecated sun.misc.Unsafe.defineClass
Reviewed-by: chegar, mchung, alanb
|
2018-03-20 09:21:43 -07:00 |
|
Erik Österlund
|
81919e5cc5
|
8199696: Remove Runtime1::arraycopy
Reviewed-by: kvn, mdoerr
|
2018-03-20 11:41:17 +01:00 |
|
Tobias Hartmann
|
eda7916ce8
|
8199624: [Graal] Blocking jvmci compilations time out
Handle blocking jvmci compilations that time out.
Reviewed-by: kvn, dnsimon
|
2018-03-21 08:18:54 +01:00 |
|
Per Lidén
|
68345b93ad
|
8199886: gc/cslocker/TestCSLocker.java crashes
Reviewed-by: rkennke, kbarrett
|
2018-03-20 22:22:02 +01:00 |
|
Dean Long
|
91649ef44b
|
8146201: [AOT] Class static initializers that are not pure should not be executed during static compilation
Reviewed-by: kvn
|
2018-03-20 10:23:14 -07:00 |
|
Roman Kennke
|
0df6b5baee
|
8199620: Support for JNI object pinning
Reviewed-by: pliden, tschatzl, eosterlund
|
2018-03-20 15:59:36 +01:00 |
|
Prasadrao Koppula
|
b3e5409c1d
|
8187218: GSSCredential.getRemainingLifetime() returns negative value for TTL > 24 days
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: mullan
|
2018-03-20 11:16:10 +05:30 |
|
Per Lidén
|
22c9d34be1
|
8205405: ZGC: Decouple JFR type registration
Reviewed-by: stefank, mgronlun
|
2018-06-25 10:54:55 +02:00 |
|
Michihiro Horie
|
4641ea7bed
|
8204524: Unnecessary memory barriers in G1ParScanThreadState::copy_to_survivor_space
Reviewed-by: kbarrett, mdoerr, drwhite, tschatzl
|
2018-06-25 10:41:03 +02:00 |
|
Rachna Goel
|
84eec7f854
|
8205158: Update the .md files for 3rd party software Unicode 10.0, ICU 60.2, and CLDR v33
Updated legal files for CLDR, ICU and Unicode.
Reviewed-by: naoto, mchung
|
2018-06-25 11:51:04 +05:30 |
|
Tom Rodriguez
|
0173db08e9
|
8198909: [Graal] compiler/codecache/stress/UnexpectedDeoptimizationTest.java crashed with SIGSEGV
Reviewed-by: eosterlund, iveresov
|
2018-06-24 21:46:11 -07:00 |
|
Erik Gahlin
|
e6bcdd9eab
|
8203929: Limit amount of data for JFR.dump
Reviewed-by: mgronlun
|
2018-06-25 02:07:42 +02:00 |
|
Alan Bateman
|
24b5afda01
|
8205533: Class.getPackage() fails with InternalError if class is defined to the bootstrap class loader but module is not in the boot layer
Reviewed-by: mchung
|
2018-06-24 16:25:47 +01:00 |
|
Dmitry Samersoff
|
d705440d39
|
8203481: Incorrect constraint for unextended_sp in frame:safe_for_sender
Relaxed assert inside safe_for_sender
Reviewed-by: aph, dpochepk
|
2018-06-24 15:02:08 +03:00 |
|
Peter Levart
|
a9912bb300
|
8205540: test/hotspot/jtreg/vmTestbase/nsk/jdb/trace/trace001/trace001.java fails with Debuggee did not exit after 15 <cont> commands
Screen usage/initialization of TerminatingThreadLocal with a non-null check on Thread.threadLocals field
Reviewed-by: dholmes, alanb
|
2018-06-24 10:41:51 +02:00 |
|
Jeremy Manson
|
e9fc42d791
|
8205570: fix a number of typos in the JVMTI spec
Fix typos in the JVMTI spec
Reviewed-by: dholmes, sspitsyn
|
2018-06-23 22:49:48 -07:00 |
|
Alan Bateman
|
afd6c107a5
|
Merge
|
2018-06-23 09:46:18 +01:00 |
|
Alan Bateman
|
cf9438f418
|
8198372: API to create a SelectableChannel to a FileDescriptor
Reviewed-by: chegar, bpb
|
2018-06-23 09:34:09 +01:00 |
|
Jeremy Manson
|
c1cfcdcd25
|
8205113: Update JVMTI doc references to object allocation tracking
Update the JVMTI VMObjectAlloc spec
Reviewed-by: dholmes, sspitsyn
|
2018-06-23 01:22:52 -07:00 |
|
Alan Bateman
|
7523687071
|
8197532: Re-examine policy for the default set of modules when compiling or running code on the class path
Reviewed-by: jlahoda, mchung
|
2018-06-23 08:03:52 +01:00 |
|
Arthur Eubanks
|
6e0bd36f42
|
8205199: more Linux clang compile failures
Co-authored-by: Thomas Stuefe <thomas.stuefe@gmail.com>
Reviewed-by: dholmes, kbarrett, stuefe
|
2018-06-22 17:49:21 -07:00 |
|
Tobias Wagner
|
5d58391226
|
7007966: Add Brainpool ECC support (RFC 5639)
Enhance SunEC provider with the support of brainpool256/320/384/512r1 curves
Reviewed-by: valeriep
|
2018-06-22 23:10:36 +00:00 |
|
Igor Veresov
|
90c4e07b60
|
8204209: [Graal] Compilation fails during nmethod printing with "assert(bci == 0 || 0 <= bci && bci < code_size()) failed: illegal bci"
Tolerate JVMCI placeholder bcis
Reviewed-by: kvn, never, dlong
|
2018-06-22 15:58:32 -07:00 |
|
Kim Barrett
|
b84c23399e
|
8205459: Rename Access API flag decorators
Rename OOP_NOT_NULL, IN_HEAP_ARRAY, AS_DEST_NOT_INITIALIZED
Reviewed-by: pliden, stefank
|
2018-06-22 17:46:58 -04:00 |
|
Vivek Deshpande
|
a8a82bb0ba
|
8205194: Improve the Array Comparison when there is mismatch at first element
Perform the first element comparison before the call to vectorizedMismatch method
Reviewed-by: psandoz, rriggs, igerasim
|
2018-06-22 12:51:49 -07:00 |
|
Paul Sandoz
|
54e53458c6
|
8202922: Method reference identity is broken by serialization
Reviewed-by: jlaskey, mchung
|
2018-06-22 12:05:36 -07:00 |
|
Dmitrij Pochepko
|
0d65441316
|
8189112: AARCH64: optimize StringUTF16 compress intrinsic
Reviewed-by: aph
|
2018-06-22 20:17:02 +03:00 |
|
Michael McMahon
|
1d79d38007
|
8204233: Add configurable option for enhanced socket IOException messages
Reviewed-by: alanb, chegar
|
2018-06-22 18:10:20 +01:00 |
|
Peter Levart
|
7d4135b630
|
Merge
|
2018-06-22 18:19:26 +02:00 |
|
Peter Levart
|
169fb73c0c
|
Merge
|
2018-06-22 18:18:05 +02:00 |
|
Daniel D. Daugherty
|
693afecf22
|
8205195: NestedThreadsListHandleInErrorHandlingTest fails because hs_err doesn't contain _nested_thread_list_max
Grab Threads_lock in VMError::controlled_crash() so ErrorHandling tests are more stable.
Reviewed-by: stuefe, sspitsyn
|
2018-06-22 12:15:16 -04:00 |
|
Peter Levart
|
6ec2cfcc49
|
8202788: Explicitly reclaim cached thread-local direct buffers at thread exit
Add internal TerminatingThreadLocal and use it to free cached thread-local direct buffers and nio-fs native buffers
Reviewed-by: tonyp, alanb
|
2018-06-22 17:56:55 +02:00 |
|