Ioi Lam
38e316f91c
8218029: [TESTBUG] Use -Djava.class.path= to specify empty -cp in CDS tests
...
Reviewed-by: ccheung, dholmes
2019-02-04 19:42:36 -08:00
Jini George
9c09bb98d4
8215568: Refactor SA clhsdb tests to use ClhsdbLauncher
...
Refactoring the SA tests which test clhsdb commands to use ClhsdbLauncher for uniformity and ease of maintainence
Reviewed-by: jcbeyler, dholmes
2019-02-05 00:43:38 +05:30
Vladimir Ivanov
6f437c6c9a
8218406: C1: Redundant nmethod dependency for private method is added
...
Reviewed-by: kvn
2019-02-04 17:35:38 -08:00
Vladimir Ivanov
f5a64c0001
8075052: Autobox elimination hinders loop unrolling
...
Reviewed-by: kvn
2019-02-04 17:35:36 -08:00
Vladimir Ivanov
f5458c5891
8188133: C2: Static field accesses in clinit can trigger deoptimizations
...
Reviewed-by: kvn
2019-02-04 17:35:35 -08:00
Robbin Ehn
f1fbd69478
8218145: block_if_requested is not proper inlined due to size
...
Reviewed-by: kbarrett, coleenp, gziemski
2019-02-04 21:42:47 +01:00
Lance Andersen
9b0b058ee7
8217393: Clarify Attributes.equals()
...
Reviewed-by: alanb, darcy, rriggs, martin
2019-02-04 14:10:53 -05:00
Naoto Sato
66c9e770df
8218386: Correct the SE version in j.l.Character
...
Reviewed-by: lancea
2019-02-04 10:04:04 -08:00
Matthias Baesken
d26f12ed43
8218276: AIX build fails in tieredThresholdPolicy.cpp
...
Reviewed-by: dholmes, mdoerr
2019-02-04 11:00:12 +01:00
Jie Fu
f464c38ed6
8216046: test/jdk/java/beans/PropertyEditor/Test6397609.java failing
...
Reviewed-by: alanb, serb
2019-02-03 10:00:14 +01:00
Lun Liu
eaa2b28750
8218185: aarch64: missing LoadStore barrier in TemplateTable::putfield_or_static
...
Reviewed-by: aph
2019-02-01 15:05:52 +08:00
Vladimir Ivanov
3a94607c69
8218163: C2: Continuous deoptimization w/ Reason_speculate_class_check and Action_none
...
Reviewed-by: kvn, neliasso
2019-02-01 18:51:14 -08:00
Vladimir Ivanov
71759e3177
8217919: C2: Enable -XX:+AggressiveUnboxing by default
...
Reviewed-by: kvn, neliasso
2019-02-01 18:50:53 -08:00
Vladimir Ivanov
0a5a0b1a29
8217918: C2: -XX:+AggressiveUnboxing is broken
...
Reviewed-by: kvn
2019-02-01 18:50:22 -08:00
Kim Barrett
caf5bfeb39
8218202: gc/stress/TestStressG1Humongous.java to ProblemList-graal.txt
...
Add test to problem list.
Reviewed-by: iignatyev
2019-02-01 18:16:25 -05:00
Jesper Wilhelmsson
b2d0be746a
Merge
2019-02-02 00:11:54 +01:00
Erik Joelsson
12722366ab
8218198: Revert devkit change in JDK-8217910 for linux-x64
...
Reviewed-by: tbell
2019-02-01 10:08:21 -08:00
Aleksey Shipilev
5ce7eb34e4
8218151: Simplify JavaThread::thread_state definition
...
Reviewed-by: stefank, dholmes, kbarrett
2019-02-01 16:03:16 +01:00
Aleksey Shipilev
8f65fa9303
8217879: hs_err should print more instructions in hex dump
...
Reviewed-by: stuefe, coleenp, dholmes, lucy, stefank
2019-02-01 16:03:15 +01:00
Daniel Fuchs
d176e20898
8218133: sun/net/www/protocol/http/ProtocolRedirect.java failed with "java.net.ConnectException"
...
Changed the test to use the loopback interface.
Reviewed-by: chegar
2019-02-01 14:24:40 +00:00
Daniel Fuchs
2aace6bd97
8195716: BootstrapLoggerTest : Executor still alive
...
Make sure the test joins the active executor thread before waiting for the executor to be GC'ed.
Reviewed-by: mchung, martin
2019-02-01 14:15:49 +00:00
Yasumasa Suenaga
e56ecb5e8c
8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
...
Reviewed-by: tschatzl, stuefe
2019-02-01 21:43:37 +09:00
Coleen Phillimore
219bcdf665
8215505: Cleanup jvm.cpp obsolete code after JDK-8210094: Better loading of classloader classes
...
Remove dead code, also remove function that is not needed after 8210094.
Reviewed-by: lfoltan, dholmes
2019-02-01 06:42:41 -05:00
Andrew Leonard
31c8b22dc1
8217896: Make better use of LCPUs when building on AIX
...
Reviewed-by: ihse
2019-02-01 12:44:30 +01:00
Thomas Stuefe
6d4de736d8
8214975: No hs-err file if fatal error is raised during dynamic initialization
...
Reviewed-by: dholmes, dcubed
2018-12-08 12:09:59 +01:00
Thomas Stuefe
ef3532fc67
8218156: "jcmd VM.metaspace basic" misreports free chunk space
...
Reviewed-by: zgu
2019-02-01 10:27:45 +01:00
Matthias Baesken
a69aed8ec5
8218046: use bundled freetype in the AIX build by default
...
Reviewed-by: ihse
2019-01-30 09:35:07 +01:00
Jini George
55369945b9
8217473: SA: Tests using ClhsdbLauncher fail on SAP docker containers
...
Skip the test with jtreg.SkippedException if Platform.shouldSAAttach() returns false
Reviewed-by: dholmes, goetz
2019-02-01 11:29:31 +05:30
Vladimir Ivanov
ac3711e9cd
6986483: CHA: optimize calls through interfaces
...
Reviewed-by: neliasso, thartmann
2019-01-31 17:48:29 -08:00
Vladimir Ivanov
46a57587dc
8059241: C2: Excessive RemoveUseless passes during incremental inlining
...
Reviewed-by: roland, shade
2019-01-31 17:48:25 -08:00
Joe Wang
d1a437d257
8186321: Cleanup: SourceTreeManager not used
...
Reviewed-by: bpb, lancea
2019-01-31 13:36:31 -08:00
Igor Ignatyev
96e6617ee7
8217848: [Graal] vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003/TestDescription.java fails
...
Reviewed-by: kvn, dlong
2019-01-31 12:52:55 -08:00
Fairoz Matte
7f57d05d73
8209951: Problematic sparc intrinsic: com.sun.crypto.provider.CipherBlockChaining
...
Reviewed-by: kvn, thartmann
2019-01-31 04:49:46 -08:00
Aleksey Shipilev
9cc4f7d99b
8218140: Build failures after JDK-8218041 (Assorted wrong/missing includes)
...
Reviewed-by: stefank, rehn, dholmes
2019-01-31 19:08:37 +01:00
Erik Joelsson
4b7cf5e3dd
8204564: Need better error output when GenerateLinkOptData fails
...
Reviewed-by: ihse, tbell
2019-01-31 08:39:28 -08:00
Daniel D. Daugherty
73733d6a18
8217659: monitor_logging updates from Async Monitor Deflation project
...
Reviewed-by: dholmes, coleenp, rehn
2019-01-31 11:19:58 -05:00
Coleen Phillimore
73ccdf3557
8213753: SymbolTable is double walked during class unloading and clean up table timing in do_unloading
...
Remove gc timing for short runtime cleanup triggering; make symbol table cleaning triggered automatically on unloading
Reviewed-by: shade, stefank, gziemski
2019-01-31 10:29:53 -05:00
Zhengyu Gu
85e19d8beb
8216072: Remove TaskTerminator's assignment operator
...
Reviewed-by: tschatzl, rkennke, kbarrett
2019-01-31 10:18:41 -05:00
Jie Fu
a62c3f5015
8216528: test/jdk/java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java failing with Xcomp
...
Reviewed-by: dholmes, alanb
2019-01-31 10:05:11 -05:00
Coleen Phillimore
671017bab8
8212949: Remove ConstantPoolCache::is_constantPoolCache
...
Remove relic of permgen, also is_constMethod too.
Reviewed-by: dholmes
2019-01-31 07:28:40 -05:00
Gary Adams
9badb07565
8215550: Debugger does not work after reattach
...
Reviewed-by: cjplummer, sspitsyn
2019-01-31 07:24:28 -05:00
Robbin Ehn
046a1f0ff7
8218041: Assorted wrong/missing includes
...
Reviewed-by: dholmes, kbarrett, stefank, shade
2019-01-31 10:31:39 +01:00
Jesper Wilhelmsson
142d146363
Added tag jdk-13+6 for changeset b5f05fe4a6f8
2019-01-31 01:17:41 +01:00
Sandhya Viswanathan
8af0a60cc5
8217371: Incorrect LP64 guard in x86.ad after JDK-8210764 (Update avx512 implementation)
...
Reviewed-by: kvn, neliasso, thartmann
2019-01-30 13:47:25 -08:00
Erik Joelsson
752faff0a7
8218084: Revert JDK-8218057
...
Reviewed-by: darcy, ctornqvi
2019-01-30 12:54:29 -08:00
Jesper Wilhelmsson
d3867602ab
Merge
2019-01-30 21:12:56 +01:00
Zhengyu Gu
5fabaf6abe
8217578: Shenandoah cleanup unused timings after concurrent string table change
...
Reviewed-by: shade
2019-01-30 14:19:24 -05:00
Aleksey Shipilev
9f533b678e
8217994: os::print_hex_dump should be more resilient against unreadable memory
...
Reviewed-by: zgu, stuefe, lucy
2019-01-30 19:45:10 +01:00
Daniel Fuchs
6e04e7659a
8216562: UnknownBodyLength sometimes fails due to "Connection reset by peer"
...
Uses a longer linger time and avoids closing socket too early.
Reviewed-by: chegar
2019-01-30 18:21:06 +00:00
Ao Qi
a0de7b80c9
8218031: Zero broken after JDK-8217922 (Compiler dead code removal)
...
Reviewed-by: thartmann, sgehwolf, shade
2019-01-30 18:34:31 +01:00