Jan Lahoda
|
66025558bb
|
8207229: Trees.getScope crashes for broken lambda
8207230: Trees.getScope runs Analyzers
Reviewed-by: vromero
|
2018-07-17 14:28:56 +02:00 |
|
Alan Bateman
|
df45a1b57e
|
8207340: (fs) UnixNativeDispatcher close and readdir usages should be fixed
Reviewed-by: bpb
|
2018-07-17 08:10:48 +01:00 |
|
Brian Burkhalter
|
769e802001
|
8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx)
Assume extended attributes are only explicitly enable on ext3
Reviewed-by: mbaesken, alanb
|
2018-07-16 10:58:28 -07:00 |
|
Ivan Gerasimov
|
bd236c55d0
|
8207016: Avoid redundant native memory allocation in getFinalPath()
Reviewed-by: alanb
|
2018-07-16 10:07:22 -07:00 |
|
Rajan Halade
|
a4bf30fb50
|
8207321: Merge error with 8199779
Reviewed-by: mullan
|
2018-07-16 08:59:39 -07:00 |
|
Lois Foltan
|
cc58241bec
|
8205611: Improve the wording of LinkageErrors to include module and class loader information
Clean up the wording of loader constraint violations to include the module and class loader information.
Reviewed-by: coleenp, goetz, hseigel
|
2018-07-16 11:34:17 -04:00 |
|
Lois Foltan
|
e8fcd927c3
|
8178712: ResourceMark may be missing inside initialize_[vi]table
Clean up use of ResourceMark within initialize_[vi]table.
Reviewed-by: ccheung, iklam, jiangli
|
2018-07-16 09:06:33 -04:00 |
|
Jan Lahoda
|
fe80e55647
|
8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance
Caching the results of Elements.getTypeElement/getPackageElement
Reviewed-by: darcy
|
2018-07-16 12:35:25 +02:00 |
|
Boris Ulasevich
|
2131cb484e
|
8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr
Limit flag range to don't overflow 12bit instruction operand
Reviewed-by: aph, dsamersoff
|
2018-07-15 18:16:55 +03:00 |
|
Jesper Wilhelmsson
|
4fc510cc89
|
Merge
|
2018-07-14 02:14:54 +02:00 |
|
Jonathan Gibbons
|
93364e9a43
|
8207213: The help-doc.html generated by the doclet is incomplete
Reviewed-by: hannesw
|
2018-07-13 13:00:36 -07:00 |
|
Rajan Halade
|
9335adaf4a
|
8199779: Add T-Systems, GlobalSign and Starfield services root certificates
Reviewed-by: mullan
|
2018-07-13 09:48:52 -07:00 |
|
Claes Redestad
|
173732afaa
|
8207235: ManagementFactory.getPlatformMXBeans(BufferPoolMXBean.class) throws NPE
Reviewed-by: alanb
|
2018-07-13 18:39:11 +02:00 |
|
Daniil Titov
|
8afac1c9da
|
8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][]
Reviewed-by: sspitsyn, amenkov
|
2018-07-12 22:53:35 -07:00 |
|
Adam Petcher
|
b2f4d61fb9
|
8206915: XDH TCK issues
Fixing a couple of conformance issues in XDH
Reviewed-by: mullan
|
2018-07-13 10:42:30 -04:00 |
|
Roland Westrelin
|
6dc1ccac6b
|
8200282: Serializing non-zero byte as zero to ByteBuffer
Arraycopy converted as a series of loads/stores uses wrong slice for loads
Reviewed-by: kvn, thartmann
|
2018-07-13 15:44:54 +02:00 |
|
Xue-Lei Andrew Fan
|
a98ec3e8bd
|
8207029: Unable to use custom SSLEngine with default TrustManagerFactory after updating to JDK 11 b21
Reviewed-by: wetmore
|
2018-07-13 07:08:59 -07:00 |
|
Patricio Chilano Mateo
|
2b397c3c13
|
8206470: Incorrect use of os::lasterror in ClassListParser
The change is for future-proof the code in case errno gets overwritten inside the allocation logic.
Reviewed-by: dholmes
|
2018-07-13 13:58:17 -04:00 |
|
Ivan Gerasimov
|
78f3c8a7d4
|
8207145: (fs) Native memory leak in WindowsNativeDispatcher.LookupPrivilegeValue0
Reviewed-by: alanb
|
2018-07-12 06:04:57 -07:00 |
|
Zhengyu Gu
|
1c976267be
|
8207056: Epsilon GC to support object pinning
Epsilon GC to use object pinning to avoid expensive GCLocker
Reviewed-by: shade, rkennke
|
2018-07-11 13:55:38 -04:00 |
|
Joe Darcy
|
e18f343141
|
8207055: Make javac -help output for -source and -target more informative
Reviewed-by: jjg
|
2018-07-11 16:12:18 -07:00 |
|
Brent Christian
|
c7a1b6431d
|
8207005: Disable the file canonicalization cache by default
Reviewed-by: alanb, bpb
|
2018-07-11 14:32:42 -07:00 |
|
Jesper Wilhelmsson
|
dafb3af62d
|
Merge
|
2018-07-11 21:41:43 +02:00 |
|
Boris Ulasevich
|
b32727d780
|
8207044: minimal vm build fail: missing #include
Add missing #include
Reviewed-by: kbarrett, shade
|
2018-07-11 15:08:44 -04:00 |
|
Coleen Phillimore
|
fb3b911fbe
|
8198720: Obsolete PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
Convert PrintSafepointStatistics to UL
Reviewed-by: shade, lfoltan
|
2018-07-11 14:44:05 -04:00 |
|
Zhengyu Gu
|
0a1e54644b
|
8206183: Possible construct EMPTY_STACK and allocation stack, etc. on first use
Uses "construct on First Use Idiom" pattern to workaround static initialization order
Reviewed-by: dholmes, minqi
|
2018-07-11 13:28:07 -04:00 |
|
Joe Darcy
|
2363998598
|
8173606: Deprecate constructors of 7-era visitors
Reviewed-by: vromero, jjg
|
2018-07-11 08:24:39 -07:00 |
|
Zhongwei Yao
|
45158a4766
|
8206975: AArch64: Fix CompareAndSwapOp when useLSE is enabled in Graal
Reviewed-by: adinn, aph
|
2018-07-11 15:00:33 +08:00 |
|
Rahul Raghavan
|
2e36eebdd2
|
8206873: 2 Null pointer dereference defect groups in LIRGenerator
Added missing assert statements
Reviewed-by: kvn, thartmann
|
2018-07-13 01:31:23 -07:00 |
|
Goetz Lindenmaier
|
2e682fa3cd
|
8207049: Minor improvements of compiler code
Reviewed-by: kvn, mdoerr
|
2018-07-12 16:31:28 +02:00 |
|
Vladimir Kozlov
|
dbb21a2a92
|
8206953: compiler/profiling/TestTypeProfiling.java fails when JVMCI build disabled
Restore original behavior when C2 is used
Reviewed-by: thartmann, mdoerr, dnsimon, gdub
|
2018-07-12 11:57:06 -07:00 |
|
Naoto Sato
|
0df02a4cb8
|
8207152: Placeholder for Japanese new era should be two characters
Reviewed-by: rriggs
|
2018-07-12 11:24:10 -07:00 |
|
Paul Sandoz
|
d808684592
|
8207027: Lookup.accessClass fails for an array type in the same package when assertions are enabled
Reviewed-by: redestad, mchung
|
2018-07-11 15:35:47 -07:00 |
|
Goetz Lindenmaier
|
8a9b0134a8
|
8206977: Minor improvements of runtime code
Reviewed-by: coleenp, lfoltan
|
2018-07-11 16:11:10 +02:00 |
|
Krishna Addepalli
|
03d9e25265
|
8206238: Aspect ratio is not maintained when Image is scaled in JEditorPane
Reviewed-by: prr, sveerabhadra
|
2018-07-12 17:34:36 +05:30 |
|
Manajit Halder
|
bad72aa13c
|
8204860: The frame could be resized by dragging a corner of the frame with the mouse
Reviewed-by: prr, psadhukhan
|
2018-07-12 15:17:18 +05:30 |
|
Aleksey Shipilev
|
39a27d1115
|
8207006: serviceability/sa/TestUniverse.java#id0 crashes with EpsilonGC and AOT
Reviewed-by: twisti, kvn
|
2018-07-12 09:13:55 +02:00 |
|
Weijun Wang
|
11e4fac62b
|
8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error
Reviewed-by: xuelei
|
2018-07-12 08:44:39 +08:00 |
|
Rajan Halade
|
3bbfd2f301
|
8207068: Add Entrust root certificates
Reviewed-by: weijun
|
2018-07-11 14:54:35 -07:00 |
|
Naoto Sato
|
fa3591db42
|
8206980: ZonedDateTime could not parse timezone name with zh_CN locale correctly
Reviewed-by: rriggs
|
2018-07-11 14:47:43 -07:00 |
|
Aleksey Shipilev
|
4f20e7f453
|
8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log
Reviewed-by: vlivanov, never
|
2018-07-11 08:44:00 +02:00 |
|
Calvin Cheung
|
a10d6e71d8
|
8205946: JVM crash after call to ClassLoader::setup_bootstrap_search_path()
Exit vm if setting of boot class path fails.
Reviewed-by: lfoltan, jiangli, dholmes
|
2018-07-10 19:04:13 -07:00 |
|
Doug Lea
|
85daddd4cf
|
8205620: Miscellaneous changes imported from jsr166 CVS 2018-07
Reviewed-by: martin, psandoz
|
2018-07-10 10:24:08 -07:00 |
|
Doug Lea
|
fce671f409
|
8206123: ArrayDeque created with default constructor can only hold 15 elements
Reviewed-by: martin, psandoz, igerasim
|
2018-07-10 10:24:08 -07:00 |
|
Coleen Phillimore
|
859ba8ca28
|
8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread
Only fetch Node::next once and use that result.
Reviewed-by: hseigel, dholmes
|
2018-07-10 11:13:33 -04:00 |
|
Gunter Haug
|
bb12ce24ef
|
8206919: s390: add missing info to vm_version_ext_s390
Reviewed-by: simonis, mdoerr
|
2018-07-10 11:36:36 +02:00 |
|
Sergey Bylokhov
|
991ca8f9fa
|
8202264: Race condition in AudioClip.loop()
Reviewed-by: prr
|
2018-07-11 13:41:25 +03:00 |
|
Mikael Vidstedt
|
dd4a832ab8
|
8207007: Add missing license header to zHash.inline.hpp
Reviewed-by: tschatzl, pliden
|
2018-07-10 16:14:48 -07:00 |
|
Tobias Hartmann
|
a16ca4799e
|
8205472: Deadlock in Kitchensink when trying to print compile queues causing timeout
Do not acquire the MethodCompileQueue_lock in CompileBroker::print_compile_queues().
Reviewed-by: kvn, kbarrett, dholmes
|
2018-07-10 15:33:55 +02:00 |
|
Thomas Schatzl
|
f57c7d1f4a
|
8206476: Wrong assert in phase_enum_2_phase_string() in referenceProcessorPhaseTimes.cpp
A less or equal than should be less than.
Reviewed-by: ehelin, kbarrett
|
2018-07-10 15:09:34 +02:00 |
|