Jonathan Gibbons
|
820a5618c4
|
8205442: Avoid hard-coding --source value in SourceLauncherTest.java
Reviewed-by: darcy
|
2018-06-21 14:33:15 -07:00 |
|
Jonathan Gibbons
|
f0b244a4ac
|
8196425: tools/javac/modules/AnnotationProcessing.java failed
Reviewed-by: jlahoda
|
2018-06-21 13:29:44 -07:00 |
|
Erik Gahlin
|
76d0843d18
|
8205053: Decouple type registration from framework lifecycle
Reviewed-by: mgronlun, pliden, stefank
|
2018-06-21 20:52:52 +02:00 |
|
Erik Joelsson
|
9773083b55
|
8205424: Change to Xcode 9.4 for building on Macosx at Oracle
Reviewed-by: tbell, prr
|
2018-06-21 12:03:54 -07:00 |
|
Michael Skells
|
df509b1b16
|
8199124: (fs) Reduce allocation for file system methods that are invoked with no open options
Reviewed-by: alanb
|
2018-06-21 11:10:55 -07:00 |
|
Alan Bateman
|
91d9f3fbe0
|
8194937: Inconsistent behavior of --validate-modules when combined with -m and other options
Reviewed-by: mchung
|
2018-06-21 18:56:35 +01:00 |
|
Regev Shemy
|
a6ac56a69e
|
8205398: AES-CBC decryption algorithm using AVX512 instructions
Co-authored-by: Shay Gueron <shay.gueron@intel.com>
Co-authored-by: Smita Kamath <smita.kamath@intel.com>
Co-authored-by: Shravya Rukmannagari <shravya.rukmannagari@intel.com>
Reviewed-by: kvn
|
2018-06-21 10:54:07 -07:00 |
|
Stuart Marks
|
277b35da28
|
8203184: List.copyOf() fails to copy sublists
Reviewed-by: psandoz
|
2018-06-21 08:45:57 -07:00 |
|
Stuart Marks
|
693a6dd27a
|
8060192: Add default method <A> A[] Collection.toArray(IntFunction<A[]> generator)
Reviewed-by: martin, forax, psandoz, briangoetz
|
2018-06-21 08:25:03 -07:00 |
|
Coleen Phillimore
|
5be0048099
|
8205175: Deprecate UnlinkSymbolsALot debugging option
Reviewed-by: zgu, stuefe
|
2018-06-21 11:10:44 -04:00 |
|
Jim Laskey
|
267fe08ad9
|
8203637: Fix Sources
Reviewed-by: hannesw, sundar
|
2018-06-21 08:58:59 -03:00 |
|
Robin Westberg
|
a61ed3b417
|
8205103: [TESTBUG] Instability in JFR test TestThreadCpuTimeEvent
Reviewed-by: mgronlun
|
2018-06-21 13:39:20 +02:00 |
|
Roman Kennke
|
3ac6f8d3b9
|
8205336: Modularize allocations in assembler
Reviewed-by: aph, eosterlund
|
2018-06-19 13:03:12 -04:00 |
|
Nishit Jain
|
9c47d8db3f
|
8204938: Add a test case to automatically check the updated LSR data
Reviewed-by: naoto, rriggs
|
2018-06-21 14:09:43 +05:30 |
|
Chris Plummer
|
cda97e3382
|
8205385: Problem list vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
Reviewed-by: sspitsyn
|
2018-06-20 19:46:44 -07:00 |
|
Jesper Wilhelmsson
|
5aba3a52a1
|
Added tag jdk-11+19 for changeset fb8b3f467277
|
2018-06-21 03:21:22 +02:00 |
|
Igor Veresov
|
ac42932122
|
8205105: VM crashes with "assert(Universe::heap()->is_in_reserved(start + words - 1)) failed: not in heap"
Disable fast TLAB refill in Graal.
Reviewed-by: dnsimon, kvn
|
2018-06-20 17:30:43 -07:00 |
|
Leonid Mesnik
|
4dae1e471b
|
8204974: Quarantine serviceability/sa/TestInstanceKlassSize* tests for CDS enabled mode
Reviewed-by: ccheung, mseledtsov, jiangli
|
2018-06-20 12:02:17 -07:00 |
|
Gustavo Romero
|
f02e0d4779
|
8204135: jtreg: Fix failing RTM test TestUseRTMXendForLockBusy
Reviewed-by: goetz, iignatyev
|
2018-06-20 22:02:46 +02:00 |
|
Igor Ignatyev
|
55eb2d9b79
|
8205433: clean up hotspot ProblemList
Reviewed-by: kvn
|
2018-06-20 12:42:43 -07:00 |
|
Gary Adams
|
dfe4aabde4
|
6545967: sp05t003 failed ResumeThread() due to THREAD_NOT_SUSPENDED
Reviewed-by: cjplummer, sspitsyn
|
2018-06-20 13:57:38 -04:00 |
|
Bernard Blaser
|
07012c9753
|
8203338: Unboxing in return from lambda miscompiled to throw ClassCastException
Reviewed-by: mcimadamore, vromero
|
2018-06-20 10:01:49 -07:00 |
|
Chris Hegarty
|
99f9c91a02
|
Merge
|
2018-06-20 17:54:40 +01:00 |
|
Chris Hegarty
|
8d102fbc49
|
Merge
|
2018-06-20 17:48:39 +01:00 |
|
Mikhailo Seledtsov
|
a22821323a
|
8204701: [TESTBUG] runtime/SharedArchiveFile/BootAppendTests.java should handle mapping failure
Added code to check for mapping failure
Reviewed-by: ccheung, jiangli
|
2018-06-20 09:42:36 -07:00 |
|
Erik Joelsson
|
640bf6cbd8
|
8200115: System property java.vm.vendor value includes quotation marks
Reviewed-by: tbell, asaha
|
2018-06-20 09:38:17 -07:00 |
|
Chris Hegarty
|
659fdd8dc4
|
8204679: HTTP Client refresh
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com>
Reviewed-by: chegar, dfuchs, michaelm
|
2018-06-20 09:05:57 -07:00 |
|
Thomas Stuefe
|
8c5dfa21b3
|
8205407: [windows, vs<2017] C4800 after 8203197
Reviewed-by: tbell, mbaesken
|
2018-06-20 17:15:16 +02:00 |
|
Claes Redestad
|
edd5002b4e
|
8199435: Unsafe publication of java.util.Properties.map
Reviewed-by: dholmes, psandoz, plevart, bchristi
|
2018-06-20 17:06:24 +02:00 |
|
Chris Phillips
|
561ec75b9b
|
8203030: Zero s390 31 bit size_t type conflicts in shared code
Cast to size_t or change to size_t foe compatibility with other archs.
Reviewed-by: pliden, dholmes
|
2018-06-19 10:00:39 -04:00 |
|
Maurizio Cimadamore
|
43248585b4
|
8195293: Issue more comprehensive warnings for use of \"var\" in earlier source versions
Issue warnings when 'var' used as a type name in type argument positions
Reviewed-by: jlahoda
|
2018-06-20 11:47:07 +01:00 |
|
Per Lidén
|
d33aa17aec
|
8205339: ZGC: VerifyBeforeIteration not yet supported
Reviewed-by: stefank, eosterlund
|
2018-06-20 11:33:43 +02:00 |
|
Per Lidén
|
d8cc020fd6
|
8205338: ZGC: LeakProfiler not yet supported
Reviewed-by: egahlin, eosterlund
|
2018-06-20 11:33:42 +02:00 |
|
Priya Lakshmi Muthuswamy
|
aefa5d6fbe
|
8202624: javadoc generates references to enum constructors, which are not documented
Reviewed-by: sundar
|
2018-06-20 14:52:32 +05:30 |
|
Goetz Lindenmaier
|
ecbeb2db13
|
8205108: [testbug] Fix pattern matching in jstatd tests
Reviewed-by: stuefe, azeller
|
2018-06-20 11:12:58 +02:00 |
|
Thomas Stuefe
|
b7fe5e4f7b
|
8205141: runtime/exceptionMsgs/ArrayStoreException/ArrayStoreExceptionTest.java failed with "assert(k->is_objArray_klass()) failed: cast to ObjArrayKlass
Reviewed-by: dholmes, goetz
|
2018-06-20 06:51:39 +02:00 |
|
Chris Plummer
|
14e06400d3
|
8205149: hs201t002 should be put on the problem list
Reviewed-by: sspitsyn
|
2018-06-19 17:50:32 -07:00 |
|
Valerie Peng
|
8e127e5c26
|
8204152: SignedObject throws NullPointerException for null keys with an initialized Signature object
Check for null and throw InvalidKeyException to maintain same behavior
Reviewed-by: xuelei
|
2018-06-19 23:33:31 +00:00 |
|
Thomas Stuefe
|
6f462fbc70
|
8203680: os::stat() on Posix platform does not need to copy input path
Reviewed-by: hseigel, dholmes
|
2018-06-19 09:34:41 +02:00 |
|
Andrey Petushkov
|
79fea6b201
|
8153107: enabling ObjectSynchronizer::quick_enter() on ARM64 causes hangs
Always set the markword for recursive monitors in MacroAssembler::fast_lock().
Reviewed-by: aph, drwhite, dcubed, bulasevich
|
2018-06-15 13:57:32 -04:00 |
|
Per Lidén
|
98f42dc0f5
|
8205344: TraceMemoryManagerStats changes in JDK-8195115 broke ZGC
Reviewed-by: shade, eosterlund
|
2018-06-19 19:19:43 +02:00 |
|
Markus Grönlund
|
c2c3d285dd
|
8204571: Add support for launching multiple startup recordings
Reviewed-by: egahlin
|
2018-06-19 19:16:08 +02:00 |
|
Phil Race
|
93c8d9bffd
|
Merge
|
2018-06-19 10:12:35 -07:00 |
|
Phil Race
|
316d8c0d42
|
Merge
|
2018-06-19 10:12:00 -07:00 |
|
Phil Race
|
8db50f14de
|
Merge
|
2018-06-19 09:22:38 -07:00 |
|
Toshio Nakamura
|
a8506cb4e1
|
8042131: DateTimeFormatterBuilder Mapped-values do not work for JapaneseDate
Reviewed-by: rriggs, scolebourne
|
2018-06-19 08:19:54 -07:00 |
|
Dmitry Chuyko
|
d571ea407c
|
8198719: MethodHandleHelper.linkToStatic should drop MH arg
Reviewed-by: vlivanov, dlong
|
2018-06-19 18:18:46 +03:00 |
|
Dmitrij Pochepko
|
0bb3443a98
|
8204353: AARCH64: optimize FPU load and stores in macroAssembler
Reviewed-by: aph
|
2018-06-19 18:18:25 +03:00 |
|
Dmitrij Pochepko
|
07e928c8ec
|
8204473: AARCH64: register post-index addressing mode is not supported directly
Reviewed-by: aph
|
2018-06-19 18:14:25 +03:00 |
|
Erik Joelsson
|
8f5b71f3bb
|
8205183: Warning about using VS2017 should be removed
Reviewed-by: prr, tbell
|
2018-06-19 16:44:41 +02:00 |
|