Kumar Srinivasan
5b466bcb74
8195072: Update ASM 3rd party legal copyright to 6.0
...
Reviewed-by: vromero
2018-01-15 09:23:02 -08:00
Markus Grönlund
5cd5f1d9a1
8193933: Export ClassLoaderData claim state to support interleaved object traversal
...
Reviewed-by: coleenp, hseigel
2018-01-15 13:09:50 +01:00
Roland Westrelin
b9cffe68c2
8194993: Loop Strip Mining has some leftover debugging code
...
Removed debugging code.
Reviewed-by: thartmann
2018-01-15 09:21:49 +01:00
Roland Westrelin
2067aa56eb
8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK
...
Should not change loop limit check of outer loop.
Reviewed-by: thartmann
2018-01-15 09:19:53 +01:00
Roland Westrelin
bf92da2c82
8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop
...
Modified assert which is too strong.
Reviewed-by: thartmann
2018-01-15 09:17:25 +01:00
Xueming Shen
b69a95d78d
8194667: Regex: Serialization doesn't work with match flags
...
Reviewed-by: rriggs
2018-01-12 14:05:42 -08:00
Coleen Phillimore
1c41d1d3e0
8130039: Move the platform-specific [OS]Semaphore code
...
8130038: Unify the semaphore usage in os_xxx.cpp
8194763: os::signal_lookup is unused
Reviewed-by: dholmes, kbarrett
2018-01-11 18:42:36 -05:00
Thomas Schatzl
b0e4bce398
8129440: G1 crash during concurrent root region scan
...
Make concurrent memory accesses to oops on the heap volatile to avoid reloading by the compiler duplicating oop loading code.
Reviewed-by: ehelin, eosterlund
2018-01-11 11:28:51 +01:00
Thomas Schatzl
6e9f44c74c
8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME
...
During a minor GC, if memory allocation fails, start a full GC within the same VM operation in the same safepoint. This avoids a race where the GC locker can prevent the full GC from occurring, and a premature OoME.
Co-authored-by: Axel Siebenborn <axel.siebenborn@sap.com>
Reviewed-by: ehelin, sjohanss, phh
2018-01-11 10:40:01 +01:00
Jini George
906712e7c8
8193352: SA: Test for the clhsdb 'thread' and 'threads' commands
...
Test for the clhsdb 'thread' and 'threads' commands. Avoids an incorrect 'Couldn't find thread -a' being printed.
Reviewed-by: sspitsyn, sballal
2018-01-11 11:35:35 +05:30
Erik Österlund
0fb7dffb83
8195103: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
...
Reviewed-by: kbarrett, tschatzl
2018-01-10 22:48:27 +01:00
Calvin Cheung
a0c0b250cd
8193846: Obsolete the VM option UseUTCFileTimestamp
...
Also set the "expires in" version to 12
Reviewed-by: iklam, dholmes
2018-02-12 11:10:10 -08:00
Martin Doerr
7ca917e9bd
8197572: s390 build broken after 8165929
...
Reviewed-by: coleenp
2018-02-12 15:29:35 +01:00
Kim Barrett
7f0f329daf
8194691: Cleanup unnecessary casts in Atomic/OrderAccess uses
...
Removed unnecessary casts.
Reviewed-by: coleenp, tschatzl
2018-02-11 03:12:15 -05:00
Jesper Wilhelmsson
f4c6bc0030
Merge
2018-02-10 09:25:35 +01:00
Dmitry Samersoff
ac524f2837
8190428: Minimal Dynamic Constant support for AArch64
...
AArch64 specific code for 8186046
Reviewed-by: aph, psandoz
2018-02-10 09:48:51 +00:00
Coleen Phillimore
74ff5c6807
8165929: Constify arguments of Copy methods
...
Reviewed-by: hseigel, kbarrett
2018-02-09 08:23:42 -05:00
Thomas Schatzl
80fa8a7208
8196602: Change HeapRegionClosure to comply to naming conventions
...
Reviewed-by: kbarrett, sjohanss
2018-02-09 13:09:55 +01:00
Jini George
41a54f3f49
8175384: SA: clhsdb 'printall' throws ClassCastException while printing out the bytecodes
...
While resolving the method invoked by invokevirtual, use java.lang.Object for arrays
Reviewed-by: dholmes, sspitsyn
2018-02-09 12:09:21 +05:30
Jayathirth D V
0255b84ad3
8191073: JpegImageReader throws IndexOutOfBoundsException when trying to read image data from tables-only image
...
Reviewed-by: bpb, pnarayanan
2018-01-10 12:45:14 +05:30
Gary Adams
00993afe1a
6640188: Methods com.cun.attach.VirtualMachine.load... don't throw NullPointerxception
...
Reviewed-by: sspitsyn
2018-01-09 13:58:30 -05:00
Erik Österlund
c5f5601b1c
8193063: Enabling narrowOop values for RawAccess accesses
...
Reviewed-by: pliden, kbarrett
2018-01-10 18:04:56 +01:00
Goetz Lindenmaier
8379d6995a
8194814: [ppc, s390] A row of minor fixes and cleanups
...
Fix the data types of pd flags.
Reviewed-by: mdoerr
2018-01-09 08:38:22 +01:00
Phil Race
3e132d770d
Merge
2018-01-08 08:53:14 -08:00
Lana Steuck
459909ddf3
Merge
2018-01-06 01:13:32 +00:00
Jonathan Gibbons
b1c9eceaf5
8191637: Interface with defaults invalid compiler warning for Serializable
...
Reviewed-by: vromero
2018-01-05 16:49:50 -08:00
Jesper Wilhelmsson
fb8bca78ee
Merge
2018-01-05 22:02:20 +01:00
Brian Burkhalter
49beab63c8
4358774: Add null InputStream and OutputStream
...
Reviewed-by: alanb, prappo, reinhapa, rriggs
2018-01-12 11:06:24 -08:00
Brian Burkhalter
473e36a9f3
8165852: (fs) Mount point not found for a file which is present in overlayfs
...
Check /proc/mounts when the device ID boundary is reached
Reviewed-by: alanb
2018-01-12 11:06:22 -08:00
Maurizio Cimadamore
989b326949
8194932: no ambuguity error is emitted if classfile contains two identical methods with different return types
...
Add recovery logic when classfile contains two signature-equivalent methods
Reviewed-by: jlahoda, vromero
2018-01-12 16:49:58 +00:00
Priya Lakshmi Muthuswamy
f815c509cf
8157251: BeanLinker relinks array length operations for array types
...
Reviewed-by: hannesw, jlaskey, attila
2018-01-12 10:33:06 +01:00
Jonathan Gibbons
a34fdd1809
8194893: javac -verbose prints wrong paths for output files
...
Reviewed-by: vromero
2018-01-11 15:06:55 -08:00
Jonathan Gibbons
5edc13c005
8151850: eliminate javax.tools.FileManagerUtils
...
Reviewed-by: vromero
2018-01-11 13:47:11 -08:00
Brian Burkhalter
7be1368ad8
8194649: Minor cleanup of parameter checking in ByteArrayOutputStream and ObjectInputStream
...
Reviewed-by: rriggs
2018-01-05 12:46:22 -08:00
Brian Burkhalter
1924909d78
8193861: Typos in API documentation of File.toPath() and InetSocketAddress.getAddress()
...
Reviewed-by: chegar, rriggs, lancea
2018-01-05 12:45:52 -08:00
Jonathan Gibbons
528109a976
8188649: javadoc -encoding doesn't work when using the old doclet API
...
Reviewed-by: ksrini
2018-01-05 12:41:28 -08:00
Tobias Hartmann
34f553d15f
8194494: SHA-512 stub uses AVX 2 instructions on non-supporting CPUs
...
Check for supports_avx2() && supports_bmi2() before generating SHA-512 stub.
Reviewed-by: kvn
2018-01-05 10:23:57 +01:00
Vic Wang
9c8adb8718
8194279: support zhaoxin x86 cpu vendor ids CentaurHauls and Shanghai
...
Reviewed-by: dholmes, kvn
2018-01-04 22:54:40 -05:00
Kim Barrett
9e5bf18428
8194406: Use Atomic::replace_if_null
...
Reviewed-by: coleenp, dholmes
2018-01-04 18:18:18 -05:00
Igor Veresov
98601408f0
8194271: jaotc crashes with --debug flag
...
Reviewed-by: kvn, thartmann
2018-01-04 14:44:38 -08:00
Kumar Srinivasan
fd34cd5262
8193671: Default Methods tab under Method Summary includes static methods
...
Reviewed-by: jjg
2018-01-04 13:32:10 -08:00
Jonathan Gibbons
a553dc6d76
8194069: doclint throws missing comment warnings on lines which can't even have javadoc
...
Reviewed-by: ksrini
2018-01-04 12:55:06 -08:00
Robert Field
ec203d777d
8179858: jshell tool: sync nomenclature from reference to online /help
...
Reviewed-by: dlsmith, jjg
2018-01-04 12:24:56 -08:00
Bob Vandette
825848c646
Merge
2018-01-04 13:41:19 -05:00
Jonathan Gibbons
7030f25abd
8194141: Remove JDK9Wrappers
...
Reviewed-by: erikj, alanb
2018-01-04 10:14:50 -08:00
Bhavesh Patel
a0d37d92df
8192007: javadoc @uses and @provides tags in the modules documentation appears before the first-sentence summary of the service type
...
Reviewed-by: jjg, ksrini
2018-01-04 09:22:17 -08:00
Joe Wang
bce0fc5a7d
8189704: broken links in the javax/xml/namespace package
...
Reviewed-by: darcy
2018-01-03 18:21:10 -08:00
Kumar Srinivasan
64e992633f
8193671: Default Methods tab under Method Summary includes static methods
...
Reviewed-by: jjg
2018-01-03 15:16:46 -08:00
Christoph Dreis
c83a45ddf9
8194644: Typo in ModuleDescriptor.read javadoc
...
Reviewed-by: alanb
2018-01-04 15:50:51 +00:00
Lana Steuck
c8c8cd7238
Merge
2018-01-04 04:22:28 +00:00