Magnus Ihse Bursie
|
aa16ed8006
|
8210931: JLI and launchers normalization and cleanup
Reviewed-by: alanb, erikj
|
2018-09-20 21:05:00 +02:00 |
|
Magnus Ihse Bursie
|
4c400d2372
|
8210962: Deprecate jdk-variant
Reviewed-by: shade, erikj
|
2018-09-20 20:54:19 +02:00 |
|
Ioi Lam
|
6c59cb232f
|
8210875: Refactor CompactHashtable
Reviewed-by: ccheung, jiangli
|
2018-09-18 21:47:14 -07:00 |
|
Magnus Ihse Bursie
|
a32f8e382d
|
8210960: Allow --with-boot-jdk-jvmargs to work during configure
Reviewed-by: erikj
|
2018-09-20 18:39:53 +02:00 |
|
Magnus Ihse Bursie
|
02fe542c3f
|
8210941: Stop filtering out -xregs=no%appl for libsunec
Reviewed-by: erikj
|
2018-09-20 18:38:34 +02:00 |
|
Magnus Ihse Bursie
|
854798f378
|
8210944: Stop replacing -MD with -MT in libwindowsaccessbridge
Reviewed-by: erikj
|
2018-09-20 18:37:25 +02:00 |
|
Magnus Ihse Bursie
|
aeef5fba0b
|
8210949: Stop filtering out -xc99=%none for liblcms
Reviewed-by: erikj
|
2018-09-20 18:33:19 +02:00 |
|
Per Lidén
|
62ecb73e35
|
8210883: ZGC: Parallel retire/resize/remap of TLABs
Reviewed-by: eosterlund
|
2018-09-20 14:04:44 +02:00 |
|
Per Lidén
|
c0d0cbc4f1
|
8210857: Allow retiring TLABs and collecting statistics in parallel
Reviewed-by: sjohanss, eosterlund
|
2018-09-20 14:04:43 +02:00 |
|
Coleen Phillimore
|
92575fc3f0
|
8202201: All oop stores in the x64 interpreter are treated as volatile when using G1
Ran out of registers, generated volatile and non-volatile branches.
Reviewed-by: eosterlund, dholmes
|
2018-09-20 08:11:21 -04:00 |
|
Patric Hedlin
|
b9c5932fdd
|
8210284: "assert((av & 0x00000001) == 0) failed: unsupported V8" on Solaris 11.4
Sanity checks on V8 legacy properties removed.
Reviewed-by: neliasso, eosterlund, kvn
|
2018-09-12 14:08:15 +02:00 |
|
Magnus Ihse Bursie
|
481a045635
|
8210920: Native C++ tests are not using CXXFLAGS
Reviewed-by: tbell, erikj
|
2018-09-20 08:59:03 +02:00 |
|
Kim Barrett
|
ea9331f871
|
8210889: Some service thread cleanups can be starved
Do all available work on each iteration.
Reviewed-by: pliden, tschatzl, coleenp
|
2018-09-19 20:07:02 -04:00 |
|
Jamil Nimeh
|
a24c991cd3
|
8210846: TLSv.1.3 interop problems with OpenSSL 1.1.1 when used on the client side with mutual auth
Reviewed-by: wetmore
|
2018-09-19 16:07:03 -07:00 |
|
Magnus Ihse Bursie
|
fe67f09af3
|
8210924: Remove PACKAGE_PATH
Reviewed-by: tbell
|
2018-09-20 00:19:46 +02:00 |
|
Jesper Wilhelmsson
|
3c7b577a89
|
Added tag jdk-12+12 for changeset 15094d12a632
|
2018-09-20 00:16:23 +02:00 |
|
Zhengyu Gu
|
cf8469cceb
|
8210879: ClassLoaderStatsClosure does raw oop comparison
Uses oopDesc::equals() for comparing oop equality
Reviewed-by: shade
|
2018-09-19 16:51:22 -04:00 |
|
Magnus Ihse Bursie
|
3fd4c462cb
|
8210919: Remove statically linked libjli on Windows
Reviewed-by: erikj
|
2018-09-19 22:42:34 +02:00 |
|
Coleen Phillimore
|
fce43c0c36
|
8198717: Remove compute_optional_offset
Remove optional_offset computation and related unused code from javaClasses for reflection.
Reviewed-by: redestad, lfoltan
|
2018-09-19 15:25:05 -04:00 |
|
Roman Kennke
|
8ce9db9ed5
|
8210829: Modularize allocations in C2
Reviewed-by: kvn, roland
|
2018-09-19 21:31:33 +02:00 |
|
Arthur Eubanks
|
977a178e0c
|
8209817: stack is executable when building with Clang on Linux
Reviewed-by: dholmes, martin, mikael, ihse
|
2018-09-19 10:51:06 -07:00 |
|
Per Lidén
|
ebfb84c1fe
|
8210884: ZGC: Remove insertion of filler objects
Reviewed-by: eosterlund
|
2018-09-19 19:12:20 +02:00 |
|
Per Lidén
|
85e31a838e
|
8210881: ZGC: Introduce ZRootsIteratorClosure
Reviewed-by: eosterlund
|
2018-09-19 19:12:18 +02:00 |
|
Mikael Vidstedt
|
a69f014ad7
|
8210912: Build error in src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c after JDK-8029661
Reviewed-by: mullan
|
2018-09-19 09:24:40 -07:00 |
|
Per Lidén
|
a8703f9803
|
8210713: Let CollectedHeap::ensure_parsability() take care of TLAB statistics gathering
Reviewed-by: eosterlund, sjohanss
|
2018-09-19 14:09:11 +02:00 |
|
Martin Balao
|
aafb2b0474
|
8029661: Support TLS v1.2 algorithm in SunPKCS11 provider
TLS v1.2 algorithms for key and MAC derivation added to SunPKCS11 crypto provider.
Reviewed-by: valeriep
|
2018-09-12 13:09:51 +02:00 |
|
Jan Lahoda
|
52ba129b0a
|
8207954: Data for --release 11
Adding support for --release 11
Reviewed-by: erikj, ihse, jjg
|
2018-09-19 10:50:25 +02:00 |
|
Alan Bateman
|
9c70e26c14
|
8210496: Improve filtering for classes with security sensitive fields
Reviewed-by: plevart, mchung
|
2018-09-19 08:49:07 +01:00 |
|
Priya Lakshmi Muthuswamy
|
a17816f881
|
8210047: some pages contain content outside of landmark region
Reviewed-by: jjg
|
2018-09-19 12:14:53 +05:30 |
|
Ioi Lam
|
1619cbd14b
|
8210864: Reduce the use of metaspaceShared.hpp
Reviewed-by: coleenp, lfoltan
|
2018-09-18 21:46:17 -07:00 |
|
Xueming Shen
|
f0108ea40c
|
8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32 mistakenly set the crc32 value into size field
Reviewed-by: bpb
|
2018-09-18 19:44:27 -07:00 |
|
Per Lidén
|
4aa926a9eb
|
8210753: Make ThreadLocalAllocBuffer::resize() public
Reviewed-by: eosterlund, jcbeyler
|
2018-09-18 22:46:35 +02:00 |
|
Coleen Phillimore
|
a3931a76f6
|
8210861: Move assert to help diagnose rare RedefineStress crash
Assert that Method being marked on stack hasn't been missed by previous metadata walk
Reviewed-by: lfoltan
|
2018-09-18 16:11:36 -04:00 |
|
Doug Simon
|
d31e1ca5a4
|
8210793: [JVMCI] AllocateCompileIdTest.java failed to find DiagnosticCommand.class
Reviewed-by: thartmann, kvn
|
2018-09-18 22:32:25 +02:00 |
|
Joe Wang
|
d6dc55de47
|
8210874: Test for JDK-8209615
Reviewed-by: lancea
|
2018-09-18 13:31:30 -07:00 |
|
Brian Burkhalter
|
29a20e13c4
|
8210817: Minor typo in java.nio.file.attribute package summary
Reviewed-by: dfuchs, alanb
|
2018-09-18 13:18:54 -07:00 |
|
Naoto Sato
|
e71557a2d9
|
8209880: tzdb.dat is not reproducibly built
Reviewed-by: erikj, rriggs
|
2018-09-18 12:42:40 -07:00 |
|
Jini George
|
794a0e072d
|
8210836: Build fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
Read in and process the return value of pread() while dealing with the PT_INTERP segment
Reviewed-by: stuefe, jcbeyler
|
2018-09-18 23:20:17 +05:30 |
|
Xueming Shen
|
196c20c0d1
|
8034802: (zipfs) newFileSystem throws UOE when the zip file is located in a custom file system
Reviewed-by: xiaofeya, clanger
|
2018-09-18 10:43:01 -07:00 |
|
Joe Wang
|
9ed646a020
|
8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ?
Reviewed-by: lancea, dfuchs
|
2018-09-18 09:44:20 -07:00 |
|
Jiangli Zhou
|
b6180e668e
|
8210237: [TESTBUG]gc/stress/TestStressIHOPMultiThread.java fails with 'Unexpected exit from test [exit code: 1]' in CDS mode
Fix TestStressIHOPMultiThread to handle possible OutOfMemoryError.
Reviewed-by: ccheung, gziemski
|
2018-09-18 11:55:33 -04:00 |
|
Coleen Phillimore
|
cba1e9458b
|
8203466: intermittent crash at jdk.internal.misc.Unsafe::getObjectVolatile (native)
Store rsi, rdi on thread local memory, store r15 in r9, for the stubs that have gc barriers
Reviewed-by: dlong, eosterlund
|
2018-09-18 08:27:01 -04:00 |
|
Magnus Ihse Bursie
|
165a8b22b4
|
8210729: Clean up macosx static library handling
Reviewed-by: erikj
|
2018-09-18 13:32:40 +02:00 |
|
Severin Gehwolf
|
d778b4cd2b
|
8210425: [x86] sharedRuntimeTrig/sharedRuntimeTrans compiled without optimization
Compile with -O2 and -ffp-contract=off as for fdlibm.
Reviewed-by: erikj, lucy, aph
|
2018-09-11 18:18:51 +02:00 |
|
Magnus Ihse Bursie
|
0504b6cbb5
|
8210750: Clean up compare.sh exceptions
Reviewed-by: erikj
|
2018-09-18 10:35:42 +02:00 |
|
Magnus Ihse Bursie
|
9cbe59f983
|
8210723: Better information in configure for invalid Xcode
Reviewed-by: erikj
|
2018-09-18 10:29:56 +02:00 |
|
Mandy Chung
|
89efb9a78f
|
8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError
Reviewed-by: dholmes, mikael
|
2018-09-17 22:56:31 -07:00 |
|
Hamlin Li
|
1adaa503bb
|
8210802: temp files left by tests in jdk/java/net/httpclient
Reviewed-by: chegar, clanger
|
2018-09-18 13:24:25 +08:00 |
|
Michihiro Horie
|
d70db363eb
|
8210660: PPC64: Mapping floating point registers to vsx registers in ppc.ad
Reviewed-by: mdoerr, gromero
|
2018-09-17 23:35:00 -04:00 |
|
Frank Yuan
|
c1bbf898e4
|
8210819: Update the host name in CNameTest.java
Reviewed-by: chegar
|
2018-09-18 11:09:18 +08:00 |
|