Doug Lea
e4046542ba
8202685: Optimize ArrayList subList replaceAll
...
Reviewed-by: martin, psandoz, igerasim, redestad, dholmes, smarks, jrose, plevart
2018-05-22 21:46:51 -07:00
Brian Burkhalter
c9e23b5e71
8202076: test/jdk/java/io/File/WinSpecialFiles.java on windows with VS2017
...
If all other means to obtain the file length fail, fall back to FindFirstFile
Reviewed-by: igerasim, alanb
2018-05-22 16:19:31 -07:00
Erik Gahlin
6602c862c1
8195819: Remove recording=x from jcmd JFR.check output
...
Reviewed-by: mgronlun
2018-05-23 00:21:58 +02:00
Erik Gahlin
6e9b05acb2
8201331: Better test cleanup for jdk/jfr/api/consumer/TestRecordingFile.java
...
Reviewed-by: tbell, mgronlun
2018-05-22 23:27:54 +02:00
Leonid Mesnik
09be3efb39
8199064: Test applications/jcstress/other/Test.java#id1108 fails on Sparc
...
Reviewed-by: psandoz, mseledtsov
2018-05-22 10:49:20 -07:00
Mikhailo Seledtsov
6fcf6a9b20
8199257: [TESTBUG] Open source VM testbase metaspace tests
...
Open sourced VM metaspace tests
Reviewed-by: coleenp, stuefe
2018-05-22 13:05:22 -07:00
Zhengyu Gu
7a898e3e81
8203635: JFR sampler thread does not record stack info
...
Added call to record_stack_base_and_size() from sampler thread
Reviewed-by: shade, coleenp, stuefe
2018-05-22 14:49:39 -04:00
Xueming Shen
7a9392740c
8196987: Resolve disabled warnings for libzip
...
Reviewed-by: erikj, alanb
2018-05-22 11:04:36 -07:00
Igor Ignatyev
619bf3a01c
8199379: [TESTBUG] Open source vm testbase JDB tests
...
Reviewed-by: mseledtsov, sspitsyn
2018-05-22 10:08:04 -07:00
Coleen Phillimore
37e51f4074
8202669: Intermittent crash in ClassLoadingService::compute_class_size()
...
Don't report classes that failed to load when reporting class unloading. Remove the classes first.
Reviewed-by: dholmes, lfoltan, ccheung
2018-05-22 13:10:56 -04:00
Vicente Romero
3b38d1b418
8196048: thrown type variables should be roots in the minimum inference graph
...
Reviewed-by: mcimadamore
2018-05-22 09:01:44 -07:00
Ioi Lam
1ae12b4328
8203381: Replace InstanceKlass::allocate_instance_handle with JavaCalls::construct_new_instance
...
Reviewed-by: lfoltan, dholmes, coleenp, minqi
2018-05-18 09:15:08 -07:00
Severin Gehwolf
f0e6200376
8203410: Zero: Disable jfr feature by default
...
Reviewed-by: erikj
2018-05-18 15:35:32 +02:00
Jim Laskey
60de3c902e
8200380: String::lines
...
Reviewed-by: sundar, sherman, rriggs, psandoz
2018-05-22 12:04:05 -03:00
Jan Lahoda
c3cdecd32b
8198315: Incomplete classpath causes NPE in TransTypes
...
Avoid symbol completion while constructing error message.
Reviewed-by: mcimadamore
2018-05-22 12:26:17 +02:00
Maurizio Cimadamore
47d634e453
8203436: javac should fail early when emitting illegal signature attributes
...
Check that signature attributes do not contain non-denotable types
Reviewed-by: vromero
2018-05-22 13:37:05 +01:00
Boris Ulasevich
069d6f992b
8203431: TestFloatsOnStackDeopt.java throws java.lang.LinkageError: loader <bootstrap> attempted duplicate class definition for java.lang.invoke.BoundMethodHandle$Species_LLL
...
Reviewed-by: redestad
2018-05-22 14:54:55 +02:00
Claes Redestad
55ba3cad8b
8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros
...
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: martin, igerasim
2018-05-22 14:44:18 +02:00
David Holmes
bff7296db3
8203626: ProblemList compiler/runtime/TestFloatsOnStackDeopt.java
...
Reviewed-by: thartmann
2018-05-22 05:20:48 -04:00
Kim Barrett
66b0c9fe9c
8202863: Rename OopStorage inner collection classes
...
Rename BlockArray, BlockList, BlockEntry
Reviewed-by: coleenp
2018-05-22 03:46:52 -04:00
Tobias Hartmann
e30f2aee4f
8202848: -XX:+ExecuteInternalVMTests asserts with "assert(cd.valid() == true) failed: failed on a valid DirectivesParser string"
...
Use "C" locale for correct parsing of decimals in VM internal compiler directive tests.
Reviewed-by: dholmes, coleenp, stuefe, dcubed
2018-05-22 09:10:16 +02:00
Tobias Hartmann
f9ac81abcd
8203196: C1 emits incorrect code due to integer overflow in _tableswitch keys
...
Avoid integer overflow in TableSwitch().
Reviewed-by: goetz, mdoerr, vlivanov
2018-05-22 09:04:15 +02:00
Ioi Lam
f9742fc0a6
8193332: MetaspaceShared::check_shared_class_loader_type is not used during archive creation
...
Reviewed-by: lfoltan, jiangli
2018-05-21 21:27:12 -07:00
Iris Clark
03096d9b75
8203500: Fix broken links to Specification in "specs" directory
...
Reviewed-by: jjg, lancea, mchung
2018-05-21 18:44:09 -07:00
Valerie Peng
9e8d9fe1ee
8146293: Add support for RSASSA-PSS Signature algorithm
...
Add RSASSA-PSS key and signature support to SunRsaSign provider
Reviewed-by: wetmore
2018-05-21 23:40:52 +00:00
Coleen Phillimore
6216182dd1
8202853: NotifyCount is not initialized
...
Remove NotifyCount
Reviewed-by: jiangli
2018-05-21 17:17:24 -04:00
Erik Gahlin
112a9fe7f6
8027760: JFC schema condition should not have defaults
...
Reviewed-by: mgronlun
2018-05-21 22:59:29 +02:00
Ivan Gerasimov
ee601ac627
8203279: Faster rounding up to nearest power of two
...
Reviewed-by: martin, redestad
2018-05-21 12:49:03 -07:00
Vicente Romero
088dbd5ce8
8203486: skip type inference for non functional interface components of intersection types
...
Reviewed-by: mcimadamore
2018-05-21 12:27:21 -07:00
Jiangli Zhou
422e112ffd
8199807: AppCDS performs overly restrictive path matching check
...
8203377: Cleanup the usage of os::file_name_strcmp() in SharedPathsMiscInfo::check()
Relax CDS/AppCDS path check for modules image.
Reviewed-by: iklam, ccheung
2018-05-21 15:15:58 -04:00
Adam Farley
281e575907
8203487: Typo in ICUBinary.java: s/Magin/Magic/
...
Reviewed-by: igerasim, naoto
2018-05-21 11:43:57 -07:00
Erik Gahlin
28b07240e6
8195818: JFR.start should increase autogenerated name by one
...
Reviewed-by: mgronlun
2018-05-21 18:19:11 +02:00
Volker Simonis
48fb34d596
8203292: Print complete set of flags in the hs_err file
...
Prints non-default flags to hs_err file
Reviewed-by: gziemski, dholmes
2018-05-21 11:09:58 -05:00
Erik Gahlin
cffef5d38c
8195817: JFR.stop should require name of recording
...
Reviewed-by: mgronlun
2018-05-21 17:38:46 +02:00
Erik Gahlin
e2fb68680e
8198337: -XX:StartFlightRecording=dumponexit=true,disk=false doesn't work
...
Reviewed-by: mgronlun
2018-05-21 14:46:12 +02:00
Thomas Stuefe
8f71718566
8176808: Split up metaspace.cpp
...
Reviewed-by: asiebenborn, coleenp
2018-05-21 11:33:59 +02:00
Stefan Karlsson
379a001e5e
8203341: Add a safepoint-aware Semaphore
...
Reviewed-by: pliden, eosterlund
2018-05-20 22:10:45 +02:00
Stefan Karlsson
7b0d398bc7
8203339: Add oopDesc::field_offset()
...
Reviewed-by: rkennke, eosterlund
2018-05-20 22:08:25 +02:00
Yasumasa Suenaga
535c2507a0
8202466: Test serviceability/tmtools/jstat/GcTest01.java fails: Number of concurrent GC events is 1, but CGCT is 0
...
Reviewed-by: cjplummer, sspitsyn
2018-05-20 20:25:51 +09:00
Chris Plummer
09e8095fd9
8203391: Update com/sun/jdi/JdbMethodExitTest.sh to pass valid URL[]
...
Use a valid URL[]
Reviewed-by: sspitsyn, amenkov, dtitov
2018-05-19 13:13:09 -07:00
Aleksey Shipilev
d71d1e240e
8203454: Minimal, Zero builds fail after JDK-8202377 (Modularize C2 barriers)
...
Reviewed-by: stuefe, eosterlund
2018-05-19 18:01:04 +02:00
Weijun Wang
48b5731c39
8201627: Kerberos sequence number issues
...
Reviewed-by: valeriep
2018-05-19 22:06:47 +08:00
Joe Wang
1d4a122367
8198548: Initialization race in com.sun.org.apache.xerces.internal.impl.xpath.regex.Token.getRange() on Token.categories
...
Reviewed-by: lancea
2018-05-18 18:31:28 -07:00
Chris Plummer
00b1a87625
8185803: JdbExprTest.sh fails in JDK10-hs nightly due to "Name unknown: java.lang.Long.MAX_VALUE "
...
Initialize java.lang.Long before referencing it
Reviewed-by: dholmes, dcubed
2018-05-18 14:21:59 -07:00
Coleen Phillimore
768632f24b
8202014: Possible to receive signal before signal semaphore created
...
Initialize jdk.internal.misc.Signal in os_init2 and rename initialization functions.
Reviewed-by: dholmes, stuefe
2018-05-18 15:56:42 -04:00
Igor Ignatyev
bc795f4eb8
8203437: 8199370 broke build on linux-ppc64le (w/ GCC 4.8.5.)
...
Reviewed-by: shade
2018-05-18 12:45:05 -07:00
Dean Long
602a52482c
8202305: [Graal] org.graalvm.compiler.core.test.GraphResetDebugTest fails with java.util.ServiceConfigurationError
...
Reviewed-by: iveresov, epavlova
2018-05-18 12:32:32 -07:00
Vicente Romero
ec167413f9
8148354: Errors targeting functional interface intersection types
...
Reviewed-by: mcimadamore, dlsmith
2018-05-18 09:22:31 -07:00
Erik Österlund
53ec88908c
8202377: Modularize C2 GC barriers
...
Reviewed-by: neliasso, roland
2018-05-18 14:51:06 +02:00
Per Lidén
2aa9d028c7
8202989: Add missing decorators in calls to to arraycopy_prologue/epilogue
...
Reviewed-by: stefank, eosterlund
2018-05-18 15:21:23 +02:00