Michihiro Horie
f263f6113e
8208171: PPC64: Enrich SLP support
...
Reviewed-by: mdoerr, gromero
2018-09-12 14:24:17 +02:00
Martin Doerr
63abf144aa
8210497: [PPC64] Vector registers not saved across safepoint
...
Reviewed-by: goetz, lucy
2018-09-12 12:54:16 +02:00
Magnus Ihse Bursie
0820376744
8059019: sdp.conf.template should be copied on linux too
...
Reviewed-by: alanb, erikj
2018-09-12 12:23:58 +02:00
Thomas Schatzl
7c7a5976d3
8209843: Optimize oop scan closure closures wrt to reference processing in G1
...
Set more appropriate reference iteration mode for G1 closures.
Reviewed-by: kbarrett, pliden
2018-09-12 11:08:42 +02:00
Andrew Dinn
ef320b7a99
8210578: AArch64: Invalid encoding for fmlsvs instruction
...
Sub_op code for fmslvs should be 1 not 0
Reviewed-by: roland
2018-09-12 09:12:42 +01:00
Tobias Hartmann
8e0e188abd
8210387: C2 compilation fails with "assert(node->_last_del == _last) failed: must have deleted the edge just produced"
...
Refresh iterator and start from the beginning while there is progress when removing dead regions.
Reviewed-by: kvn
2018-09-12 09:23:36 +02:00
Roman Kennke
a9f2e04d54
8210187: Explicit barriers for C2
...
Reviewed-by: eosterlund, shade, roland, pliden
2018-08-31 16:28:52 +02:00
Mikael Vidstedt
72797db95b
8210513: Obsolete SyncFlags
...
Reviewed-by: coleenp, dcubed, dholmes
2018-09-11 20:37:47 -07:00
Ivan Gerasimov
475d422094
8210347: Combine subsequent calls to Set.contains() and Set.add()
...
Reviewed-by: smarks, bpb
2018-09-11 14:51:45 -07:00
Mikael Vidstedt
9118c4c28b
8210514: Obsolete SyncVerbose
...
Reviewed-by: coleenp, dcubed
2018-09-11 13:54:34 -07:00
Ioi Lam
e80b128db4
8210289: ArchivedKlassSubGraphInfoRecord is incomplete
...
Reviewed-by: jiangli, ccheung
2018-09-05 18:14:45 -07:00
Patricio Chilano Mateo
891765ee5e
8210300: runtime/MemberName/MemberNameLeak.java fails with RuntimeException
...
Added flag -XX:+UnlockDiagnosticVMOptions to tests failing in product builds
Reviewed-by: dcubed, dholmes
2018-09-11 13:34:13 -04:00
Jean Christophe Beyler
fe326ad022
8210385: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[A-N] tests
...
Remove JNI_ENV and JVMTI_ENV macros for part of the jvmti tests
Reviewed-by: amenkov, dholmes
2018-09-11 10:12:50 -07:00
Coleen Phillimore
bbf5c1ca8d
8210422: runtime/modules/ModuleStress/ExportModuleStressTest.java - assertion failed: address not aligned: 0x00000008baadbabe
...
CLDG_lock caused safepoint in inconsistent state
Reviewed-by: lfoltan, eosterlund, kbarrett
2018-09-11 09:42:27 -04:00
Harold Seigel
18bbeb53e6
8210470: Remove unused Verifier::verify() Verifier::Mode argument
...
Remove the unused argument.
Reviewed-by: coleenp, jiangli
2018-09-11 09:53:41 -04:00
Vyom Tewari
edef78fbe1
8205330: InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
...
Reviewed-by: chegar, dfuchs
2018-09-11 17:48:24 +05:30
Thomas Schatzl
a19321464c
8210467: Remove unused G1CollectedHeap::_max_heap_capacity
...
Reviewed-by: sjohanss, phh
2018-09-11 09:14:36 +02:00
Thomas Schatzl
093c837c85
8210463: Recalculate_used() always sets time taken in G1GCPhaseTimes
...
Reviewed-by: phh, sjohanss
2018-09-11 09:13:37 +02:00
Chris Yin
694380add3
8209773: Refactor shell test javax/naming/module/basic.sh to java
...
Reviewed-by: vtewari, alanb
2018-09-11 09:27:47 +08:00
Weijun Wang
623caa5bbf
8205507: jdk/javax/xml/crypto/dsig/GenerationTests.java timed out
...
Reviewed-by: mullan
2018-09-11 08:48:26 +08:00
Dean Long
6724b59873
8210434: [Graal] 8209301 prevents GitHub Graal from compiling with latest JDK
...
Reviewed-by: dnsimon, kvn
2018-09-10 16:33:05 -07:00
Kim Barrett
efe6ad59e8
8210511: TestSingleWriterSynchronizer can deadlock
...
Check for safepoints in test loops.
Reviewed-by: coleenp, eosterlund
2018-09-10 19:18:04 -04:00
David Holmes
1f30060cbb
8210512: [Testbug] vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java fails with unexpected size of ClassLoaderReference.referringObjects
...
Account for the self-reference that every class has in the constant pool
Reviewed-by: sspitsyn, jcbeyler
2018-09-10 18:57:44 -04:00
Jiangli Zhou
4baa5b10d1
8210515: [TESTBUG]CheckArchivedModuleApp.java needs to check if EnableJVMCI is set
...
System module objects are not archived when EnableJVMCI is set to true.
Reviewed-by: iklam, ccheung
2018-09-10 18:30:24 -04:00
Igor Ignatyev
2702b5c299
8182404: remove jdk.testlibrary.JDKToolFinder and JDKToolLauncher
...
Reviewed-by: amenkov, jcbeyler, alanb
2018-09-10 14:23:37 -07:00
Coleen Phillimore
7445ebf02b
8208697: vmTestbase/metaspace/stressHierarchy/stressHierarchy012/TestDescription.java fails with OutOfMemoryError: Metaspace
...
Remove timeoutHandler class and let Stresser handle timeout, remove 30 threads filling metaspace, and remove related unused files.
Reviewed-by: lfoltan, mseledtsov
2018-09-10 16:33:55 -04:00
Mandy Chung
cfb0662ff6
8210502: jdeps does not handle properly on analyzing a mixture of MR JARs and non-MR JARs
...
Reviewed-by: alanb
2018-09-10 12:48:57 -07:00
Lutz Schmidt
d36dddddab
8210319: [s390]: Use of shift operators not covered by cpp standard
...
Reviewed-by: mdoerr, goetz
2018-09-10 16:40:59 +02:00
Amy Lu
6c7a19d52f
8209930: Refactor java/util/zip/ZipFile/deletetempjar.sh to plain java test
...
Reviewed-by: alanb
2018-09-10 20:17:26 +08:00
Erik Österlund
c8be228513
8210321: Create NO_KEEPALIVE CLD holder accessor
...
Reviewed-by: coleenp, kbarrett
2018-09-10 13:07:42 +02:00
Erik Österlund
842bc09b01
8210233: Prepare Klass::is_loader_alive() for concurrent class unloading
...
Reviewed-by: coleenp, pliden
2018-09-10 13:07:42 +02:00
Erik Österlund
a602e0b80c
8210236: Prepare ciReceiverTypeData::translate_receiver_data_from for concurrent class unloading
...
Reviewed-by: coleenp, roland
2018-09-10 11:24:26 +02:00
Magnus Ihse Bursie
4db2b90f44
8056217: Remove awt_makecube.cpp
...
Reviewed-by: erikj, serb
2018-09-10 10:02:48 +02:00
Magnus Ihse Bursie
db72e03e12
8081858: make dist-clean does not delete all log files
...
Reviewed-by: erikj
2018-09-10 09:59:27 +02:00
Magnus Ihse Bursie
6b2d1c9834
8200609: Proper fix for mapfile removal for libjsig
...
Reviewed-by: erikj, dholmes
2018-09-10 09:58:23 +02:00
Erik Joelsson
26f801426d
8210283: Support git as an SCM alternative in the build
...
Reviewed-by: ihse, ehelin
2018-09-07 14:54:15 -07:00
Igor Ignatyev
21a0458422
8210112: remove jdk.testlibrary.ProcessTools
...
Reviewed-by: alanb, sspitsyn, jcbeyler
2018-09-07 14:01:52 -07:00
Jiangli Zhou
bd77f790c3
8209971: TestOptionsWithRanges.java crashes in CDS mode with G1UpdateBufferSize=1
...
Fixup archive heap regions before restoring any archived java object at runtime.
Reviewed-by: iklam, ccheung
2018-09-07 15:18:14 -04:00
Kim Barrett
8b1bdf579c
8210131: vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java failed with ObjectFree: GetCurrentThreadCpuTimerInfo returned unexpected error code
...
Expanded permitted threads to include all NamedThreads.
Reviewed-by: dcubed, sspitsyn
2018-09-07 14:44:52 -04:00
Jean Christophe Beyler
d90f0a51c2
8210429: Clean up JNI_ENV_ARG for vmTestbase/jvmti/Get[G-Z] tests
...
Remove the JNI_ENV_ARG for the rest of the Get[G-Z]
Reviewed-by: dholmes, sspitsyn, cjplummer
2018-09-07 09:50:02 -07:00
Xueming Shen
23ec584fda
8210345: The Japanese message of FileNotFoundException garbled
...
Reviewed-by: alanb
2018-09-07 10:17:49 -07:00
Maurizio Cimadamore
c0d51dc514
8210495: compiler crashes because of illegal signature in otherwise legal code
...
Disable strict verification of compiler signatures when they do not affect generated bytecode
Reviewed-by: vromero
2018-09-07 15:56:21 +01:00
Andrew Leonard
660f6b448b
8209786: JDK12 fails to build on s390x with gcc 7.3
...
Reviewed-by: ihse, goetz
2018-09-07 11:24:59 +02:00
David Holmes
b66c67675d
8210486: Unused code in check_nest_attributes function
...
Reviewed-by: mikael, sspitsyn
2018-09-07 08:14:47 -04:00
Sean Mullan
59d3b2ccfa
6899533: SecureClassLoader and URLClassLoader have unnecessary check for createClassLoader permission
...
Remove code that is no longer necessary now that pre-JDK 1.2 SecurityManager methods are not supported.
Reviewed-by: mchung
2018-09-07 08:02:51 -04:00
Roland Westrelin
052a740695
8209544: AES encrypt performance regression in jdk11b11
...
Reviewed-by: kvn, vlivanov
2018-09-06 16:27:07 +02:00
Dean Long
25280e30d4
8209361: [AOT] Unexpected number of references for JVMTI_HEAP_REFERENCE_CONSTANT_POOL [111-->111]: 0 (expected at least 1)
...
Reviewed-by: coleenp, dholmes
2018-09-06 17:45:15 -07:00
Chris Yin
334d64e9a0
8042902: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails intermittently
...
Reviewed-by: chegar
2018-09-07 09:09:31 +08:00
Mikael Vidstedt
0f68e5221f
8210381: Obsolete EmitSync
...
Reviewed-by: kvn, dcubed, mdoerr, mbaesken, shade
2018-09-06 18:06:24 -07:00
Jonathan Gibbons
84cf73f2a5
8210009: Source Launcher classloader should support getResource and getResourceAsStream
...
Reviewed-by: mchung, plevart
2018-09-06 16:15:32 -07:00