Bob Vandette
646779038f
Merge
2019-03-19 14:31:52 -04:00
Kim Barrett
a11369d781
8220690: ATTRIBUTE_ALIGNED requires GNU extensions enabled
...
Use __typeof__(x) instead of typeof(x).
Reviewed-by: shade, sgehwolf
2019-03-19 14:08:20 -04:00
Bob Vandette
30342b596b
8217766: Container Support doesn't work for some Join Controllers combinations
...
Reviewed-by: rriggs, sgehwolf
2019-03-19 12:29:40 -04:00
Bob Vandette
adc6d241ba
8212528: Wrong cgroup subsystem being used for some CPU Container Metrics
...
Reviewed-by: rriggs, sgehwolf
2019-03-19 12:10:00 -04:00
Bob Vandette
e97e09288e
8219562: Line of code in osContainer_linux.cpp L102 appears unreachable
...
Reviewed-by: rriggs, sgehwolf
2019-03-19 12:00:54 -04:00
Chris Hegarty
5ee0711360
8220663: Incorrect handling of IPv6 addresses in Socket(Proxy.HTTP)
...
Reviewed-by: alanb, michaelm
2019-03-19 14:27:50 +00:00
Mikhail Filippov
ad90ef79d1
8218914: Support fonts installed per-user on Windows 10
...
Reviewed-by: prr, serb
2019-03-18 14:55:41 -07:00
Matthias Baesken
3b0ae8082a
8220355: Improve assertion texts and exception messages in eventHandlerVMInit
...
Reviewed-by: alanb, sspitsyn, jcbeyler
2019-03-18 15:29:19 +01:00
Matthias Baesken
dc7b3e8df3
8220781: linux-s390 : os::get_summary_cpu_info gives bad output
...
Reviewed-by: dholmes, lucy
2019-03-18 16:04:23 +01:00
Jamil Nimeh
de75770ce9
8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2 implementation
...
Reviewed-by: apetcher
2019-03-18 15:26:59 -07:00
Roman Kennke
1aec18881b
8220780: ShenandoahBS::AccessBarrier::oop_store_in_heap ignores AS_NO_KEEPALIVE
...
Reviewed-by: shade
2019-03-18 16:33:28 +01:00
Stefan Karlsson
c2d4f10483
8220609: Cleanups in ScavengableNMethods
...
Reviewed-by: pliden, eosterlund
2019-03-18 15:21:33 +01:00
Stefan Karlsson
788dcfd72d
8220606: Move ScavengableNMethods unlinking to unregister_nmethod
...
Reviewed-by: pliden, eosterlund
2019-03-18 15:19:39 +01:00
Roman Kennke
59a025d90b
8220714: C2 Compilation failure when accessing off-heap memory using Unsafe
...
Reviewed-by: vlivanov, roland
2019-03-15 09:57:42 +01:00
Roman Kennke
29843b4dfb
8221278
: Shenandoah should not enqueue string dedup candidates during root scan
...
Reviewed-by: shade
2019-03-21 22:37:36 +01:00
Xue-Lei Andrew Fan
901e797c0c
8221270: Duplicated synchronized keywords in SSLSocketImpl
...
Reviewed-by: mullan
2019-03-21 13:32:08 -07:00
Ivan Gerasimov
9f5bcd46f0
8170494: JNI exception pending in PlainDatagramSocketImpl.c
...
Reviewed-by: clanger, vtewari
2019-03-21 12:28:58 -07:00
Brent Christian
bd4dd311fd
8211941: Enable checking/ignoring of non-conforming Class-Path entries
...
Reviewed-by: alanb, mchung
2019-03-21 11:58:00 -07:00
Harold Seigel
d8d4311d54
8221096: Description of -XX:+PrintFlagsRanges is incorrect
...
Remove the phrase: and exit VM
Reviewed-by: lfoltan
2019-03-21 10:47:48 -04:00
Yasumasa Suenaga
0f0d24ebb4
8220784: hsdis cannot be built with MinGW64
...
Reviewed-by: iklam, dholmes
2019-03-21 21:17:54 +09:00
Jie Fu
2c4b9e0778
8220658: Improve the readability of container information in the error log
...
Reviewed-by: dholmes, bobv
2019-03-21 04:55:20 -04:00
David Holmes
762ce676b3
8221208: Backout JDK-8218446
...
Reviewed-by: iignatyev, rehn
2019-03-21 03:00:28 -04:00
David Holmes
87283a7568
8221180: Deprecate AllowJNIEnvProxy
...
Reviewed-by: coleenp, dcubed
2019-03-20 23:32:57 -04:00
Jonathan Gibbons
2df0f4b4dd
8220249: fix headings in java.compiler
...
Reviewed-by: erikj, darcy
2019-03-20 15:35:26 -07:00
David Holmes
7bb74f80da
8218446: SuspendAtExit hangs
...
Reviewed-by: rehn, dcubed
2019-03-20 18:01:42 -04:00
Jesper Wilhelmsson
ea61da4d5f
8220389: Update Graal
...
Reviewed-by: kvn, dlong
2019-03-20 22:53:44 +01:00
Zhengyu Gu
6881a91868
8220602: Shenandoah-SA: Enable best-effort implementation of heap walk
...
Reviewed-by: rkennke, cjplummer
2019-03-14 09:53:15 -04:00
Kim Barrett
e7e00f7ae0
8221102: Allow GC threads to participate in threads claiming protocol
...
Expand claim counter from 1bit to uintx, with rare overflow handling.
Reviewed-by: tschatzl, rkennke
2019-04-02 13:08:38 -04:00
Vladimir Kozlov
4269bb40ac
8221782: [Graal] Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.jdk.vm.ci.services
...
Reviewed-by: dlong, alanb, mullan
2019-04-02 09:45:52 -07:00
Roman Kennke
9acdfbd5b7
8221751: Shenandoah: Improve SATB enqueueing
...
Reviewed-by: shade
2019-04-02 18:13:42 +02:00
Aleksey Shipilev
bf33260958
8221824: Build failure with MSVS 2013 after JDK-8218418
...
Reviewed-by: stuefe, alanb
2019-04-02 17:10:09 +02:00
Severin Gehwolf
6f30d04d76
8220579: [Containers] SubSystem.java out of sync with osContainer_linux.cpp
...
Reviewed-by: bobv, adinn
2019-03-13 20:07:54 +01:00
Per Lidén
d33d485682
8220601: ZGC: Delete ZNMethodTableEntry arrays using ZSafeDelete
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:41 +01:00
Per Lidén
e94d4e7fc9
8220600: ZGC: Delete ZPages using ZSafeDelete
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:41 +01:00
Per Lidén
98fa071300
8220599: ZGC: Introduce ZSafeDelete
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:40 +01:00
Per Lidén
4a83447db2
8220597: ZGC: Convert ZForwarding to use ZAttachedArray
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:40 +01:00
Per Lidén
8aa6e7538c
8220596: ZGC: Convert ZNMethodData to use ZAttachedArray
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:40 +01:00
Per Lidén
c62f53a576
8220595: ZGC: Introduce ZAttachedArray
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:40 +01:00
Per Lidén
dd412e66c5
8220594: ZGC: Remove superfluous ZPage::is_active()
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:40 +01:00
Per Lidén
cc4ae9ab95
8220593: ZGC: Remove superfluous ZPage::is_detached()
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:40 +01:00
Per Lidén
3f4dfa422c
8220592: ZGC: Move destruction of detached ZPages into ZPageAllocator
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:40 +01:00
Per Lidén
16a100d103
8220591: ZGC: Don't delay reclaimation of ZVirtualMemory
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:39 +01:00
Per Lidén
e7cfe60a32
8220590: ZGC: Remove ZPages from ZPageTable when freed
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:39 +01:00
Per Lidén
b29bc9f1da
8220589: ZGC: Remove superfluous ZPageTableEntry
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:39 +01:00
Per Lidén
0ce7c21d33
8220588: ZGC: Convert ZRelocationSet to hold ZForwardings instead of ZPages
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:39 +01:00
Per Lidén
5a079bf515
8220587: ZGC: Break out forwarding information from ZPage
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:39 +01:00
Per Lidén
547b2655d5
8220586: ZGC: Move relocation logic from ZPage to ZRelocate
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:39 +01:00
Per Lidén
3d4b0ea232
8220741: ZGC: Move CPU agnostic files from linux_x86 to linux
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:38 +01:00
Per Lidén
fbf62f0fb8
8220569: ZGC: Rename and rework ZUnmapBadViews to ZVerifyViews
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:38 +01:00
Chris Hegarty
8de73b3995
8220719: Allow other named NetPermissions to be used
...
Reviewed-by: mullan, alanb
2019-03-17 08:26:38 +00:00
Ivan Gerasimov
c07c8d3eea
8220684: Process.waitFor(long, TimeUnit) can return false for a process that exited within the timeout
...
Reviewed-by: prappo, dholmes, rriggs
2019-03-16 15:05:21 -07:00
Ivan Gerasimov
07b560a1a1
6307456: UnixFileSystem_md.c use of chmod() and access() should handle EINTR signal appropriately (unix)
...
Reviewed-by: bpb, dholmes, alanb
2019-03-16 13:44:30 -07:00
Alan Bateman
8743be63c4
8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl
...
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Reviewed-by: chegar
2019-03-16 19:44:12 +00:00
Alan Bateman
c306e3f059
8220738: (sc) Move ServerSocketChannelImpl remaining native method to Net
...
Reviewed-by: bpb
2019-03-16 12:31:31 +00:00
Yasumasa Suenaga
1aa788a7b9
8220555: JFR tool shows potentially misleading message when it cannot access a file
...
Reviewed-by: egahlin, mseledtsov
2019-03-16 21:27:15 +09:00
Brian Burkhalter
7211761cab
8219876: (bf) Improve IndexOutOfBoundsException messages in $Type$Buffer classes
...
Reviewed-by: alanb, rriggs
2019-03-15 16:24:07 -07:00
Coleen Phillimore
5c5089b0a2
8220512: Deoptimize redefinition functions that have dirty ICs
...
Walk ICs to determine whether nmethods are dependent on redefined classes.
Reviewed-by: sspitsyn, eosterlund
2019-03-15 16:00:18 -04:00
Chris Hegarty
030493e7e7
8213912: Semantic typo in HttpExchange.java
...
Reviewed-by: dfuchs
2019-03-15 14:54:27 +00:00
Chris Hegarty
d79c644852
8179549: Typo in network properties documentation
...
Reviewed-by: clanger, coffeys
2019-03-15 14:50:57 +00:00
Jonathan Gibbons
c1523225aa
8220249: fix headings in java.compiler
...
Reviewed-by: erikj, darcy
2019-03-14 15:30:16 -07:00
Derek Thomson
d8497d254a
8219691: method summary table head should be enclosed in <thead>
...
Reviewed-by: jjg
2019-03-14 13:33:10 -07:00
Jonathan Gibbons
d3242724c9
8220379: Fix doclint handling of headings
...
Reviewed-by: erikj, jlahoda
2019-03-14 11:39:00 -07:00
Claes Redestad
4bfd3db2e0
8220366: Optimize Symbol handling in ClassVerifier and SignatureStream
...
Reviewed-by: hseigel, coleenp, lfoltan
2019-03-14 18:56:25 +01:00
Liam Miller-Cushon
9635954e6e
8220644: Align required/found pairs in diagnostics
...
Reviewed-by: mcimadamore, jjg
2019-03-13 22:05:09 -07:00
Severin Gehwolf
73d7e8f86c
8217338: [Containers] Improve systemd slice memory limit support
...
Use hierachical memory limit in addition to memory_limits_in_bytes
Reviewed-by: bobv, dholmes
2019-03-12 10:43:27 +01:00
Stefan Karlsson
3e581f13a0
8222558: Rework ResolvedMethodTable verification
...
Reviewed-by: coleenp
2019-04-17 07:41:09 +02:00
Coleen Phillimore
733d251078
8222379: JFR TestClassLoadEvent.java failed due to EXCEPTION_ACCESS_VIOLATION
...
Give fatal error if CDS loses archive mapping.
Reviewed-by: iklam, ccheung, jiangli
2019-04-18 07:02:07 -04:00
Matthias Baesken
133401ac02
8222280: Provide virtualization related info in the hs_error file on AIX
...
Reviewed-by: clanger, mdoerr
2019-04-12 09:13:50 +02:00
Brian Burkhalter
69ca2e9e27
8220477: Channels.newWriter() does not close if underlying channel throws an IOException
...
Reviewed-by: alanb
2019-04-17 08:12:19 -07:00
Maurizio Cimadamore
7b7f9a6fd3
8222289: Overhaul logic for reading/writing constant pool entries
...
Rewrite of Pool,ClassReader,ClassWriter to use shared pool helper components
Reviewed-by: vromero
2019-04-17 15:37:20 +01:00
Erik Österlund
dce0c5c4ae
8219718: ZGC: Make nmethod entry barriers and nmethod::is_unloading use ZNMethodDataOops
...
Reviewed-by: pliden, stefank
2019-04-17 12:41:33 +02:00
Ralf Schmelter
11e6f439e0
8222491: jcmd can fail converting UTF8 output to strings
...
Reviewed-by: jcbeyler, clanger, dholmes
2019-04-15 06:41:02 -07:00
Nils Eliasson
82cc38398d
8218468: Load barrier slow path node should be MachTypeNode
...
Reviewed-by: shade, pliden, kvn
2019-04-17 09:54:37 +02:00
Robbin Ehn
b4fb17d63c
8222327: java_lang_Thread _thread_status_offset, remove pre 1.5 code paths
...
Reviewed-by: dholmes, redestad
2019-04-17 09:29:25 +02:00
Robbin Ehn
8552ad776a
8218147: make_walkable asserts on multiple calls
...
Reviewed-by: dholmes, dcubed
2019-04-17 09:25:27 +02:00
Priya Lakshmi Muthuswamy
a4a6c1714d
8220382: Cleanup doclet instantiation
...
Reviewed-by: jjg
2019-04-17 12:43:41 +05:30
Henry Jen
930f116ae7
Merge
2019-04-16 20:47:11 -07:00
Xue-Lei Andrew Fan
eb59ebb177
8216326: SSLSocket stream close() does not close the associated socket
...
Reviewed-by: jnimeh
2019-04-16 16:59:09 -07:00
Claes Redestad
781fb29580
8222484: Specialize generation of simple String concatenation expressions
...
Reviewed-by: jrose, jlaskey
2019-04-17 00:06:38 +02:00
Joe Wang
7d9e7e1e0b
8222415: Xerces 2.12.0: Parsing Configuration
...
Reviewed-by: lancea
2019-04-16 21:29:33 +00:00
Hannes Wallnöfer
aba3b206cc
8222528: Fix javadoc headers in Nashorn sources
...
Reviewed-by: sundar
2019-04-16 18:22:13 +02:00
Priya Lakshmi Muthuswamy
2b048e0808
8222395: Refactor the abstract classes of package and module index writer
...
Reviewed-by: hannesw
2019-04-16 17:56:53 +05:30
Patrick Zhang
b9a4ede307
8222334: java -Xss0 triggers StackOverflowError
...
Launcher to use the stack size decided by hotpot or system if -Xss is 0
Reviewed-by: dholmes, alanb
2019-04-16 11:00:48 +00:00
Richard Reingruber
ced9f6cb77
8222271: [s390] optimize register usage in C2 instruction forms for clearing arrays
...
Reviewed-by: mdoerr, lucy
2019-04-16 08:51:01 +02:00
Henry Jen
da6f620059
Merge
2019-04-15 18:24:37 -07:00
Jinke Fan
7abe899912
8222387: Out-of-bounds access to CPU _family_id_xxx array
...
Reviewed-by: dholmes, kvn
2019-04-14 21:40:07 +00:00
Zhengyu Gu
f37ec83209
8222419: Shenandoah: Remove unused _par_state_string in ShenandoahRootProcessor
...
Reviewed-by: rkennke
2019-04-12 16:30:19 -04:00
Zhengyu Gu
dcc0a38e8a
8222403: Shenandoah: Remove ShenandoahAlwaysTrueClosure, use AlwaysTrueClosure instead
...
Reviewed-by: shade
2019-04-12 09:55:30 -04:00
Coleen Phillimore
cebdd53c0f
8222297: IRT_ENTRY/IRT_LEAF etc are the same as JRT
...
Replace IRT entry points with JRT.
Reviewed-by: lfoltan, dcubed
2019-04-12 09:30:17 -04:00
Zhengyu Gu
96545959e8
8222188: Shenandoah: Adjust Shenandoah work gang types
...
Reviewed-by: shade, rkennke
2019-04-12 07:51:47 -04:00
Sergei Tsypanov
9d979eaf56
8222151: refactoring: enhancements to java.lang.Class::methodToString and java.lang.Class::getTypeName
...
Reviewed-by: darcy
2019-04-11 22:56:11 -04:00
Jinke Fan
d03cf75344
8222090: Add Hygon Dhyana processor support
...
Reviewed-by: kvn, dholmes, coleenp, rwestberg
2019-04-11 19:36:00 -04:00
Stuart Marks
528c411de7
8217405: rmic should reject class files with preview features enabled
...
Reviewed-by: lancea, alanb
2019-04-11 12:06:58 -07:00
Daniel D. Daugherty
a8e94de188
8222034: Thread-SMR functions should be updated to remove work around
...
Reviewed-by: mdoerr, eosterlund
2019-04-11 14:14:30 -04:00
Ao Qi
06e17e05a2
8222333: fastdebug build broken after JDK-8221393 (phase_mapping[] doesn't match enum Phase in WeakProcessorPhases)
...
Reviewed-by: zgu, shade
2019-04-11 19:09:45 +02:00
Jan Lahoda
28dd6d8496
8217047: Provide a way to inject missing parameter names
...
Adding a way to provide parameter names that are missing in the classfiles.
Reviewed-by: darcy, jjg
2019-04-11 17:55:18 +02:00
Christoph Langer
ab051f87d4
8221979: Cleanups for building Windows resources
...
Reviewed-by: erikj
2019-04-11 15:36:09 +01:00
Jan Lahoda
ae5972a204
8215407: javac should reject class files with bad EnclosingMethod attributes
...
Reject classfiles with broken EnclosingMethod attribute.
Reviewed-by: jjg
2019-04-11 14:49:04 +02:00
Stefan Karlsson
23f02171c8
8221393: ResolvedMethodTable too small for StackWalking applications
...
Reviewed-by: coleenp, rehn
2019-04-10 15:41:04 +02:00
Joe Darcy
7d29dd2172
8222378: Provide mechanism to query preview feature status for annotation processors
...
Reviewed-by: jjg
2019-04-15 15:44:42 -07:00
Zhengyu Gu
826c03330b
8222425: Shenandoah: Move commonly used closures to separate files
...
Reviewed-by: shade
2019-04-15 13:07:06 -04:00
Zhengyu Gu
a652f593f2
8222490: Shenandoah: Remove unused _par_state_string in ShenandoahRootEvacuator
...
Reviewed-by: shade
2019-04-15 12:54:12 -04:00
Aleksey Shipilev
70b807c166
8222397: x86_32 tests with UseSHA1Intrinsics SEGV due to garbled registers
...
Reviewed-by: kvn, dsamersoff
2019-04-15 18:22:10 +02:00
Andrew Dinn
1c7d214f53
8221397: Support implementation-defined Map Modes
...
Allow implementation-defined extensions to FileChannel MapMode enum
Reviewed-by: alanb
2019-04-09 16:21:20 +01:00
Hannes Wallnöfer
4a477cabd8
8221644: jquery directory should be renamed
...
Reviewed-by: jjg
2019-04-15 15:38:47 +02:00
Ron Shapiro
5bb53d6b8a
8220378: Unused Names constants
...
Reviewed-by: jjg, mcimadamore
2019-03-08 09:58:56 -08:00
Brian Burkhalter
e9cb99cbe4
8220614: (bf) Buffer absolute slice methods should use Objects.checkFromIndexSize()
...
Reviewed-by: alanb, igerasim, rriggs
2019-03-14 09:43:18 -07:00
Lance Andersen
90f196bb73
8220252: Fix Headings in java.naming
...
Reviewed-by: dfuchs
2019-03-14 10:50:35 -04:00
Claes Redestad
23e0276cc9
8220502: Inefficient pre-sizing of PhiResolverState arrays in c1_LIRGenerator
...
Reviewed-by: thartmann, kvn
2019-03-14 15:31:13 +01:00
Harold Seigel
cace9d1c8e
8219579: Remove redundant signature parsing from the verifier
...
Change verifier signature checking into asserts because ClassFileParser checks signatures for files being verified.
Reviewed-by: lfoltan, coleenp, redestad, dholmes
2019-03-14 09:38:17 -04:00
Martin Balao
ae9ee277b6
8218854: FontMetrics.getMaxAdvance may be less than the maximum FontMetrics.charWidth
...
Consider algorithmic bold in FontMetrics.getMaxAdvance value and update obliqueness.
Reviewed-by: prr, serb
2019-03-01 12:21:23 -03:00
Prasanta Sadhukhan
00d6c3e825
8215396: JTabbedPane preferred size calculation is wrong for SCROLL_TAB_LAYOUT
...
Reviewed-by: serb
2019-03-08 14:07:10 +05:30
Krishna Addepalli
f4831978d1
8218674: HTML Tooltip with "img=src" on component doesn't show
...
Reviewed-by: serb, psadhukhan
2019-03-07 12:51:02 +05:30
Pankaj Bansal
7fb758afe9
8214112: The whole text in target JPasswordField image are not selected
...
Reviewed-by: serb, psadhukhan
2019-03-05 14:03:21 +05:30
Pankaj Bansal
eee5106f39
8214253: Tooltip is transparent rather than having a black background
...
Reviewed-by: serb, psadhukhan
2019-03-05 13:09:15 +05:30
Sergey Bylokhov
996ee174b3
8061381: [macosx] Accelerators does not spelled for JMenuItems by Voice Over
...
Reviewed-by: prr, kaddepalli
2019-03-04 01:44:41 -08:00
Phil Race
46c0ea0234
8210782: Upgrade HarfBuzz to the latest 2.3.1
...
Reviewed-by: serb, ihse, erikj
2019-03-01 16:59:19 -08:00
Phil Race
e735fe2fc4
Merge
2019-02-27 14:30:08 -08:00
Joe Darcy
fbc614712d
8218726: Minor Throwable.printStackTrace() typos
...
Reviewed-by: bpb
2019-02-27 12:19:29 -08:00
Valerie Peng
aafd279510
Merge
2019-02-27 19:40:18 +00:00
Valerie Peng
67ca52873f
8183107: PKCS11 regression regarding checkKeySize
...
Changed key size check in PKCS11 provider to only enforce positive return values
Reviewed-by: jnimeh
2019-02-27 19:37:51 +00:00
Joe Darcy
7325fc6351
8219805: Cross-link javax.lang.model.{type, element} packages to utility interfaces
...
Reviewed-by: vromero
2019-02-27 11:33:57 -08:00
Prasanta Sadhukhan
7564253938
Merge
2019-02-27 14:48:22 +05:30
Prasanta Sadhukhan
7af48cfb45
Merge
2019-02-27 14:45:17 +05:30
Jie Fu
66ba3bb30a
8219814: Help-info for pns(...) on Linux/mips lost
...
Reviewed-by: aoqi, shade
2019-02-27 10:03:22 +01:00
Prasanta Sadhukhan
3981041086
Merge
2019-02-27 13:53:41 +05:30
Dmitry Markov
d98bc090d7
8214109: XToolkit is not correctly displayed color on 16-bit high color setting
...
Reviewed-by: serb, prr
2019-02-26 18:12:06 +00:00
Matthias Baesken
46dbe3820b
8219630: cleanup hotspot ostream.cpp
...
Reviewed-by: clanger, dholmes, stuefe
2019-02-26 09:57:11 +01:00
Valerie Peng
4295e17b28
8218780: Update MUSCLE PCSC-Lite header files
...
Update the PCSC-lite header files to 1.8.24 release
Reviewed-by: coffeys
2019-02-27 02:49:52 +00:00
Prasanta Sadhukhan
11bb82baca
Merge
2019-02-26 11:17:12 +05:30
Prasanta Sadhukhan
f3c10c8049
8213781: web page background renders blue in JEditorPane
...
4895924: Strings in format #rgb not handled by Color.decode() (affects CSS / Swing)
Reviewed-by: serb, sveerabhadra
2019-02-26 11:08:07 +05:30
Chris Plummer
b0eedd125f
8219143: jdb should support breakpoint thread filters
...
Add thread filter to stop command.
Reviewed-by: sspitsyn, amenkov
2019-02-25 18:54:40 -08:00
Fei Yang
847ba6becb
8219698: aarch64: SIGILL triggered when specifying unsupported hardware features
...
Reviewed-by: aph
2019-02-26 10:52:31 +08:00
Dmitry Chuyko
b818234d2a
8215009: GCC 8 compilation error in libjli
...
Reviewed-by: dholmes, mikael, rriggs
2019-02-27 13:13:15 +03:00
John Jiang
e4fd3054fc
8215524: Finished message validation failure should be decrypt_error alert
...
Reviewed-by: xuelei
2019-02-26 07:26:29 +08:00
Joe Darcy
1610706716
8219561: Update jdeprscan to avoid the need for start-of-release changes
...
Reviewed-by: dfuchs, lancea, smarks
2019-02-25 14:45:29 -08:00
Stefan Karlsson
2370adc703
8220343: Move scavenge_root_nmethods from shared code
...
Reviewed-by: kvn, eosterlund
2019-03-14 09:15:51 +01:00
Stefan Karlsson
3796014d86
8220342: Remove scavenge_root_nmethods_do from VM_HeapWalkOperation::collect_simple_roots
...
Reviewed-by: sspitsyn, ehelin
2019-03-14 09:14:20 +01:00
Stefan Karlsson
b9cf9e7ca4
8220411: Remove ScavengeRootsInCode=0 code
...
Reviewed-by: thartmann, coleenp
2019-03-14 09:08:17 +01:00
Roland Westrelin
3ec1137c1f
8220374: C2: LoopStripMining doesn't strip as expected
...
Reviewed-by: rkennke, thartmann, mdoerr
2019-03-12 15:42:32 +01:00
Martin Doerr
e7a75dc62a
8220660: [s390]: debug build broken after JDK-8220301
...
Reviewed-by: shade
2019-03-14 12:30:57 +01:00
Patrick Zhang
2f7b5f59e2
8220566: AArch64: Set default vm features for Ampere eMAG CPUs
...
Set defaults for vendor specific features
Reviewed-by: adinn
2019-03-12 11:49:52 +08:00
Chris Hegarty
b34264403a
8220598: Malformed copyright year range in a few files in java.base
...
Reviewed-by: dfuchs, lancea, rriggs, weijun
2019-03-14 09:10:56 +00:00
Liam Miller-Cushon
0720686823
8193277: SimpleFileObject inconsistency between getName and getShortName
...
Reviewed-by: jjg
2019-03-05 12:01:04 -08:00
Thomas Schatzl
687596a858
8220345: Use appropriate type for G1RemSetScanState::IsDirtyRegionState
...
Reviewed-by: kbarrett, lkorinth
2019-03-13 21:01:56 +01:00
Thomas Schatzl
ece7e8a2a1
8220301: Remove jbyte use in CardTable
...
Use CardTable::CardValue aliased to uint8_t instead.
Reviewed-by: kbarrett, shade
2019-03-13 21:01:56 +01:00
Daniel Fuchs
5f13ffec66
8219197: ThreadGroup.enumerate() may return wrong value
...
ThreadGroup.enumerate(list,n,recurse) should never return a value that is less than n.
Reviewed-by: clanger, chegar, prappo
2019-03-13 18:43:16 +00:00
Brian Burkhalter
a54066705f
8219597: (bf) Heap buffer state changes could provoke unexpected exceptions
...
Reviewed-by: alanb, rriggs
2019-03-13 11:12:22 -07:00
Lance Andersen
c79a1838e7
8220253: Fix Headings in java.sql.rowset
...
Reviewed-by: darcy
2019-03-13 14:10:18 -04:00
Jiangli Zhou
b53d13d8db
Merge
2019-03-13 10:37:30 -07:00
Zhengyu Gu
f8d4cd94cb
8220546: Shenandoah Reports timing details for weak root processing
...
Reviewed-by: rkennke
2019-03-13 13:33:50 -04:00
Claes Redestad
1bfa5cee8c
8220496: Race in java_lang_String::length() when deduplicating
...
Reviewed-by: rkennke, pliden
2019-03-13 17:32:17 +01:00
Arthur Eubanks
8c5313aa79
8220585: Incorrect code in MulticastSocket sample code
...
Sample code shows that String.length() can be passed to a DatagramPacket along with String.getBytes(), but is incorrect for non-ASCII Strings.
Reviewed-by: martin, chegar
2019-03-13 09:12:38 -07:00
Nils Eliasson
1057f7e2a7
8219517: assert(false) failed: infinite loop in PhaseIterGVN::optimize
...
Reviewed-by: kvn, thartmann
2019-03-13 15:22:28 +01:00
Brian Burkhalter
b5783d5055
6504660: HPI panic callback is dead code
...
Reviewed-by: dcubed, cjplummer, redestad
2019-03-13 07:16:57 -07:00
Xue-Lei Andrew Fan
42cb9bf51a
8160247: Mark deprecated javax.security.cert APIs with forRemoval=true
...
Reviewed-by: weijun
2019-03-13 07:14:50 -07:00
Chris Hegarty
d845c397ea
8220475: Malformed copyright header in LinuxSocketOptions.java, MacOSXSocketOptions.java and MacOSXSocketOptions.c
...
Reviewed-by: alanb, dfuchs
2019-03-13 12:25:42 +00:00
Toshio Nakamura
aa5aa46fb0
8220227: Host Locale Provider getDisplayCountry returns error message under non-English Win10
...
Adjusting to detect translated Unknown messages
Reviewed-by: naoto
2019-03-13 13:05:37 +09:00
Chris Hegarty
bcdbc436ec
8220480: Typo in java.net.http.HttpResponse.BodySubscriber documentation
...
Reviewed-by: alanb
2019-03-13 12:02:04 +00:00
Per Lidén
a0847b0416
8219634: ZGC: Rename ZAddressRangeMap to ZGranuleMap
...
Reviewed-by: eosterlund, stefank
2019-03-13 11:31:00 +01:00
Per Lidén
6d4374b876
8219633: ZGC: Rename ZPageSizeMin to ZGranuleSize
...
Reviewed-by: eosterlund, stefank
2019-03-13 11:31:00 +01:00
Per Lidén
c6917cc27e
8219817: Remove unused CollectedHeap::block_size()
...
Reviewed-by: shade, stefank
2019-03-13 11:31:00 +01:00
Per Lidén
304dca18b5
8219816: Add IsArray/RemoveExtent type traits utilities
...
Reviewed-by: kbarrett, eosterlund
2019-03-13 11:31:00 +01:00
Ao Qi
176e37f082
8170639: [Linux] jsig is limited to a maximum of 64 signals
...
Reviewed-by: dholmes, iklam
2019-03-13 00:48:52 -04:00
Valerie Peng
8ac55e2a99
8220258: fix headings in java.smartcardio
...
Replace h3 with h2
Reviewed-by: ascarpino
2019-03-13 02:48:09 +00:00
Weijun Wang
ad4637e0ba
8220256: fix headings in java.security.sasl
...
Reviewed-by: mullan
2019-03-13 09:05:43 +08:00
Sean Mullan
677aaed765
8159525: Add @FunctionalInterface annotation to PrivilegedAction and PrivilegedExceptionAction
...
Reviewed-by: clanger
2019-02-25 08:25:23 -05:00
Patrick Zhang
57c2735dd0
8219635: aarch64: missing LoadStore barrier in TemplateTable::fast_storefield
...
Reviewed-by: aph
2019-02-25 18:50:29 +08:00
Philipp Kunz
24af91dc02
8219548: Better Null paramenter checking in ToolProvider
...
Reviewed-by: lancea, alanb, jjg
2019-02-26 13:14:26 -05:00
Jini George
8b01c4b53d
8214756: SA should ignore archived java heap objects that are not in use
...
Ignore objects, the associated classes of which are unloaded while walking the heap to create a heapdump
Reviewed-by: jiangli, redestad
2019-02-25 13:50:32 +05:30
Shashidhara Veerabhadraiah
d644970c02
8212202: [Windows] Exception if no printers are installed
...
Reviewed-by: prr
2019-02-25 11:02:53 +05:30
Shashidhara Veerabhadraiah
c373740319
8213071: [macos] The focus disappears after pressing return to close the "That was a pretty good movie!" dialog
...
Reviewed-by: serb
2019-02-21 12:27:39 +05:30
Shashidhara Veerabhadraiah
6c275b343a
8190361: Incorrect version info in jaccessinspector.exe and jaccesswalker.exe
...
Reviewed-by: prr, mhalder
2019-02-21 11:10:35 +05:30
Prasanta Sadhukhan
0b13339d0c
8219156: RTFEditorKit writes background color but doesn't read
...
Reviewed-by: serb
2019-02-21 10:33:24 +05:30
Andrew M Leonard
cd9fb366a5
8219378: Ensure ReflectionFactory.langReflectAccess is initialized correctly
...
Reviewed-by: rriggs, alanb, mchung
2019-02-19 16:13:05 +00:00
Eric Caspole
24ef3fd98f
8219664: LogCompilation: java.lang.Error: Unexpected method mismatch during late inlining
...
Set lateInlining=true in task endElement
Reviewed-by: vlivanov, kvn
2019-02-26 10:39:28 -05:00
Coleen Phillimore
2a83596e85
8181171: Deleting method for RedefineClasses breaks ResolvedMethodName
...
8210457: JVM crash in ResolvedMethodTable::add_method(Handle)
Add a function to call NSME in ResolvedMethodTable to replace deleted methods.
Reviewed-by: sspitsyn, dholmes, dcubed
2019-02-26 08:01:20 -05:00
Prasanta Sadhukhan
493a77061f
Merge
2019-02-19 11:52:19 +05:30
Kim Barrett
47ca2c4300
8214363: HeapWord should not be a fake class
...
Change HeapWord and MetaWord to be pointers to incomplete types.
Reviewed-by: tschatzl, mikael, coleenp, pliden
2019-02-18 16:34:46 -05:00
Matthias Baesken
4de51069e4
8218811: replace open by os::open in hotspot coding
...
Reviewed-by: dholmes, iklam, stuefe
2019-02-18 16:17:48 +01:00
Vicente Romero
4d368850e1
8219480: j.l.c.ClassDesc::arrayType(int rank) throws IllegalArgumentException if rank = 0
...
Reviewed-by: mchung, briangoetz
2019-02-23 19:41:53 -05:00
Aleksey Shipilev
3d6795e0e3
8219583: Windows build failure after JDK-8214777 (Avoid some GCC 8.X strncpy() errors in HotSpot)
...
Reviewed-by: kbarrett, mikael
2019-02-23 10:55:45 +01:00
Mikael Vidstedt
1f65a934c0
8219611: Remove superfluous sigfillset code
...
Reviewed-by: dholmes
2019-02-22 18:54:23 -08:00
Coleen Phillimore
351280bbb8
8078725: method adjustments can be done just once for all classes involved into redefinition
...
Walk all classes at the end of redefinition and adjust method entries and clean MethodData
Reviewed-by: sspitsyn
2019-02-22 13:56:08 -05:00
Brian Burkhalter
24c70fcf88
8048192: (bf) Out of direct buffer memory message should include the limits
...
Reviewed-by: alanb, rriggs
2019-02-22 10:13:34 -08:00
Brian Burkhalter
b24f8ba2ec
8011135: (bf) CharBuffer.put(String) is slow because of String.charAt() call for each char
...
Reviewed-by: alanb, redestad
2019-02-22 10:13:33 -08:00
Aleksey Shipilev
8360a7884d
8219574: Minimal VM build failure after JDK-8219414
...
Reviewed-by: jgeorge, dholmes, cjplummer
2019-02-22 17:54:13 +01:00
Claes Redestad
c97af8c3f7
8219554: Redundant lookup_common in SymbolTable::add
...
Reviewed-by: iklam, coleenp, mikael
2019-02-22 16:41:01 +01:00
Boris Ulasevich
504562b3a4
8217647: JFR: recordings on 32-bit systems unreadable
...
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Reviewed-by: egahlin
2019-02-22 17:30:07 +03:00
Priya Lakshmi Muthuswamy
2c2ca43c15
8219575: jdk/javadoc/tool/removeOldDoclet/RemoveOldDoclet test fails in mach5
...
Reviewed-by: hannesw
2019-02-22 19:58:22 +05:30
Robbin Ehn
74d466fd5f
8219436: Safepoint logs correction and misc
...
Reviewed-by: mdoerr, coleenp
2019-02-22 14:20:06 +01:00
Stefan Karlsson
2133bed090
8219469: ZGC: Extract functions out from ZNMethodTable into new ZNMethod class
...
Reviewed-by: pliden
2019-02-21 14:24:44 +01:00
Stefan Karlsson
8fec4b7f85
8219468: ZGC: Extract iteration functionality into a new ZNMethodTableIteration class
...
Reviewed-by: pliden
2019-02-20 12:04:12 +01:00
Stefan Karlsson
a7707862a9
8219467: ZGC: Move ZNMethodData to its own file
...
Reviewed-by: pliden
2019-02-20 11:42:49 +01:00
Stefan Karlsson
858c007cf8
8219466: ZGC: Extract allocation functionality into a new ZNMethodAllocator class
...
Reviewed-by: pliden
2019-02-20 11:39:36 +01:00
Stefan Karlsson
2895d5534d
8219464: ZGC: Move nmethod oop properties from ZNMethodTableEntry to ZNMethodData
...
Reviewed-by: pliden
2019-02-20 10:47:03 +01:00
Stefan Karlsson
7c5141a048
8219573: Add NMethodClosure
...
Reviewed-by: pliden, eosterlund
2019-02-21 13:20:34 +01:00
Stefan Karlsson
b0383a247d
8219463: ZGC: Remove redundant ZNMethodTable::_iter_lock
...
Reviewed-by: pliden
2019-02-20 10:46:39 +01:00
Stefan Karlsson
45f74c8c95
8219462: ZGC: Use wait/notify in ZNMethodTable
...
Reviewed-by: pliden
2019-02-19 13:47:45 +01:00
Claes Redestad
33d947b7e3
8219247: Enable inlining of newly introduced PlatformMonitor methods
...
Reviewed-by: dholmes, rehn
2019-02-22 09:23:37 +01:00
Priya Lakshmi Muthuswamy
151e628a8e
8215584: Remove support for the "old" doclet API in com/sun/javadoc
...
Reviewed-by: jjg, hannesw
2019-02-22 11:10:55 +05:30
Ioi Lam
d06f3e7e28
8218751: Do not store original classfiles inside the CDS archive
...
Remove the OD shared region and decode classfiles on the fly
Reviewed-by: jiangli, ccheung, sspitsyn, redestad
2019-02-21 17:07:35 -08:00
Jonathan Gibbons
b7ed42eedd
8219558: jdk/javadoc tests fail with missing headings: h1
...
Reviewed-by: darcy
2019-02-21 17:50:27 -08:00
Mikael Vidstedt
15d554b395
8214777: Avoid some GCC 8.X strncpy() errors in HotSpot
...
Reviewed-by: kbarrett, rehn
2019-02-21 16:56:06 -08:00
Jonathan Gibbons
46666a2d94
8216170: java.lang.IllegalArgumentException: directories not supported
...
Reviewed-by: hannesw
2019-02-21 15:17:42 -08:00
Jonathan Gibbons
4aafd7b06e
8219497: Unused parameter in HtmlDocletWriter::printHtmlDocument
...
Reviewed-by: hannesw
2019-02-21 15:05:47 -08:00
Jonathan Gibbons
fa0093dc2c
8215307: Pages do not have <h1>
...
Reviewed-by: hannesw
2019-02-21 14:03:57 -08:00
Naoto Sato
86e513bd48
8218960: CONFIG level logging statements printed in CLDRCalendarDataProviderImpl.java even when default log Level is INFO
...
Reviewed-by: nishjain, rriggs
2019-02-21 10:26:56 -08:00
Daniel Fuchs
e58a4da301
8216363: NullPointerException in java.util.logging.Handler#isLoggable
...
The implementation is changed to match the spec: isLoggable(null) returns false.
Reviewed-by: mchung, lancea
2019-02-21 16:57:47 +00:00
Roland Westrelin
7fd7a118da
8219335: "failed: unexpected type" assert failure in ConnectionGraph::split_unique_types() with unsafe accesses
...
Reviewed-by: thartmann, kvn
2019-02-18 17:41:31 +01:00
Coleen Phillimore
e84f0388f5
8153413: Exceptions::_throw always logs exceptions, penalizing performance
...
Construct exception string into Event message directly add if (log_is_enabled) for logging.
Reviewed-by: ysuenaga, dholmes
2019-02-21 09:21:21 -05:00
Aleksey Shipilev
ace0b7a803
8219524: Shenandoah misreports "committed" size in MemoryMXBean
...
Reviewed-by: rkennke, zgu
2019-02-21 15:52:42 +01:00
Yasumasa Suenaga
a38277e67b
8219414: SA: jhsdb jsnap throws UnmappedAddressException with core generated by gcore
...
Reviewed-by: cjplummer, jgeorge
2019-02-21 21:02:39 +09:00
Roman Kennke
55f23fea5c
8219486: Missing reg_mask_init() breaks x86_32 build
...
Reviewed-by: vlivanov, dlong
2019-02-21 09:48:07 +01:00
Matthias Baesken
4f60b8d9e2
8219460: ppc: adjust NativeGeneralJump::insert_unconditional to stack allocated MacroAssembler
...
Reviewed-by: mdoerr
2019-02-20 17:29:30 +01:00
Priya Lakshmi Muthuswamy
dcf38e3cfe
8213354: Support package-specific stylesheets
...
Reviewed-by: jjg
2019-02-21 11:26:39 +05:30
Xue-Lei Andrew Fan
e6f6863cbc
8168069: X509TrustManagerImpl causes ClassLoader leaks with unparseable extensions
...
Reviewed-by: mullan
2019-02-20 18:46:30 -08:00
David Holmes
e2054e3c5d
8217765: Internal Error (javaCalls.cpp:61) guarantee(thread->can_call_java()) failed
...
Reviewed-by: rehn, redestad, coleenp
2019-02-20 19:41:43 -05:00
Jonathan Gibbons
431b49663a
8218998: Add metadata to generated API documentation files
...
Reviewed-by: hannesw
2019-02-20 16:15:02 -08:00
Harold Seigel
16e0979680
8218995: Deprecate the -XX:FailOverToOldVerifier option
...
Deprecate the option and change affected tests so that they no longer need the option.
Reviewed-by: dholmes, lfoltan
2019-02-20 16:20:53 -05:00
Paul Hohensee
dc3c7b480d
Merge
2019-02-20 11:43:59 -08:00
Lin Zang
6f5c009756
8215622: Add dump to file support for jmap –histo
...
Add "file=" to jmap "histo" jmap, Hotspot support in attachListener.cpp:heap_inspection.
Reviewed-by: phh, sspitsyn
2019-02-20 11:36:02 -08:00
Valerie Peng
9d263d4bc1
8216597: SIGBUS in Java_sun_security_pkcs11_wrapper_PKCS11_getNativeKeyInfo after JDK-6913047
...
Changed variable declaration type to byte* from long* to fix SIGBUS error
Reviewed-by: ascarpino
2019-02-20 19:16:45 +00:00
Brian Burkhalter
315b7d0399
5029431: (bf) Add absolute bulk put and get methods
...
Reviewed-by: alanb, darcy, chegar, rriggs
2019-02-20 10:57:22 -08:00
Harold Seigel
2ee61b353b
Merge
2019-02-20 13:24:57 -05:00
Harold Seigel
dd7e50dc01
8214719: Deprecate -Xverify:none option
...
Deprecate -Xverify:none and -noverify and remove them from tests
Reviewed-by: dholmes, mikael
2019-02-20 13:21:36 -05:00
Xue-Lei Andrew Fan
1d7db01371
8219389: Delegated task created by SSLEngine throws BufferUnderflowException
...
Reviewed-by: ascarpino
2019-02-20 10:20:48 -08:00
Mikael Vidstedt
ea42bbcd24
8219142: Remove unused JIMAGE_ResourcePath
...
Reviewed-by: dholmes, alanb
2019-02-20 09:43:01 -08:00
Roman Kennke
96e4678510
8203232: Shenandoah: Resolve oops in SATB filter
...
Reviewed-by: shade
2019-02-20 16:29:29 +01:00
Zhengyu Gu
2cc6f5951c
8219370: NMT: Move synchronization primitives from mtInternal to mtSynchronizer
...
Reviewed-by: dholmes, rehn
2019-02-20 10:22:46 -05:00
Zhengyu Gu
50316d7164
8219244: NMT: Change ThreadSafepointState's allocation type from mtInternal to mtThread
...
Reviewed-by: coleenp, minqi
2019-02-20 08:31:40 -05:00
Thomas Schatzl
eaab45a8b8
8219096: Merge print_termination_stats code with current logging
...
Reviewed-by: lkorinth, kbarrett
2019-02-20 14:30:33 +01:00
Harold Seigel
f4ac0a2e0f
8167548: [TESTBUG] Logging tests put log files in source tree
...
Create log files in temp directory, instead of cwd.
Reviewed-by: coleenp, dholmes
2019-02-20 08:10:40 -05:00
Per Lidén
865c33112c
8218767: ZGC: Do not assume that r12 is a special register in C2
...
Reviewed-by: eosterlund, rkennke
2019-02-20 13:43:28 +01:00
Per Lidén
3df5e4fabb
8219332: ZGC: Improve ZRootsIteratorClosure abstraction
...
Reviewed-by: stefank
2019-02-20 13:43:02 +01:00
Per Lidén
92f19f92bb
8219331: ZGC: Unify TLAB retire/remap handling
...
Reviewed-by: stefank
2019-02-20 13:43:01 +01:00
Roman Kennke
28590e9343
8217909: Make unused r12 register (without compressed oops) available to regalloc in C2
...
Reviewed-by: adinn, dlong, neliasso
2019-02-20 13:01:57 +01:00
Jan Lahoda
7f06697644
8218287: jshell tool: input behavior unstable after 12-ea+24 on Windows
...
Ensure correct wrapping of input on Windows.
Reviewed-by: rfield
2019-02-20 11:11:38 +01:00
Thomas Schatzl
708b339eb4
8219098: Make output of region strings more regular in error messages
...
Error messages should use the HR_PARAMS/HR_FORMAT_PARAMS macros to print information about HeapRegions.
Reviewed-by: kbarrett, lkorinth
2019-02-20 10:48:36 +01:00
Claes Redestad
dbdfbb518f
8219229: Make ConstantPool::tag_at and release_tag_at_put inlineable
...
Reviewed-by: dholmes, coleenp
2019-02-20 09:53:28 +01:00
Matthias Baesken
d9463e629e
8218965: aix: support xlclang++ in the compiler detection
...
Reviewed-by: ihse, mdoerr
2019-02-19 09:02:28 +01:00
Brian Burkhalter
47ccdad735
8065262: (bf spec) CharBuffer.chars() should make it clearer that the sequence starts from the buffer position
...
Reviewed-by: alanb, darcy, rriggs
2019-02-19 13:05:16 -08:00
Chris Plummer
c296f4ae0d
8218947: jdb threads command should print threadID in decimal, not hex
...
Print objectIDs in decimal.
Reviewed-by: sspitsyn, dholmes, jcbeyler
2019-02-19 12:05:43 -08:00
Jesper Wilhelmsson
196d73c4ef
Merge
2019-02-19 19:04:55 +01:00
Ivan Gerasimov
145c79b8c9
4887513: Typo in RMIFailureHandler interface doc page
...
Co-authored-by: Andrey Turbanov <turbanoff@gmail.com>
Reviewed-by: dfuchs
2019-02-19 09:06:44 -08:00
Sandhya Viswanathan
9dae227e4f
8219151: Illegal instruction exception on JDK 12 due to incorrect CPU feature bits
...
Fix wrong CPU feature bits set
Reviewed-by: kvn, neliasso
2019-02-19 08:25:11 -08:00
Tobias Hartmann
3cf788ab73
8219232: Unit of concurrent active time logging is wrong
...
Changed value from seconds to milliseconds.
Reviewed-by: shade
2019-02-18 15:33:43 +01:00
Thomas Schatzl
9e563f9a08
8219097: Move comment about using weak code blobs closure for code root scanning to correct place
...
Reviewed-by: kbarrett
2019-02-19 12:56:02 +01:00
Thomas Schatzl
8b5d08be9f
8218920: Scan HCC should be on the same level as Update RS etc. in the log
...
Reviewed-by: lkorinth, kbarrett
2019-02-19 12:56:02 +01:00
Thomas Schatzl
a3b6a825bc
8218672: AOT code root scanning shows in the wrong position in the logs
...
Reviewed-by: lkorinth, kbarrett
2019-02-19 12:56:00 +01:00