Aleksey Shipilev
b812e8baff
8242638: Shenandoah: restore heap logging for uncommit
...
Reviewed-by: zgu
2020-04-14 15:33:01 +02:00
Aleksey Shipilev
e0ccd77617
8242625: Shenandoah: restore heap logging for Degenerated/Full cycles
...
Reviewed-by: rkennke, zgu
2020-04-14 15:33:00 +02:00
Stefan Johansson
b18e006b55
8242448: Change HeapRegionManager::guarantee_contiguous_range to be assert_contiguous_range
...
Reviewed-by: tschatzl, kbarrett
2020-04-14 15:18:22 +02:00
Weijun Wang
8cd9241448
8242330: Arrays should be cloned in several JAAS Callback classes
...
Reviewed-by: mullan
2020-04-14 10:04:05 +08:00
Yasumasa Suenaga
d34f732b99
8242283: Can't start JVM when java home path includes non-ASCII character
...
Reviewed-by: naoto, hseigel
2020-04-14 09:03:38 +09:00
Chris Plummer
4a09f31eff
8237250: pmap and pstack should do a better of making it clear that they are not supported on Mac OS X
...
Reviewed-by: amenkov, sspitsyn
2020-04-13 16:30:11 -07:00
Stuart Marks
a46f4bfa95
8242327: List spec should state that unmodifiable lists implement RandomAccess
...
Reviewed-by: lancea
2020-04-13 14:37:07 -07:00
Chris Plummer
77041dc4ec
8235220: ClhsdbScanOops.java fails with sun.jvm.hotspot.types.WrongTypeException
...
Reviewed-by: amenkov, iklam
2020-04-13 13:21:56 -07:00
Serguei Spitsyn
68e0e49bc8
8242241: add assert to ClassUnloadEventImpl::className
...
Add assert
Reviewed-by: cjplummer, dcubed
2020-04-13 18:02:13 +00:00
Jonathan Gibbons
7a608f40fc
8242326: use new "summary-list" CSS class instead of general "block-list" for list of summary sections
...
Reviewed-by: hannesw
2020-04-13 10:54:12 -07:00
Brian Burkhalter
ea36a53b75
8241952: (fs) FileChannel.write(ByteBuffer src, long position) does not check for the FileChannel being closed first
...
Reviewed-by: lancea, alanb
2020-04-13 10:17:03 -07:00
Brian Burkhalter
447d6499f1
8242292: (fs) FileSystems.getFileSystem(URI) should throw IAE if the URI scheme is null
...
Reviewed-by: lancea, alanb
2020-04-13 10:16:38 -07:00
Prasanta Sadhukhan
efba976cfb
Merge
2020-04-11 10:32:17 +05:30
Prasanta Sadhukhan
6b0b851a7c
Merge
2020-04-10 11:47:09 +05:30
Stuart Monteith
ca46bba505
8241587: Aarch64: remove x86 specifics from os_linux.cpp/hpp/inline.hpp
...
Reviewed-by: dholmes
2020-04-10 09:41:20 +08:00
Joe Darcy
455d2e7cea
8225540: In core reflection note whether returned annotations are declaration or type annotations
...
Reviewed-by: alanb, prappo
2020-04-09 14:16:17 -07:00
Jim Laskey
b7d5172b89
8242472: Comment for unused PreviewFeature.Feature.TEXT_BLOCKS enum
...
Reviewed-by: abuckley
2020-04-09 16:32:22 -03:00
Vladimir Ivanov
1d7dee9ae4
8242289: C2: Support platform-specific node cloning in Matcher
...
Reviewed-by: kvn
2020-04-09 21:29:34 +03:00
Chris Plummer
e0a75ed00d
8242162: convert clhsdb "sysprops" command from javascript to java
...
Reviewed-by: sspitsyn, ysuenaga
2020-04-09 07:13:49 -07:00
Jim Laskey
ef8537ec1a
8241741: Implement Text Blocks as a standard feature in javac
...
Reviewed-by: jlahoda
2020-04-09 10:55:01 -03:00
Jim Laskey
d9bf934831
8241742: Remove the preview status for methods introduced for Text Blocks
...
Reviewed-by: psandoz, chegar, alanb
2020-04-09 10:55:01 -03:00
Claes Redestad
36f22938ed
8241920: G1: Lazily initialize OtherRegionsTable::_coarse_map
...
Reviewed-by: tschatzl, eosterlund
2020-04-09 14:59:11 +02:00
Zhengyu Gu
136450572e
8242400: Shenandoah: Restore logging to pre-jdk8241984 format
...
Reviewed-by: shade
2020-04-09 08:43:03 -04:00
Claes Redestad
cdfe841d3d
8242038: G1: Lazily initialize RSHashTables
...
Reviewed-by: kbarrett, sjohanss, tschatzl
2020-04-09 13:04:10 +02:00
Chris Plummer
d1091364aa
8240990: convert clhsdb "dumpclass" command from javascript to java
...
Reviewed-by: sspitsyn, ysuenaga
2020-04-08 21:01:01 -07:00
Joe Wang
cd8be04b8a
8237187: Obsolete references to java.sun.com
...
Reviewed-by: lancea, naoto
2020-04-09 03:51:32 +00:00
Phil Race
3850f28ed8
8242325: Remove VIS version of medialib
...
Reviewed-by: serb, bpb, erikj
2020-04-08 16:55:27 -07:00
Phil Race
64365fb908
8223090: Clean up obsolete logic & reference to Amble fonts
...
Reviewed-by: serb, psadhukhan
2020-04-08 13:19:12 -07:00
Hannes Wallnöfer
ac8d42087a
8240169: javadoc fails to link to non-modular api docs
...
Reviewed-by: jjg
2020-04-08 22:04:51 +02:00
Hannes Wallnöfer
cdb379e5b4
8237383: Members inherited from non-public types are not included in index
...
Reviewed-by: jjg
2020-04-08 21:28:14 +02:00
Naoto Sato
62060fc278
8242337: javadoc typo in NumberFormat::setMinimumFractionDigits
...
Reviewed-by: lancea, martin
2020-04-08 11:40:33 -07:00
Patricio Chilano Mateo
89a33e69a7
8240918: [REDO] Allow direct handshakes without VMThread intervention
...
REDO of 8230594
Reviewed-by: dholmes, rehn, mdoerr, coleenp, dcubed
2020-04-08 18:32:21 +00:00
Stefan Johansson
52ea4802f1
8241141: Restructure humongous object allocation in G1
...
Reviewed-by: tschatzl, kbarrett
2020-04-08 18:38:31 +02:00
Calvin Cheung
dd4e04d6f5
8242134: Consolidate the get_package_entry() in SystemDictionaryShared and ClassLoader
...
Keep the version in ClassLoader.
Reviewed-by: hseigel, redestad, lfoltan
2020-04-08 08:56:05 -07:00
Erik Österlund
a5b81d97f9
8240693: Sweeper should not examine dying metadata in is_unloading() nmethod during static call stub cleaning
...
Reviewed-by: kvn, coleenp, pliden
2020-04-08 15:34:56 +00:00
Erik Österlund
76a8557d0c
8241438: Move IntelJccErratum mitigation code to platform-specific code
...
Reviewed-by: vlivanov, kvn
2020-04-08 15:34:56 +00:00
Zhengyu Gu
29b0912bc3
8242375: Shenandoah: Remove ShenandoahHeuristic::record_gc_start/end methods
...
Reviewed-by: shade, rkennke
2020-04-08 11:21:40 -04:00
Sergey Bylokhov
10ca487305
8239819: XToolkit: Misread of screen information memory
...
Reviewed-by: prr
2020-04-08 02:53:43 -07:00
Prasanta Sadhukhan
a6678d2e58
8240877: NPE at javax.swing.text.html.FormView.appendBuffer with null option values
...
Reviewed-by: serb
2020-04-08 16:29:03 +05:30
Sergey Bylokhov
f67e608861
8238567: SoftMainMixer.processAudioBuffers(): Wrong handling of stoppedMixers
...
Reviewed-by: prr
2020-04-08 02:36:04 -07:00
Sergey Bylokhov
a62b24f573
8241829: Cleanup the code for PrinterJob on windows
...
Reviewed-by: prr, aivanov
2020-04-08 02:03:56 -07:00
Martin Balao
1c651455a7
8241888: Mirror jdk.security.allowNonCaAnchor system property with a security one
...
Reviewed-by: mullan
2020-04-02 18:18:23 -03:00
Andy Herrick
1cca0e48e0
8237490: [macos] Add support notarizing jpackage app-image and dmg
...
Reviewed-by: asemenyuk, almatvee
2020-04-08 09:44:53 -04:00
Roger Riggs
50ed53076f
8225319: Remove rmic from the set of supported tools
...
Reviewed-by: erikj, alanb, lancea, jjg, amlu
2020-04-08 09:22:08 -04:00
Adam Sotona
c2efd224ca
8239544: Javac does not respect should-stop.ifNoError policy to stop after CompileState PARSE, ENTER and PROCESS
...
JavaCompiler patch fixing its response to should-stop.ifNoError= option for PARSE, ENTER and PROCESS compiler states + new T8239544.java matrix regression test
Reviewed-by: jlaskey, jlahoda
2020-04-08 15:00:39 +02:00
Zhengyu Gu
9292b4002d
8241984: Shenandoah: enhance GCTimer and JFR support
...
Reviewed-by: rkennke
2020-04-08 08:13:22 -04:00
Aleksey Shipilev
64aee56add
8242365: Shenandoah: use uint16_t instead of jushort for liveness cache
...
Reviewed-by: rkennke
2020-04-08 13:44:58 +02:00
Aleksey Shipilev
7b870e70d0
8242353: Shenandoah: micro-optimize region liveness handling
...
Reviewed-by: rkennke
2020-04-08 13:44:57 +02:00
Pavel Rappo
4c4271f283
8242230: Whitespace typos, relaxed javadoc, formatting
...
Reviewed-by: darcy, igerasim
2020-04-08 11:16:56 +01:00
David M Lloyd
59684e10d1
8242356: (se) epoll Selector should use epoll_create1 instead of epoll_create
...
Reviewed-by: alanb, stuefe
2020-04-08 10:31:58 +01:00