Man Cao
7e6ebde13c
8232232: G1RemSetSummary::_rs_threads_vtimes is not initialized to zero
...
Fix error in "Concurrent refinement threads times" in GC log and cleanup.
Reviewed-by: tschatzl, kbarrett
2019-10-14 18:48:10 -07:00
Yudi Zheng
db097ae201
8231754: [JVMCI] Make r27 unconditionally reserved in JVMCI
...
Reserve r27 (heap base register) on AArch64 unconditionally
Reviewed-by: adinn, dlong
2019-10-16 16:54:56 +02:00
Daniel Fuchs
ecde34ee35
8231449: HttpClient’s client ssl certificate authentication seems to be broken
...
SSLFlowDelegate.Reader and SubscriberWrapper are changed to better cooperate on when more demand should be requested from upstream. The issue encountered in this scenario was triggered by a large certificate which caused the SSLFlowDelegate to stop requesting data from upstream during the handshake although the engine handshake status was NEED_UNWRAP.
Reviewed-by: chegar
2019-10-16 14:50:53 +01:00
Thomas Schatzl
1c9dd15716
8232260: Remove g1 prefix in G1CollectedHeap::g1_hot_card_cache() getter
...
Reviewed-by: kbarrett, sjohanss
2019-10-16 12:36:44 +02:00
Martin Doerr
79c1634258
8232106: [x86] C2: SIGILL due to usage of SSSE3 instructions on processors which don't support it
...
Reviewed-by: kvn, thartmann
2019-10-16 11:52:56 +02:00
Zhengyu Gu
0046f1ea4f
8229919: Support JNI Critical functions in object pinning API on x86_32 platforms
...
Reviewed-by: rkennke, adinn
2019-10-15 22:22:23 -04:00
Henry Jen
9dd506f713
Merge
2019-10-15 21:33:54 +00:00
Joe Darcy
b5d427b0bc
8232234: Suppress warnings on non-serializable non-transient instance fields in java.rmi
...
Reviewed-by: rriggs
2019-10-15 13:25:57 -07:00
Aleksey Shipilev
6b11446797
8232051: Epsilon should warn about Xms/Xmx/AlwaysPreTouch configuration
...
Reviewed-by: zgu
2019-10-15 19:45:09 +02:00
Aleksey Shipilev
c1972ecd19
8232205: Shenandoah: missing "Update References" -> "Update Roots" tracing
...
Reviewed-by: rkennke, zgu
2019-10-15 19:38:59 +02:00
Naoto Sato
406c2a9b00
8212749: DecimalFormat.setGroupingSize(int) allows setting negative grouping size
...
8231984: Clarify semantics of DecimalFormat.getGroupingSize(0)
Reviewed-by: rriggs
2019-10-15 09:25:59 -07:00
Prasanta Sadhukhan
65a60129c8
Merge
2019-10-15 14:19:55 +05:30
Henry Jen
8d141f1048
Merge
2019-10-14 21:01:25 +00:00
Kim Barrett
b8c7a95859
8232147: Remove notproduct option IgnoreLockingAssertions
...
Removed option.
Reviewed-by: coleenp, dholmes
2019-10-12 00:22:53 -04:00
Prasanta Sadhukhan
b2b054bea6
8223158: Docked MacBook cannot start any Java Swing applications
...
Reviewed-by: prr, serb
2019-10-12 08:49:59 +05:30
Anton Kozlov
4b7bbaf5b0
8231584: Deadlock with ClassLoader.findLibrary and System.loadLibrary call
...
Reviewed-by: mchung
2019-10-11 14:49:05 -07:00
Prasanta Sadhukhan
b871c1ff3a
Merge
2019-10-11 12:08:01 +05:30
Claes Redestad
94365d3210
8232150: aarch64 build broken after JDK-8232050
...
Reviewed-by: dholmes
2019-10-11 01:11:28 +02:00
Tom Rodriguez
81da915128
8231659: [JVMCI] Could not work PrintAssembly for JVMCI installed code
...
Reviewed-by: ysuenaga
2019-10-10 11:40:59 -07:00
Coleen Phillimore
a95a39a04e
8232120: com/sun/jdi/InvokeTest fails with -Xcheck:jni: assert(k->is_instance_klass()) failed: cast to InstanceKlass
...
Should have allowed recv klass to be an array.
Reviewed-by: hseigel, dcubed
2019-10-11 11:50:04 -04:00
Matthias Baesken
2882b4c549
8232107: support ThreadPriorityPolicy flag on AIX
...
Reviewed-by: clanger, dholmes
2019-10-10 14:20:43 +02:00
Huang Wang
4fb2bb554d
8231988: Unexpected test result caused by C2 IdealLoopTree::do_remove_empty_loop
...
Duplicate cmp node in empty loop if it has other users
Co-authored-by: Tuo Xie <xietuo@huawei.com>
Reviewed-by: neliasso, thartmann
2019-10-11 16:52:18 +08:00
Claes Redestad
35fb2da425
8232165: Reduce allocations in ValueStack copying constructor
...
Reviewed-by: neliasso, kvn
2019-10-14 20:58:08 +02:00
Daniil Titov
76d7e33569
8227231: JDWP help information shows use of obsolete Xdebug flag
...
Reviewed-by: dholmes, sspitsyn, amenkov
2019-10-14 11:24:23 -07:00
Aleksey Shipilev
67a89143dd
8232176: Shenandoah: new assert in ShenandoahEvacuationTask is too strong
...
Reviewed-by: rkennke
2019-10-14 11:03:13 +02:00
Robbin Ehn
9de8d240ff
8218543: ThreadsList handling during error reporting can crash
...
Reviewed-by: dcubed, dholmes
2019-10-14 08:59:12 +02:00
Andrew Leonard
0dbfc97c05
8231717: Improve performance of charset decoding when charset is always compactable
...
Reviewed-by: rriggs, redestad, alanb
2019-10-10 10:28:55 +01:00
Erik Österlund
1a0e073932
8232116: ZGC: Remove redundant ZLock in ZNMethodTable
...
Reviewed-by: stefank, pliden
2019-10-11 13:07:21 +00:00
Andrew Dinn
67ebe0d274
8232046: AArch64 build failure after JDK-8225681
...
Reviewed-by: eosterlund
2019-10-10 10:59:13 +01:00
Coleen Phillimore
986f2bbf2c
8231769: Test tools/javac/tree/MakeTypeTest.java fails with -Xcheck:jni
...
Delete local jni handles in create_from_platform_dependent_str() after upcall to Java.
Reviewed-by: dholmes, hseigel
2019-10-11 08:49:42 -04:00
Jie Fu
179aab2fe2
8232151: Minimal VM build broken after JDK-8232050
...
Reviewed-by: dholmes, clanger
2019-10-11 17:49:25 +08:00
Sergey Bylokhov
f3a9ad9290
8229810: [macos] NullPointerException getting bounds of GraphicsConfiguration
...
Reviewed-by: jdv
2019-10-09 17:06:06 -07:00
Xin Liu
1ad5c5bfb7
8165056: move JIT Compiler related files from runtime/ to compiler/ directory
...
Reviewed-by: kvn, coleenp, dholmes
2019-10-09 12:43:32 -07:00
Aleksey Shipilev
d2d6b6378e
8231947: Shenandoah: cleanup ShenandoahHumongousMoves flag treatment
...
Reviewed-by: rkennke
2019-10-10 21:54:54 +02:00
Aleksey Shipilev
57fcedc33d
8232102: Shenandoah: print everything in proper units
...
Reviewed-by: rkennke
2019-10-10 21:54:53 +02:00
Ioi Lam
5a120f0967
8232071: Avoid shared dictionary lookup when the class name is not shared
...
Reviewed-by: jiangli, ccheung
2019-10-10 10:48:31 -07:00
Ioi Lam
dc66194e63
8231986: [SA] Consolidate parts of the Linux and MacOSX versions of ps_core.c
...
Reviewed-by: sspitsyn, cjplummer
2019-10-10 10:47:45 -07:00
Claes Redestad
88d28a2bf9
8232050: Improve inlining of Klass accessors
...
Reviewed-by: lfoltan, tschatzl, coleenp, dholmes, jiangli
2019-10-10 13:26:22 +02:00
Christian Hagedorn
9751b5669a
8231720: Some perf regressions after 8225653
...
Fixed emitting of unused assembly code in 8225653 which had a negative impact on performance in tight loops.
Reviewed-by: kvn, thartmann
2019-10-10 10:27:12 +02:00
Matthias Baesken
7256d38458
8232045: cleanup AIX 5.3 workarounds from libnio/ch/Net.c
...
Reviewed-by: alanb, clanger, chegar
2019-10-09 09:57:33 +02:00
Dean Long
183e2e119d
8231973: Update Graal
...
Reviewed-by: kvn
2019-10-09 21:53:48 -07:00
Joe Darcy
2918f86d2b
8232078: Suppress warnings on non-serializable non-transient instance fields in java.datatransfer
...
Reviewed-by: serb
2019-10-09 19:38:11 -07:00
Joe Darcy
728644f37d
8232076: Suppress warnings on non-serializable non-transient instance fields java.naming
...
Reviewed-by: lancea
2019-10-09 18:23:20 -07:00
Tom Rodriguez
4a41f86a39
8231586: enlarge encoding space for OopMapValue offsets
...
Reviewed-by: dlong
2019-10-09 16:35:44 -07:00
Brad Corso
990ae581ac
8231990: Remove unnecessary else-if branch in Types.union
...
Reviewed-by: mcimadamore
2019-10-09 10:02:54 -07:00
Joe Darcy
3c9b6d8554
8231202: Suppress warnings on non-serializable non-transient instance fields in serializable classes
...
Reviewed-by: rriggs, chegar
2019-10-09 10:17:50 -07:00
Joe Darcy
fbb4093562
8231262: Suppress warnings on non-serializable instance fields in security libs serializable classes
...
Reviewed-by: mullan, chegar
2019-10-09 09:57:41 -07:00
Daniel Fuchs
a690af3832
8231260: (dc) DatagramChannel::disconnect changes the port of the local address to 0 (lnx)
...
DatagramChannel::disconnect will attempt to rebind to the original port if the local port switches back to 0 after the association is disolved by the system.
Reviewed-by: alanb, chegar, fweimer
2019-10-09 17:38:58 +01:00
Erik Österlund
42885307f6
8230565: ZGC: Redesign C2 load barrier to expand on the MachNode level
...
Co-authored-by: Per Liden <per.liden@oracle.com>
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Reviewed-by: pliden, stefank, neliasso
2019-10-09 12:30:06 +00:00
Severin Gehwolf
dcc9cc3fdd
8232003: (fs) Files.write can leak file descriptor in the exception case
...
Be sure to close the leaked OutputStream in all cases
Reviewed-by: alanb, bpb, clanger
2019-10-08 15:30:46 +02:00
Kiran Ravikumar
6fe51396a2
8214560: Use {@systemProperty} for definitions of system properties (httpserver)
...
Reviewed-by: dfuchs, coffeys, chegar
2019-10-09 10:15:58 +00:00
Kiran Ravikumar
4b36fb50ed
8231770: Test java/util/zip/FlaterTest.java fails with -Xcheck:jni
...
Reviewed-by: alanb, coffeys, chegar
2019-10-09 10:14:03 +00:00
Richard Reingruber
a683592254
8230677: Should disable Escape Analysis if JVMTI capability can_get_owned_monitor_info was taken
...
Reviewed-by: sspitsyn, dholmes, kvn
2019-10-08 15:30:39 +02:00
Joe Darcy
8fe60f46d7
8231368: Suppress warnings on non-serializable non-transient instance fields in java.security.jgss
...
Reviewed-by: mullan, coffeys
2019-10-08 15:27:13 -07:00
David Holmes
d113ca0727
8231737: Cleanup JvmtiRawMonitor code
...
Reviewed-by: sspitsyn, pliden, coleenp, dcubed
2019-10-08 17:30:48 -04:00
Kim Barrett
d7fcd0ccac
8231153: Improve concurrent refinement statistics
...
8043505: G1RemSet::_conc_refine_cards is incremented unsynchronized
Added refinement rates and counts, removed _conc_refine_cards
Reviewed-by: tschatzl, sjohanss
2019-10-08 15:15:50 -04:00
Claes Redestad
8edf64d236
8232006: Remove dead code from klassVtable
...
Reviewed-by: coleenp, jiangli, lfoltan
2019-10-08 20:47:46 +02:00
Evgeny Mandrikov
422a77c3b1
8199136: Dead code in src/jdk.jcmd/share/classes/sun/tools/common/ProcessArgumentMatcher.java
...
Reviewed-by: dholmes, dtitov
2019-10-08 11:18:00 -07:00
Coleen Phillimore
2f4bd6db09
8225681: vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine fails due a) MT-unsafe modification of inline cache
...
Allow old methods in CompiledStaticDirectCall::set_to_interpreted
Reviewed-by: sspitsyn, eosterlund
2019-10-08 13:18:40 -04:00
Daniil Titov
0f1f9fe653
8231666: ThreadIdTable::grow() invokes invalid thread transition
...
Reviewed-by: dholmes, rehn
2019-10-08 09:39:10 -07:00
Daniil Titov
7306526835
8170299: Debugger does not stop inside the low memory notifications code
...
Reviewed-by: sspitsyn, dholmes
2019-10-08 09:13:08 -07:00
Patrick Concannon
dcceed10b6
8222829: DatagramSocket.setSoTimeout does not specify IAE when timeout is negative
...
Clarifies behaviour of setSoTimeout() method when given negative timeout value.
Reviewed-by: alanb, chegar, dfuchs
2019-10-08 15:03:20 +01:00
Patrick Concannon
ee87f2a7a4
8230946: Clarify security manager behaviour of a connected DatagramSocket and DatagramChannel
...
Update to API, to clarify that packets are dropped in the receive method of non-connected sockets if they fail the security manager checks
Reviewed-by: alanb, chegar, dfuchs
2019-10-08 14:56:46 +01:00
Brad Corso
3e8d409cee
8230162: ScopeImpl.remove() has O(N) performance
...
Reviewed-by: jlahoda
2019-10-08 15:43:38 +02:00
Claes Redestad
fe8c0edee0
8231993: Remove redundant pkg_str param from is_shared_class_visible_for_classloader
...
Reviewed-by: hseigel, coleenp
2019-10-08 15:48:36 +02:00
Alan Bateman
51e94d8dac
8231921: (se) SelectorImpl.register does not need to set the attachment when it is null
...
Reviewed-by: bpb
2019-10-08 10:58:36 +01:00
Claes Redestad
f8f7cdcbe3
8231355: Remove unused utility methods in libjava
...
Reviewed-by: dholmes, jrose, alanb
2019-10-08 10:24:22 +02:00
Matthias Baesken
d10abea7cf
8231753: use more Posix functionality in aix os::print_os_info
...
Reviewed-by: clanger, dholmes
2019-10-08 09:33:57 +02:00
Anthony Scarpino
0e9916f25b
8228825: Enhance ECDSA operations
...
Reviewed-by: mullan
2019-10-04 13:44:11 -07:00
Sergey Bylokhov
1d4f4016ee
8228676: Cleanup the native code related to fonts on Unix
...
Reviewed-by: jdv
2019-10-03 18:17:54 -07:00
Matthias Baesken
0072545f58
8231751: on aix handle Power 9 in os::get_summary_cpu_info
...
Reviewed-by: clanger, mdoerr
2019-10-02 10:01:18 +02:00
Stuart Marks
ba63c30a94
8231977: Discuss serializability of collections
...
Reviewed-by: darcy, plevart, chegar
2019-10-07 17:13:59 -07:00
Valerie Peng
381e90eb6b
8229243: SunPKCS11-Solaris provider tests failing on Solaris 11.4
...
For CK_GCM_PARAMS, try the spec definition first before falling back to the header file definition
Reviewed-by: xuelei
2019-10-08 00:01:20 +00:00
David Holmes
f3df804e24
8231289: Disentangle JvmtiRawMonitor from ObjectMonitor and clean it up
...
Reviewed-by: sspitsyn, dcubed, coleenp
2019-10-07 18:44:53 -04:00
Jiangli Zhou
874037d252
8231630: Optimize boot loader with no bootclasspath append entry
...
Optimize SystemDictionary::load_instance_class for boot loader. Immediately return NULL if the requested class is either in the unnamed package or unnamed module, or in a module not defined to the boot loader, when there is no bootclasspath append entry.
Reviewed-by: martin, aeubanks, dthomson, redestad, lfoltan, iklam
2019-10-07 11:29:10 -07:00
Aleksey Shipilev
67a0aa7960
8231946: Remove obsolete and unused ShenandoahVerifyObjectEquals flag
...
Reviewed-by: rkennke
2019-10-07 17:12:22 +02:00
Aleksey Shipilev
89c8b7be66
8231932: Shenandoah: conc/par GC threads ergonomics overrides user settings
...
Reviewed-by: rkennke
2019-10-07 17:12:13 +02:00
Claes Redestad
fba19ffbb2
8230043: Lazily load libverify
...
8230140: Remove unused mutex and monitor declarations
Reviewed-by: hseigel, erikj, alanb, dholmes
2019-10-07 16:55:24 +02:00
Chihiro Ito
204ed44122
8225694: Destination option missing in FlightRecorderMXBeanImpl
...
Reviewed-by: egahlin
2019-10-07 16:44:12 +02:00
Coleen Phillimore
638910826a
8229900: RedefineDeleteJmethod.java fails with -Xcheck:jni
...
Remove RedefineClasses adjustment and test, but improve checking for method/class matching.
Reviewed-by: dholmes, sspitsyn
2019-10-07 10:04:01 -04:00
Hannes Wallnöfer
bb09c0c1d8
8220217: Javadoc missing link to member method
...
Reviewed-by: jjg
2019-10-07 15:58:04 +02:00
Christoph Langer
d00fd45b66
8231885: Fix/remove malformed assert in os_windows.cpp
...
Reviewed-by: dcubed, stuefe, kbarrett
2019-10-07 13:32:44 +01:00
Roland Westrelin
703760bbec
8231550: C2: ShouldNotReachHere() in verify_strip_mined_scheduling
...
Reviewed-by: vlivanov, thartmann
2019-10-02 17:32:08 +02:00
Sergey Bylokhov
876251f840
7124404: [macosx] no awt.multiClickInterval desktop property
...
Reviewed-by: dmarkov
2019-10-01 10:28:12 -07:00
Roland Westrelin
a81dcf4dbf
8231620: assert(bol->is_Bool()) crash during split if due to FastLockNode
...
Reviewed-by: vlivanov, thartmann
2019-10-01 10:28:12 +02:00
Claes Redestad
b9204e62a4
8231895: Avoid String allocations in JVM_FindLoadedClass
...
Reviewed-by: jiangli, dholmes, iklam
2019-10-07 12:06:47 +02:00
Per Lidén
0009f8a51f
8231825: ZGC: Remove ZMaxHeapSize and ZMaxHeapSizeShift
...
Reviewed-by: tschatzl, eosterlund
2019-10-07 07:53:38 +02:00
Lance Andersen
515db21790
8231093: Document the ZIP FS properties noCompression and releaseVersion
...
Reviewed-by: clanger, martin, alanb
2019-10-06 13:08:58 -04:00
Lance Andersen
3e47bb2c2e
8223771: FileSystemProvider.newFileSystem(Path, Map) should throw IOException when called with a file that cannot be open
...
Reviewed-by: alanb
2019-10-04 15:51:17 -04:00
Vivek Deshpande
dce5f5dbc8
8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
...
Fix for UseAVX=3 has performance degredation on Skylake (X7) processors
Reviewed-by: kvn
2019-10-04 11:45:16 -07:00
Julia Boes
4dafa3033f
8231161: Wrong return type in code sample in Collector API documentation
...
Correct declaration of container from R to A and add compilation test
Reviewed-by: smarks, lancea
2019-10-03 18:59:56 +01:00
Joe Darcy
68385de385
8231777: Remove extraneous @serial javadoc tag in NodeChangeEvent.java
...
Reviewed-by: alanb, chegar
2019-10-03 08:49:09 -07:00
Claes Redestad
4084a43111
8231707: Improve Mutex inlining
...
Reviewed-by: rehn, dholmes, coleenp
2019-10-03 13:45:08 +02:00
Per Lidén
022c87228b
8231776: ZGC: Fix incorrect address space description
...
Reviewed-by: eosterlund
2019-10-03 10:56:39 +02:00
Per Lidén
fb0197c5db
8231774: ZGC: ZVirtualMemoryManager unmaps incorrect address
...
Reviewed-by: kbarrett, stefank
2019-10-03 10:54:18 +02:00
Sergey Bylokhov
d6e6060b19
8231335: [macos] Delete unused and partly implemented JOGL/Java2D bridge
...
Reviewed-by: jdv
2019-09-30 22:36:03 -07:00
Stefan Karlsson
3b181e51b1
8231563: ZGC: Fails to warn when user sets the max heap size to larger than 16TB
...
Reviewed-by: tschatzl, pliden
2019-09-27 09:01:39 +02:00
Aleksey Shipilev
3d4da79186
8231713: x86_32 build failures after JDK-8226721 (Missing intrinsics for Math.ceil, floor, rint)
...
Reviewed-by: kvn
2019-10-03 07:38:00 +02:00
Calvin Cheung
b08a8c5cc3
8231606: _method_ordering is not set during CDS dynamic dump time
...
Add the missing DynamicDumpSharedSpaces check in sort_methods(); replace the (DumpSharedSpaces || DynamicDumpSharedSpaces) with the Arguments::is_dumping_archive() function call.
Reviewed-by: iklam, coleenp, jiangli
2019-10-02 16:55:08 -07:00
Roger Riggs
72c2079fd0
8231663: Incorrect GPL header in some RMI/SQL package-info.java files
...
Reviewed-by: bpb, iris, lancea
2019-10-02 13:57:03 -04:00
Brian Burkhalter
c1b844a225
8229022: BufferedReader performance can be improved by using StringBuilder
...
Reviewed-by: igerasim, vtewari, dfuchs
2019-10-02 07:50:06 -07:00
Leo Korinth
85a62dcc5c
8231671: Fix copyright headers in hotspot (missing comma after year)
...
Reviewed-by: tschatzl, dholmes
2019-10-02 16:08:02 +02:00
Alan Bateman
38bdacafbc
8231603: (se) Selector implementations do not need to use cancelledKeys
...
Reviewed-by: chegar, bpb
2019-10-02 09:16:18 +01:00
Christian Hagedorn
8200eb4d45
8231626: DeoptimizeRandom should not be a product flag
...
The DeoptimizeRandom flag is changed to develop since it has no effect in production.
Reviewed-by: neliasso, thartmann
2019-10-02 08:27:17 +02:00
Joe Darcy
48f186bb62
8231545: Suppress warnings on non-serializable instance fields in jdk.jshell module
...
Reviewed-by: rfield
2019-10-01 20:07:30 -07:00
Florian Weimer
cb9510da2b
8231600: Avoid GCC 8 strncpy error in jdk.jdwp.agent
...
Reviewed-by: cjplummer, amenkov
2019-09-28 11:04:01 +02:00
Aleksey Shipilev
808a435d79
8231667: Shenandoah: Full GC should take empty regions into slices for compaction
...
Reviewed-by: rkennke
2019-10-01 15:38:27 +02:00
Ralf Schmelter
98a2c05b5d
8191521: handle long relative path specified in -Xbootclasspath/a on windows
...
Reviewed-by: ccheung, clanger
2019-10-01 14:09:44 +02:00
Julia Boes
82747fa960
8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request
...
Preserve BODY in poster output stream before sending CONNECT request
Reviewed-by: dfuchs, vtewari
2019-09-26 12:35:51 +01:00
Jatin Bhateja
d3ca3a02ff
8226721: Missing intrinsics for Math.ceil, floor, rint
...
Reviewed-by: neliasso, vlivanov, ecaspole
2019-10-01 11:43:10 +02:00
Joe Wang
a664c9cf99
8016914: CoreDocumentImpl.setXmlVersion NPE
...
Reviewed-by: lancea
2019-09-30 17:54:11 +00:00
Coleen Phillimore
98f454c9ca
8184732: Deadlock detection improvements for 'special' locks
...
Assert that special ranked locks cannot safepoint and allow_vm_block and remove locks from the exceptional lock list in no_safepoint_verifier.
Reviewed-by: dholmes, eosterlund
2019-09-30 13:10:11 -04:00
Aleksey Shipilev
8a50aa7d21
8231583: Shenandoah: Fix register clash in SBSA::resolve_forwarding_pointer() borrowing
...
Reviewed-by: rkennke
2019-09-30 18:02:24 +02:00
Lutz Schmidt
722b4b4fda
8231403: [ppc]: Align ReservedCodeCacheSize default value with other platforms
...
Reviewed-by: goetz
2019-09-30 17:18:30 +02:00
Roman Kennke
aa251e0762
8231499: Shenandoah: compiler/arraycopy/TestDefaultMethodArrayCloneDeoptC2 fails
...
Reviewed-by: shade, roland
2019-09-30 17:00:16 +02:00
Claes Redestad
56bc7979cb
8231616: Simplify compilation policy hierarchy
...
Reviewed-by: thartmann, neliasso
2019-09-30 14:04:42 +02:00
Alexey Ivanov
c1ac50d803
8231144: Wrap contents of plain HTML files into contentContainer
...
Reviewed-by: prr, serb
2019-09-25 22:45:43 +01:00
Prasanta Sadhukhan
a0c379d9bd
Merge
2019-09-25 14:52:33 +05:30
Prasanta Sadhukhan
f0b476a981
Merge
2019-09-25 13:40:36 +05:30
Vladimir Kempik
67ad501e5b
8229872: (fs) Increase buffer size used with getmntent
...
Dynamically allocate memory for getmntent
Reviewed-by: alanb
2019-09-24 14:54:57 +03:00
Thomas Schatzl
628283fe53
8231553: Deprecate unused G1RSetScanBlockSize command line option
...
Reviewed-by: lkorinth, sjohanss
2019-09-30 10:21:11 +02:00
Christian Hagedorn
08f652aa51
8230062: assert(i == p->size()-1) failed: must be last element of the pack
...
Avoids vectorization of reduction chain in which an intermediate result is used.
Reviewed-by: roland, thartmann
2019-09-30 09:29:10 +02:00
Arno Zeller
03c764c5e3
8231457: Asserts on AIX because os::elapsed_counter() is not monotonic
...
Replace gettimeofday with javaTimeNanos
Reviewed-by: dholmes, stuefe
2019-09-28 17:52:07 -04:00
Chris Plummer
f6a5479a44
8231287: JMap should do a better job of reporting exception it catches
...
Retrhow any caught exception, and always print exceptions before exiting
Reviewed-by: sspitsyn, phh
2019-09-28 12:33:34 -07:00
Ivan Gerasimov
680fceb9ba
8230415: Avoid redundant permission checking in FilePermissionCollection and SocketPermissionCollection
...
Reviewed-by: mullan
2019-09-27 17:50:09 -07:00
Bob Vandette
68937e9b9f
8231431: JAOTC issues with JAR path containing spaces
...
Reviewed-by: kvn
2019-09-27 18:27:42 +00:00
Doug Lea
a9254cbcfa
8231032: ThreadMXBean locking tests fail after JSR 166 refresh
...
Reviewed-by: martin, mchung, dholmes
2019-09-27 12:20:14 -07:00
Joe Darcy
9f4484ff92
8231557: Suppress warnings on non-serializable instance fields in jdk.scripting.nashorn module
...
Reviewed-by: jlaskey
2019-09-27 08:57:25 -07:00
Robbin Ehn
29e4d9fa82
8231321: compiler/codecache/stress/UnexpectedDeoptimizationAllTest.java failed assertion
...
Reviewed-by: thartmann, eosterlund
2019-09-27 15:15:07 +02:00
Jie Fu
dd47d1871a
8231567: minimal build failed after JDK-8226690
...
Reviewed-by: shade, coleenp
2019-09-27 20:06:02 +08:00
Coleen Phillimore
59dcb50e96
8231472: Clean up Monitor::_safepoint_check usage to Mutex::_safepoint_check
...
Change Monitor:: to Mutex:: when allocating a Mutex, and in mutexLocker.
Reviewed-by: rehn, dholmes
2019-09-27 07:56:02 -04:00
Severin Gehwolf
c4f5c4fe9b
8196969: JTreg Failure: serviceability/sa/ClhsdbJstack.java causes NPE
...
Account for serialized null scopes in NMethod
Reviewed-by: aph, never
2019-09-23 20:26:18 +02:00
Thomas Schatzl
5e9b772767
8231956: Remove seq_add_card/reference from PerRegionTable class
...
Reviewed-by: sjohanss, pliden
2019-10-11 11:21:28 +02:00
Per Lidén
e598c94852
8232070: ZGC: Remove unused ZVerifyLoadBarriers
...
Reviewed-by: tschatzl
2019-10-11 10:16:35 +02:00
Matthias Baesken
19a6085f43
8232052: use string literal for format string when handling PauseAtStartupFile
...
Reviewed-by: clanger, stuefe
2019-10-09 14:07:44 +02:00
Matthias Baesken
124bc7bb1e
8232060: add some initializations using sigemptyset in os_aix.cpp
...
Reviewed-by: clanger, stuefe
2019-10-10 08:46:07 +02:00
Dmitry Markov
01ec1f2fec
8230782: Robot.createScreenCapture() fails if “awt.robot.gtk” is set to false
...
Reviewed-by: prr, serb
2019-09-23 17:18:03 +01:00
Roland Westrelin
dfc5c795c7
8229483: Sinking load out of loop may trigger: assert(found_sfpt) failed: no node in loop that's not input to safepoint
...
Reviewed-by: thartmann, neliasso
2019-09-23 16:49:09 +02:00
Joe Darcy
dab1284a36
8231334: Suppress warnings on non-serializable instance fields in client libs serializable classes
...
Reviewed-by: prr
2019-09-24 18:25:54 -07:00
Milan Mimica
464c8b84eb
8228580: DnsClient TCP socket timeout
...
Reviewed-by: vtewari, chegar, prappo
2019-09-24 22:57:28 +01:00
Dean Long
0812854427
8229201: Update Graal
...
Reviewed-by: kvn
2019-09-24 12:47:15 -04:00
Naoto Sato
5fba45641e
8230531: API Doc for CharsetEncoder.maxBytesPerChar() should be clearer about BOMs
...
Reviewed-by: martin, alanb
2019-09-24 08:55:13 -07:00
Michael McMahon
aa5329e0d3
8231187: SelectorProvider.inheritedChannel() returns TCP socket channel for Unix domain socket
...
Reviewed-by: alanb, chegar
2019-09-24 16:19:11 +01:00
Per Lidén
f740058c3d
8231270: ZGC: Remove ZAddressSpace* and ZAddressReserved*
...
Reviewed-by: stefank, eosterlund
2019-09-24 17:08:19 +02:00
Per Lidén
68f811cd61
8231266: ZGC: Minor cleanups in ZCollectedHeap and ZHeap
...
Reviewed-by: stefank, eosterlund
2019-09-24 17:08:18 +02:00
Per Lidén
07144b3299
8231251: ZGC: Fix ZHeap includes
...
Reviewed-by: stefank, eosterlund
2019-09-24 17:08:18 +02:00
Coleen Phillimore
e49e9292d3
8213150: Add verification for locking by VMThread
...
Extend verification for all locking not just VMOperations, and fix CLDG lock to not be taken by VM thread.
Reviewed-by: rehn, dholmes
2019-09-24 10:12:56 -04:00
Julia Boes
d15a57b842
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
...
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: bchristi, lancea
2019-09-24 09:43:43 +01:00
Erik Österlund
13d0bac294
8224820: ZGC: Support discontiguous heap reservations
...
Reviewed-by: pliden, stefank
2019-09-24 10:04:13 +00:00
Hannes Wallnöfer
8743f0b6d1
8231122: @index tag with newline causes tag search to fail
...
Reviewed-by: jjg
2019-09-24 11:49:48 +02:00