Markus Grönlund
096bacb9ea
8233197: Invert JvmtiExport::post_vm_initialized() and Jfr:on_vm_start() start-up order for correct option parsing
...
Reviewed-by: sspitsyn, egahlin
2019-11-25 18:38:01 +01:00
Erik Österlund
1b3fd96d2a
8234531: Remove CMS code from CLDG and safepoint cleanup
...
Reviewed-by: coleenp, zgu
2019-11-25 15:21:44 +00:00
Stefan Karlsson
b468726bdc
8234602: ZGC: Windows compile error in ZHeuristic
...
Reviewed-by: pliden, eosterlund
2019-11-25 15:00:32 +01:00
Stefan Karlsson
e36fa7783f
8234009: ZGC: Move resurrection unblock to before the _unload.purge() call
...
Reviewed-by: pliden, eosterlund
2019-11-25 14:57:03 +01:00
Stefan Karlsson
265e2f13aa
8234010: ZGC: Change ZResurrection to use Atomic::load/store
...
Reviewed-by: pliden, eosterlund
2019-11-25 14:56:15 +01:00
Stefan Karlsson
0ad50c2b5c
8234740: Harmonize parameter order in Atomic - cmpxchg
...
Reviewed-by: rehn, dholmes
2019-11-25 12:33:15 +01:00
Stefan Karlsson
3d426623bf
8234739: Harmonize parameter order in Atomic - xchg
...
Reviewed-by: rehn, dholmes
2019-11-25 12:32:40 +01:00
Stefan Karlsson
213af1161a
8234738: Harmonize parameter order in Atomic - sub
...
Reviewed-by: rehn, dholmes
2019-11-25 12:32:07 +01:00
Stefan Karlsson
d45ec50076
8234737: Harmonize parameter order in Atomic - add
...
Reviewed-by: rehn, dholmes
2019-11-25 12:31:39 +01:00
Stefan Karlsson
8db2c1158e
8234736: Harmonize parameter order in Atomic - store
...
Reviewed-by: rehn, dholmes
2019-11-25 12:30:24 +01:00
Stefan Karlsson
e527ce4b57
8234562: Move OrderAccess::release_store*/load_acquire to Atomic
...
Reviewed-by: rehn, dholmes
2019-11-25 12:22:13 +01:00
Erik Gahlin
e06c17ce33
8234703: JFR TestOutOfProcessMigration.java should clean up files
...
Reviewed-by: mgronlun
2019-11-25 14:06:13 +01:00
Per Lidén
1d2c12c5a6
8234573: ZGC: Enable ZVerifyMarking by default in debug builds
...
Reviewed-by: stefank, tschatzl
2019-11-25 12:34:43 +01:00
Markus Grönlund
cebc2be1cb
8234433: TestUnloadEventClassCount fails with "assert(SafepointSynchronize::is_at_safepoint()) failed: invariant"
...
Reviewed-by: pliden
2019-11-25 11:08:30 +01:00
Matthias Baesken
6eedae02a7
8234629: remove unused functions from libnet
...
Reviewed-by: alanb, vtewari
2019-11-22 10:29:12 +01:00
Erik Österlund
f4fced0e24
8234509: Race in macOS os::processor_id()
...
Reviewed-by: dholmes, pliden, rehn
2019-11-25 09:10:41 +00:00
Leo Korinth
48615b4ca9
8233029: Obsolete flag GCTaskTimeStampEntries
...
Reviewed-by: kbarrett, tschatzl
2019-11-25 08:11:24 +01:00
Weijun Wang
7853270bc7
8231507: Update Apache Santuario (XML Signature) to version 2.1.4
...
Co-authored-by: Fedor Burdun <fedor.burdun@azulsystems.com>
Reviewed-by: weijun
2019-10-10 17:36:38 +03:00
Erik Gahlin
0cdb4d19f3
8226897: Provide object age with JFR OldObjectSample event
...
Reviewed-by: mgronlun, mseledtsov
2019-11-24 01:03:33 +01:00
Dean Long
edf902a3c9
8234432: AOT tests failing with 'used 'epsilon gc' is different from current 'g1 gc'' after CMS removal
...
Reviewed-by: kvn
2019-11-22 19:23:30 -08:00
Ioi Lam
4edbdd1cb3
8234622: [TESTBUG] ArchivedModuleCompareTest.java fails with -vmoptions:-Xlog:cds
...
Reviewed-by: mseledtsov
2019-11-22 15:32:00 -08:00
Ioi Lam
2429c8a484
8233446: Improve error handling when specified dynamic archive doesn't exist
...
Reviewed-by: lfoltan, ccheung
2019-11-22 15:31:52 -08:00
Ioi Lam
af586a9cf2
8234429: appcds/dynamicArchive tests crashing with Graal
...
Reviewed-by: ccheung
2019-11-22 14:48:40 -08:00
Man Cao
5f2ac35cd0
8087198: G1 card refinement: batching, sorting
...
Reviewed-by: tschatzl, kbarrett
2019-11-22 17:03:55 -08:00
Jonathan Gibbons
6025207be8
8234687: change javap reporting on unknown attributes
...
Reviewed-by: mchung
2019-11-22 16:26:35 -08:00
Mikhailo Seledtsov
60ae5d4262
8229209: [TESTBUG] test for cross-process JFR event streaming
...
New test for cross-process JFR event streaming
Reviewed-by: iignatyev, egahlin
2019-11-22 13:44:06 -08:00
Mandy Chung
34c43f791e
8233956: MethodHandles.dropArguments javadoc lists parameters in wrong order
...
Reviewed-by: jjg
2019-11-22 11:34:22 -08:00
Jaikiran Pai
0435ec1aaa
8232170: FSInfo#getJarClassPath throws an exception not declared in its throws clause
...
Reviewed-by: jjg
2019-11-22 10:38:35 -08:00
Daniel Fuchs
ba7b8e9558
8231516: network QuickAckTest.java failed due to "SocketException: maximum number of DatagramSockets reached"
...
Fix the test to run in /othervm mode
Reviewed-by: chegar
2019-11-22 17:53:09 +00:00
Brian Burkhalter
adf0d4eae8
8164993: (ch) ReadableByteChannel should note a possible IllegalArgumentException
...
Reviewed-by: alanb, darcy
2019-11-22 09:00:16 -08:00
Erik Gahlin
8a5e087ed8
8233700: EventStream not closed
...
Reviewed-by: mgronlun, mseledtsov
2019-11-22 17:20:43 +01:00
Daniel D. Daugherty
008bdefad4
8234544: ObjectSynchronizer::FastHashCode() cleanups from Async Monitor Deflation project
...
Reviewed-by: dholmes
2019-11-22 09:06:35 -05:00
Daniel Fuchs
8333ea85fa
8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP
...
MulticastSocket.getOption(StandardSocketOption.IP_MULTICAST_LOOP) now returns true if loopback mode is enabled, and MulticastSocket.setOption(StandardSocketOption.IP_MULTICAST_LOOP, true) enables loopback mode. No other behavioral changes.
Reviewed-by: alanb, chegar
2019-11-22 11:52:48 +00:00
Serguei Spitsyn
0a1737ca97
8169467: GetLocalInstance returns JVMTI_ERROR_TYPE_MISMATCH (rather than JVMTI_ERROR_INVALID_SLOT) on static method
...
Add necessary check to GetLocalInstance implementation
Reviewed-by: amenkov, cjplummer
2019-11-22 10:07:21 +00:00
Thomas Schatzl
7d160282f2
8233597: Clean up code in G1Analytics::compute_pause_time_ratio
...
Reviewed-by: kbarrett, sjohanss
2019-11-22 10:03:38 +01:00
Thomas Schatzl
9915f88688
8233702: Introduce helper function to clamp value to range
...
Reviewed-by: sjohanss, kbarrett
2019-11-22 10:03:38 +01:00
Thomas Schatzl
79cfb94d36
8234000: Make HeapRegion::bottom/end/hrm_index const
...
Reviewed-by: kbarrett, sjohanss
2019-11-22 10:03:38 +01:00
Thomas Schatzl
3e492436fd
8233997: Some members of HeapRegion are not cleared in HeapRegion::hr_clear()
...
Reviewed-by: sjohanss, sangheki
2019-11-22 10:03:38 +01:00
Thomas Schatzl
d29dcafa50
8233306: Sort members in G1's HeapRegion after removal of Space dependency
...
Reviewed-by: sangheki, sjohanss
2019-11-22 10:03:38 +01:00
Matthias Baesken
70c5d41f28
8234339: replace JLI_StrTok in java_md_solinux.c
...
Reviewed-by: clanger, rriggs
2019-11-18 16:49:39 +01:00
Christoph Langer
b240008ba2
8234089: (zipfs) Remove classes JarFileSystemProvider and JarFileSystem
...
Reviewed-by: lancea, alanb
2019-11-22 09:25:09 +01:00
David Buck
3600213f1d
8230611: infinite loop in LogOutputList::wait_until_no_readers()
...
Add copy constructor and copy assignment operator to ensure reader count remains accurate
Reviewed-by: kbarrett, dholmes
2019-11-21 23:32:11 -05:00
Xue-Lei Andrew Fan
5161ab9493
8233954: UnsatisfiedLinkError or NoSuchAlgorithmException after removing sunec.dll
...
Reviewed-by: ascarpino
2019-11-21 18:42:33 -08:00
Weijun Wang
8c6eb44946
8026393: jarsigner never shows a warning in badKeyUsage case
...
Reviewed-by: mullan
2019-11-22 09:33:03 +08:00
Joe Wang
f83b2b3c5c
8233548: Update CUP to v0.11b
...
Reviewed-by: lancea
2019-11-22 00:29:48 +00:00
Igor Ignatyev
4e0ac78eed
8234290: compiler/c2/Test6857159.java times out and fail to clean up files
...
Reviewed-by: thartmann
2019-11-21 14:15:31 -08:00
Jonathan Gibbons
27807bc768
8234051: doclet crashes if HTML files in module doc-files directories
...
Reviewed-by: hannesw
2019-11-21 13:41:24 -08:00
Harold Seigel
1c5322b998
8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
...
Don't run test on Windows because ASLR can cause unexpected memory addresses
Reviewed-by: coleenp
2019-11-21 18:54:21 +00:00
Anton Litvinov
09cc9f2b18
8068184: Fix for JDK-8032832 caused a deadlock
...
Reviewed-by: dfuchs, chegar
2019-11-21 17:04:27 +00:00
Patrick Concannon
6a7f775347
8234083: DatagramSocket should report SO_BROADCAST as a supported option
...
DatagramSocket had a setBroadcast and getBroadcast setter/getter pair but curiously didn't report SO_BROADCAST as a supported option. Note: the source code changes were accidentally pushed with 8234103 so this changeset only has the test changes. The reviewers listed below had already reviewed the full (source+test) changes.
Reviewed-by: alanb, vtewari, chegar
2019-11-21 16:33:00 +00:00