Brian Burkhalter
ba1d068078
8210279: (bf) Remove unused package private method java.nio.Buffer.truncate()
...
Reviewed-by: alanb
2018-09-04 09:07:06 -07:00
Gustavo Romero
e8b551eac9
8210320: PPC64: Fix uninitialized variable in C1 LIR assembler code
...
Reviewed-by: mbaesken, shade, mdoerr
2018-09-04 11:46:23 -04:00
Aleksey Shipilev
aee7d4f600
8210357: Zero builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
...
Reviewed-by: thartmann
2018-09-04 13:19:38 +02:00
Aleksey Shipilev
c7c0863c86
8210355: Minimal and Zero non-PCH builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
...
Reviewed-by: thartmann
2018-09-04 13:19:37 +02:00
Alan Bateman
81af5289e9
8210341: (fs) Typos in PosixFileAttributeView javadoc
...
Reviewed-by: dfuchs
2018-09-04 11:35:35 +01:00
Thomas Schatzl
db7b4e20e1
8207200: Committed > max memory usage when getting MemoryUsage
...
Make sure that modification of memory usage variables are synchronized with returning them to Java.
Reviewed-by: sangheki, mchung
2018-09-04 12:18:35 +02:00
Thomas Schatzl
a7d4df53fa
8210265: Crash in HSpaceCounters::update_used()
...
Guard call to update HSpaceCounters with flag
Reviewed-by: shade, sjohanss, kbarrett
2018-09-04 12:17:23 +02:00
Thomas Stuefe
96e71f7836
8210307: 8210246 broke NMT jtreg tests
...
Reviewed-by: goetz, iklam
2018-09-04 08:06:31 +02:00
Thomas Stuefe
23635d7d6f
8210314: [aix] NMT does not show "Safepoint" memory type
...
Reviewed-by: goetz, mbaesken
2018-09-03 14:27:03 +02:00
Boris Ulasevich
d2e84521c0
8209408: Primitive heap access for interpreter BarrierSetAssembler/arm32
...
Reviewed-by: rkennke
2018-09-03 13:42:58 +03:00
Aleksei Voitylov
bf7cd96146
8207247: AARCH64: Enable Minimal and Client VM builds
...
Reviewed-by: aph
2018-09-03 13:39:35 +03:00
Lutz Schmidt
f36874335d
8207343: Automate vtable/itable stub size calculation
...
Reviewed-by: kvn, mdoerr
2018-09-03 09:43:08 +02:00
Ioi Lam
d08c6c824d
8210246: NMTUtil::_memory_type_names should be in sync with MemoryType
...
Reviewed-by: ccheung, jiangli, coleenp
2018-09-01 12:02:07 -07:00
Jonathan Gibbons
c8d641d148
8208608: Update --module-source-path to allow explicit source paths for specific modules
...
Reviewed-by: jlahoda
2018-08-31 14:54:42 -07:00
Kim Barrett
53ac5e7fed
8210235: JvmtiTrace::safe_get_current_thread_name is unsafe in debug builds
...
Use Thread::current_or_null and handle NULL result.
Reviewed-by: coleenp
2018-08-31 16:29:49 -04:00
Patricio Chilano Mateo
16b92a561c
8206424: Use locking for cleaning ProtectionDomainTable
...
ServiceThread is now in charge of cleaning ProtectionDomainTable entries
Reviewed-by: coleenp, iklam
2018-08-31 10:22:04 -04:00
Coleen Phillimore
eb9259138f
8210155: Lock ClassLoaderDataGraph
...
In preparation for concurrent class unloading.
Reviewed-by: hseigel, eosterlund
2018-08-31 07:03:46 -04:00
Hannes Wallnöfer
71479d029a
8176453: Javadoc search: there are issues with generics in parameters
...
Reviewed-by: jjg, sundar
2018-08-31 12:41:00 +02:00
Doug Simon
c131915d0a
8210066: [JVMCI] iterateFrames uses wrong GrowableArray API for appending
...
Reviewed-by: dlong, twisti
2018-08-31 11:43:06 +02:00
Magnus Ihse Bursie
8cc7ce2c18
6657100: Rename sparcWorks to solstudio in HotSpot
...
Reviewed-by: erikj, dcubed
2018-08-31 09:37:03 +02:00
Kim Barrett
6a0bb0955e
8209975: Some GCThreadLocalData not initialized
...
Perform deferred BarrierSet initializations for NonJavaThreads too.
Reviewed-by: eosterlund, pliden
2018-08-30 17:03:46 -04:00
Aleksei Voitylov
26560a934d
8210164: building Minimal VM fails with error: comparison of unsigned expression < 0 is always false [-Werror=type-limits]
...
Conditionalize compare with serial_phase_count.
Reviewed-by: kbarrett, shade
2018-08-30 16:33:14 -04:00
Kim Barrett
75a8e7d4e2
8210119: Rename SubTasksDone::is_task_claimed
...
Renamed to try_claim_task and inverted result.
Reviewed-by: coleenp, sjohanss
2018-08-30 16:16:19 -04:00
Brian Burkhalter
67b2c6fc66
8207744: Clean up inconsistent use of opendir/closedir versus opendir64/closedir64
...
Reviewed-by: bsrbnd, mbaesken, bchristi, simonis
2018-08-30 12:39:26 -07:00
Jean Christophe Beyler
b9b522a7ad
8203356: VM Object Allocation Collector can infinite recurse
...
VM Event callback do not provoke a VM alloc event
Reviewed-by: sspitsyn, phh, amenkov, cjplummer
2018-08-30 09:47:12 -07:00
Harold Seigel
d36066fdad
8210168: JCK test .vm.classfmt.ins.code__002.code__00201m1.code__00201m1 hangs with -noverify
...
Check for 'bc_length > 0' to handle lengths of -1.
Reviewed-by: coleenp
2018-08-30 09:08:23 -04:00
Lutz Schmidt
af1ce0a659
8209950: SIGBUS in CodeHeapState::print_names()
...
Reviewed-by: thartmann, kvn
2018-08-30 09:34:10 +02:00
Erik Österlund
05b8f66dff
8210065: ZGC: Remove mode for treating weaks as strong
...
Reviewed-by: kbarrett, pliden
2018-08-30 09:25:38 +02:00
Matthias Baesken
149be4bad1
8210147: adjust some WSAGetLastError usages in windows network coding
...
Reviewed-by: clanger, stuefe
2018-08-29 10:11:51 +02:00
Erik Österlund
af545969be
8210063: ZGC: Enable load barriers for IN_NATIVE runtime barriers
...
Reviewed-by: pliden
2018-08-30 09:12:07 +02:00
Erik Österlund
dd02aad6be
8210061: ZGC: Remove STW weak processor mode
...
Reviewed-by: pliden, kbarrett
2018-08-30 08:59:23 +02:00
Chris Plummer
77921f8a38
8199811: com/sun/jdi/ProcessAttachTest.java fails intermittently: Remote thread failed for unknown reason
...
Give attach listener thread a chance to finish starting
Reviewed-by: dholmes, gadams
2018-08-29 20:13:53 -07:00
Leo Jiang
0852cfcc52
8210153: localized currency symbol of VES
...
Reviewed-by: naoto
2018-08-29 19:14:08 -07:00
Mikael Vidstedt
f5e624c0b3
8209856: Obsolete error reporter
...
Reviewed-by: coleenp, stuefe
2018-08-29 13:04:50 -07:00
Roman Kennke
296002fe50
8180193: Make marking bitmap code available to other GCs
...
Reviewed-by: shade, stefank
2018-08-29 20:15:09 +02:00
Jesper Wilhelmsson
d40735db17
Merge
2018-08-29 19:48:28 +02:00
Adam Petcher
c3cc65bd08
8201317: X25519/X448 code improvements
...
Minor code/comment improvements
Reviewed-by: xuelei
2018-08-29 12:00:47 -04:00
Gunter Haug
00eb34a943
8209996: [PPC64] Fix JFR profiling
...
Reviewed-by: mdoerr, simonis
2018-08-28 14:55:06 +02:00
Patricio Chilano Mateo
ff17347f8f
8209844: MemberNameLeak.java fails when ResolvedMethod entry is not removed
...
Fixed MemberNameLeak.java due to intermittent failure after 8206423
Reviewed-by: coleenp, lfoltan
2018-08-29 10:46:59 -04:00
Roland Westrelin
7135605c6f
8209691: Allow MemBar on single memory slice
...
Reviewed-by: kvn, vlivanov
2018-08-22 10:29:17 +02:00
Jan Kalina
13c1bb691b
8176553: LdapContext follows referrals infinitely ignoring set limit
...
Reviewed-by: chegar
2018-08-29 14:10:19 +05:30
Jan Lahoda
b3b644438e
8206986: Compiler support for Switch Expressions (Preview)
...
8207405: Compiler Tree API support for Switch Expressions (Preview)
Support for switch expression, switch with rules and multiple constants for cases.
Reviewed-by: jjg, mcimadamore, vromero
2018-08-29 09:36:17 +02:00
Matthias Baesken
3f4b55c4df
8209994: windows: Java_java_net_NetworkInterface_getAll misses releasing interface-list
...
Reviewed-by: bpb, chegar, simonis
2018-08-28 09:01:54 +02:00
Leo Jiang
232804b8ab
8208746: ISO 4217 Amendment #168 update
...
8209775: ISO 4217 Amendment #169 update
Reviewed-by: naoto
2018-08-28 20:05:41 -07:00
Per Lidén
16263ca90c
8210045: Allow using a subset of worker threads even when UseDynamicNumberOfGCThreads is not set
...
Reviewed-by: eosterlund, kbarrett
2018-08-29 08:00:00 +02:00
Jean Christophe Beyler
3de7598a3f
8210035: Fix copyrights for files created for the HeapMonitor work
...
Added the Oracle copyright to newly created files
Reviewed-by: sspitsyn, cjplummer
2018-08-28 21:25:37 -07:00
Ioi Lam
4c58f6768a
8210043: Invalid assert(HeapBaseMinAddress > 0) in ReservedHeapSpace::initialize_compressed_heap
...
Removed the assert
Reviewed-by: ccheung, jiangli
2018-08-28 16:01:01 -07:00
Coleen Phillimore
3559b6be76
8209958: Clean up duplicate basic array type statics in Universe
...
Reviewed-by: lfoltan, zgu
2018-08-28 18:17:01 -04:00
Kim Barrett
e1059f1301
8209976: Improve iteration over non-JavaThreads
...
Add NonJavaThread and move NamedThread iteration to new class.
Reviewed-by: eosterlund, coleenp, rkennke
2018-08-28 16:04:54 -04:00
Kim Barrett
1b02e70184
8072498: Multi-thread JNI weak reference processing
...
Add parallel processing support to WeakProcessor.
Reviewed-by: tschatzl, sjohanss
2018-08-28 12:57:40 -04:00