Erik Helin
b5dd6a9a45
8187578: BitMap::reallocate should check if old_map is NULL
...
Reviewed-by: stefank, eosterlund, dholmes
2017-09-15 14:47:13 +02:00
Calvin Cheung
449114a4f6
8185694: Replace SystemDictionaryShared::_java_platform_loader with SystemDictionary::is_platform_class_loader()
...
Added the creation of _java_platform_loader
Reviewed-by: iklam, coleenp, mchung, dholmes, jiangli
2017-10-10 14:38:56 -07:00
Mandy Chung
4c1297b778
8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
...
Reviewed-by: alanb, coleenp, dholmes
2017-10-10 11:52:42 -07:00
Jesper Wilhelmsson
42a29333b9
Merge
2017-10-10 16:29:04 +02:00
Erik Österlund
bf5816a2c5
8188813: Generalize OrderAccess to use templates
...
Reviewed-by: dholmes, coleenp
2017-10-09 14:39:59 +02:00
Martin Doerr
21ee7f4b2a
8188868: PPC64: Support AES intrinsics on Big Endian
...
Reviewed-by: goetz
2017-10-09 13:56:59 +02:00
Lutz Schmidt
ccbba3fe48
8188857: [s390]: CPU feature detection incomplete
...
Reviewed-by: mdoerr
2017-10-09 11:51:20 +02:00
Lutz Schmidt
75a4bdf218
8187964: [s390][ppc]: Intrinsify Math.multiplyHigh(long, long)
...
Reviewed-by: mdoerr
2017-10-09 11:43:42 +02:00
David Holmes
b8a270598e
Merge
2017-10-09 08:15:25 +00:00
Serguei Spitsyn
70bbf43808
Merge
2017-10-09 07:08:53 +00:00
David Holmes
2d8670326d
8185529: JCK api/java_lang/Object/WaitTests failed with jdk10/hs nightly
...
Reviewed-by: dcubed, ccheung
2017-10-09 01:23:13 -04:00
Yasumasa Suenaga
72ef94f770
8187403: [Unknown generation] is shown in Stack Memory on HSDB
...
Reviewed-by: sspitsyn, jgeorge
2017-10-07 22:45:12 +09:00
Yasumasa Suenaga
b1a725dff0
8187401: Java Stack cannot be shown on HSDB
...
Reviewed-by: sspitsyn, jgeorge
2017-10-07 22:42:35 +09:00
Zhengyu Gu
0d8679e178
8187685: NMT: Tracking compiler memory usage of thread's resource area
...
Bias compiler thread's resource area to mtCompiler
Reviewed-by: kvn, coleenp
2017-10-06 22:40:31 -04:00
Jiangli Zhou
3ccd60110d
8174986: CDS archived java heap region may not compatible with AOT
...
Always uses LogKlassAlignmentInBytes for narrow_klass_shift when CDS is enabled.
Reviewed-by: iklam, ccheung
2017-10-06 19:33:27 -04:00
Coleen Phillimore
91d649724b
Merge
2017-10-06 18:50:04 +00:00
Coleen Phillimore
fd85805dc0
8178870: instrumentation.retransformClasses cause coredump
...
Don't double-free cached class bytes on redefinition loading failure.
Reviewed-by: sspitsyn, jiangli
2017-10-06 14:30:04 -04:00
Vladimir Kozlov
0c224245ce
8188775: Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.org.graalvm.compiler.hotspot
...
Add missed changes in default.policy for new module
Reviewed-by: mchung
2017-10-06 10:39:09 -07:00
Maurizio Cimadamore
9f2615c4de
8172443: Change use of tree.pos to line:col in rawDiagnostics
...
Generate more stable raw diagnostic position for functional expression AST diag arguments
Reviewed-by: jjg, vromero
2017-10-05 18:29:47 +01:00
Bernard Blaser
2115af4897
8063054: Incorrect raw type warning for method reference
...
Spurious raw types warnings generated for unbound method references
Reviewed-by: jlahoda
2017-10-05 12:19:23 +01:00
Michihiro Horie
36dec9793d
8188802: PPC64: Failure on assert(lrgmask.is_aligned_sets(RegMask::SlotsPerVecX))
...
Reviewed-by: mdoerr
2017-10-05 12:56:42 +02:00
Erik Österlund
b6bc02e70f
8188224: Generalize Atomic::load/store to use templates
...
Reviewed-by: dholmes, coleenp
2017-10-05 10:55:34 +02:00
Ujwal Vangapally
96d0817455
8185003: JMX: Add a version of ThreadMXBean.dumpAllThreads with a maxDepth argument
...
Added two new API's to limit the stack trace depth
Reviewed-by: mchung, dfuchs, rriggs, egahlin
2017-10-05 01:31:53 -07:00
Joe Wang
9abc252e51
8187593: Cleanup: removing SecuritySupport files
...
Reviewed-by: lancea
2017-10-04 10:54:18 -07:00
Ivan Gerasimov
9c1b0103b3
8186654: Poor quality of sun.security.util.Cache.EqualByteArray.hashCode()
...
Reviewed-by: coffeys
2017-10-04 01:08:36 -07:00
Ivan Gerasimov
4560687884
8187658: Bigger buffer for GetAdaptersAddresses
...
Reviewed-by: rriggs, vtewari
2017-10-03 23:42:08 -07:00
Mandy Chung
f2c8c8aa02
8188321: (jdeps) help message should say "requires transitive" rather than "requires public"
...
Reviewed-by: sundar
2017-10-03 19:27:07 -07:00
Doug Lea
c3664b7f38
8186056: Miscellaneous changes imported from jsr166 CVS 2017-09
...
Reviewed-by: martin, psandoz
2017-10-03 14:00:00 -07:00
Charles Munger
229cce5f44
8186265: Make toString() methods of "task" objects more useful
...
Reviewed-by: martin, psandoz, rriggs, dholmes, darcy
2017-10-03 13:55:05 -07:00
Doug Lea
2ea646cc20
8186226: Improve ConcurrentSkipListMap performance on weak memory model machines
...
Reviewed-by: martin, psandoz
2017-10-03 13:50:09 -07:00
Doug Lea
d9d91c1cc4
8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
...
Reviewed-by: martin, psandoz
2017-10-03 13:45:11 -07:00
Doug Lea
c6e3667228
8187408: AbstractQueuedSynchronizer wait queue corrupted when thread awaits without holding the lock
...
Reviewed-by: martin, psandoz, dholmes
2017-10-03 13:37:01 -07:00
Doug Lea
dfce305868
8188241: Improve numerical code in StampedLock example code
...
Reviewed-by: martin, psandoz, darcy
2017-10-03 13:32:04 -07:00
Bhavesh Patel
feab9efa52
8074407: javadoc: using <pre> after @deprecated tag causes warnings
...
Reviewed-by: jjg, ksrini
2017-10-03 12:58:49 -07:00
Bhavesh Patel
448718c0af
8169819: minor cleanup for deprecated page
...
Reviewed-by: jjg, ksrini
2017-10-02 14:49:46 -07:00
Bernard Blaser
47e2972a64
8187978: javac can show overload error messages that include non-valid candidates
...
Reviewed-by: mcimadamore
2017-10-02 10:04:22 -07:00
Maurizio Cimadamore
870b0834fe
8188144: regression in method reference type-checking
...
Method reference checking prefers unbound lookup when both searches produce same results
Reviewed-by: vromero
2017-10-02 12:29:44 +01:00
Serguei Spitsyn
b4347ad825
Merge
2017-09-30 00:14:39 +00:00
Serguei Spitsyn
8f9b248011
Merge
2017-09-29 23:53:15 +00:00
Calvin Cheung
6213838f11
8138600: eliminate the need of ModuleLoaderMap.dat for CDS
...
Removed the code which generates the ModuleLoaderMap.dat and the code which references it
Reviewed-by: mchung, jiangli
2017-09-29 10:11:01 -07:00
Yasumasa Suenaga
858db7244e
8187402: UnknownOopException is occurred on Stack Memory window in HSDB
...
Reviewed-by: sspitsyn, jgeorge
2017-09-29 21:00:18 +09:00
Patric Hedlin
e31bc5637a
8188031: Complement fused mac operations on SPARC
...
Adding a few (FMAf) matcher patterns to the SPARC back-end
Reviewed-by: rbackman, kvn
2017-09-29 10:44:58 +02:00
Patric Hedlin
d801fa5d9d
8182279: Updating SPARC feature/capability detection to support Core C5
...
Renamed Core Sx to Core Cx (C3, C4, C5, according to name change).
Reviewed-by: kvn, dholmes
2017-09-29 10:41:36 +02:00
Patric Hedlin
b125aebb91
8167199: Add C2 SPARC intrinsic for BigInteger::multiplyToLen() method
...
Preliminary support for intrinsic multiplyToLen, including generalised version based on 'mpmul' instruction (when available).
Reviewed-by: kvn, neliasso
2017-09-29 10:40:54 +02:00
Patric Hedlin
1af1d42ac4
8011352: C1: TraceCodeBlobStacks crashes fastdebug Solaris SPARC
...
Handle null correctly
Reviewed-by: roland, dlong, rbackman
2017-09-29 10:40:49 +02:00
Mandy Chung
5d986605ca
8186050: StackFrame should provide the method signature
...
Reviewed-by: alanb, bchristi, forax, plevart
2017-09-29 11:33:08 -07:00
Srinivas Dama
f2a9034adf
8147076: LinkerCallSite.ARGLIMIT is used incorrectly
...
Modified ARGLIMIT
Reviewed-by: hannesw, jlaskey
2017-09-30 03:15:56 +05:30
Athijegannathan Sundararajan
fc05af8f41
8180274: Fix links in nashorn documentation
...
Reviewed-by: hannesw
2017-09-29 16:37:36 +05:30
Goetz Lindenmaier
a0218352fc
8188135: Fix VS 2010 build after "8187631: Refactor FileDescriptor close implementation"
...
Reviewed-by: dholmes, alanb
2017-09-29 10:00:58 +02:00
Athijegannathan Sundararajan
cea7897f08
8188098: NPE in SimpleTreeVisitorES6 visitor when parsing a tagged template literal
...
Reviewed-by: hannesw, jlaskey
2017-09-28 23:03:17 +05:30