Erik Österlund
a577b1a972
8227277: HeapInspection::find_instances_at_safepoint walks dead objects
...
Reviewed-by: dholmes, kbarrett, tschatzl, coleenp
2019-07-09 16:39:37 +02:00
Naoto Sato
0f1ad36584
8227127: Era designator not displayed correctly using the COMPAT provider
...
Reviewed-by: rriggs
2019-07-09 08:05:38 -07:00
Daniel D. Daugherty
6ee36b98ac
Merge
2019-07-08 12:16:13 -04:00
Daniel D. Daugherty
37b39bc642
8227117: normal interpreter table is not restored after single stepping with TLH
...
Reviewed-by: sspitsyn, eosterlund, dholmes, coleenp
2019-07-08 11:38:49 -04:00
Jamsheed Mohammed C M
7fbf691c01
8221577: [Graal] Implement basic type consistency checks for Low level MH intrinsics
...
Reviewed-by: kvn
2019-07-08 04:01:54 -07:00
Tom Rodriguez
291dfa4da5
8221514: [Graal] java/lang/String/CompactString/ tests fail with "GraalError: failed guarantee: no FrameState at DeoptimizingNode" in Graal -Xcomp mode
...
Put FrameState directly on final StateSplit in intrinsics.
Reviewed-by: thartmann, kvn, dnsimon, gdub
2019-07-07 18:27:38 -07:00
Yudi Zheng
173e014b80
8224254: compiler/graalunit/HotspotJdk9Test.java is timing out intermittently
...
Reviewed-by: kvn, thartmann
2019-07-07 18:17:46 -07:00
Vladimir Kozlov
4124d403c0
8225064: [Graal] Application SEGV in G1ParScanThreadState::copy_to_survivor_space(G1HeapRegionAttr, oopDesc*, markOopDesc*)+0x48
...
Switch off ReduceInitialCardMarks optimization in Graal in JDK 13 (full fix is in JDK 14)
Reviewed-by: thartmann, never
2019-07-07 18:10:18 -07:00
Alexey Ushakov
a4905bae9b
8226654: Some swing gtk regression tests fail with "java.lang.InternalError: Unable to load native GTK librarie
...
Reviewed-by: prr, psadhukhan
2019-07-07 10:52:30 -07:00
Weijun Wang
17bc4c4bcf
8227305: Krb5Util::getTicketFromSubjectAndTgs is useless
...
Reviewed-by: xuelei
2019-07-06 08:11:19 +08:00
Jamsheed Mohammed C M
259a0b4a7b
8226627: assert(t->singleton()) failed: must be a constant
...
Implemented constant folding for MaxFD, MinFD.
Reviewed-by: thartmann, bsrbnd, pli
2019-07-05 00:24:54 -07:00
Stefan Karlsson
02a31bf561
8227175: ZGC: ZHeapIterator visits potentially dead objects
...
Reviewed-by: zgu, eosterlund
2019-06-10 13:04:12 +02:00
Stefan Karlsson
24f58a0ac0
8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap
...
Reviewed-by: neliasso, eosterlund
2019-07-02 12:24:26 +02:00
Stefan Karlsson
1e9f16c448
8225770: ZGC: C2: Generates on_weak instead of on_strong barriers
...
Reviewed-by: neliasso, eosterlund
2019-07-02 12:10:18 +02:00
David Holmes
67906954ea
8227055: Minor edits to launcher help text
...
Reviewed-by: mchung
2019-07-03 23:34:20 +00:00
Weijun Wang
77a6a6e1ae
8226963: More clarification on possible sequencing error in GSSContext::unwrap
...
Reviewed-by: mullan
2019-07-04 07:25:47 +08:00
Doug Simon
509442b2a4
8226566: [JVMCI] java.* classes are no longer necessarily resolved by the boot class loader
...
Reviewed-by: kvn, dlong
2019-07-03 11:07:48 -07:00
Aleksey Shipilev
63d9446117
8224881: Shenandoah: trashing "Collection Set, Pinned" region during Degenerated GC
...
Reviewed-by: rkennke, zgu
2019-06-13 19:37:49 +02:00
Markus Grönlund
f5a2730b48
8214542: JFR: Old Object Sample event slow on a deep heap in debug builds
...
Reviewed-by: egahlin, rwestberg
2019-07-03 11:34:46 +02:00
Weijun Wang
d678ba83dd
8226719: Kerberos login to Windows 2000 failed with "Inappropriate type of checksum in message"
...
Reviewed-by: xuelei
2019-07-03 11:43:01 +08:00
Kim Barrett
ae6dee44ed
8226366: Excessive ServiceThread wakeups for OopStorage cleanup
...
Drive wakes via safepoint cleanups with interval minimums.
Reviewed-by: coleenp, tschatzl
2019-07-02 18:24:47 -04:00
Alex Menkov
e1b1da5cee
8225679: reference to http://java.sun.com/products/JavaManagement/download.html
...
Reviewed-by: sspitsyn
2019-07-02 12:36:31 -07:00
Markus Grönlund
ebde73209f
8227011: Starting a JFR recording in response to JVMTI VMInit and / or Java agent premain corrupts memory
...
Reviewed-by: egahlin, rwestberg
2019-07-02 17:46:38 +02:00
Markus Grönlund
6e16ff4cea
8225706: JFR RootResolver resets CLD claims with no restore
...
Reviewed-by: zgu, egahlin
2019-07-02 14:31:43 +02:00
Erik Österlund
a8842c9f59
8225642: ZGC: Crash due to bad oops being spilled to stack in load barriers
...
Co-authored-by: Stuart Monteith <stuart.monteith@linaro.org>
Reviewed-by: neliasso, pliden
2019-07-02 11:33:05 +02:00
Erik Österlund
ec5bfaba53
8219687: G1 asserts nmethod should not be unloaded during parallel code cache unloading
...
Reviewed-by: tschatzl, kvn
2019-07-02 11:33:01 +02:00
Jan Lahoda
1dd6e7a3eb
8226522: No compilation error reported when yield is used in incorrect context
...
Reviewed-by: mcimadamore
2019-07-02 09:14:51 +02:00
Ralf Schmelter
be0c2eedb5
8224673: Adjust permission for delayed starting of debugging
...
Changed permission from monitor to control
Reviewed-by: sspitsyn, clanger
2019-05-24 04:18:18 -07:00
Patric Hedlin
ca29203cac
8225475: Node budget asserts on x86_32/64
...
Make the (ad-hoc) loop cloning size estimate more pessimistic.
Reviewed-by: shade
2019-06-25 11:43:36 +02:00
Serguei Spitsyn
fdfeffc99b
8226603: accessibility issues in specs/jvmti.html
...
Fix accessability issues in the JVMTI spec
Reviewed-by: dholmes, amenkov
2019-07-01 11:40:34 -07:00
Nils Eliasson
ccbc87cc31
8226287: Make process_users_of_allocation handle gc barriers
...
Reviewed-by: kvn, roland
2019-07-01 10:49:58 +02:00
Igor Veresov
a7511da8af
8226778: [JVMCI] Handle unpacking properly in Deoptimiziation::get_cached_box()
...
Properly decode StackValue on big-endian machines
Reviewed-by: kvn
2019-06-28 21:41:04 -07:00
Doug Simon
9d6c7764b6
8226533: JVMCI: findUniqueConcreteMethod should handle statically bindable methods directly
...
Reviewed-by: kvn, dlong
2019-06-28 16:50:14 -04:00
Valerie Peng
1e0c8e5b26
8226651: Setting the mgfHash in CK_RSA_PKCS_PSS_PARAMS has no effect
...
Fixed to get the MGF digest algorithm from MGF1ParameterSpec
Reviewed-by: xuelei
2019-06-28 19:36:32 +00:00
Naoto Sato
bb9049d3c1
8226876: Assertion in sun/util/locale/provider/CalendarDataUtility on Windows after JDK-8218960
...
Reviewed-by: clanger
2019-06-28 08:48:17 -07:00
Jan Lahoda
e81d3fa8c3
8226510: No compilation error when switch expression has no result expressions
...
Ensure a compile-time error is produced when there are no result expressions in an switch expression.
Reviewed-by: vromero
2019-06-27 10:39:27 +02:00
Phil Race
f9c491c478
8226783: GTK is not being returned as the System L&F on Gnome
...
Reviewed-by: serb, psadhukhan
2019-06-27 12:55:55 -07:00
Ralf Schmelter
334e93b09e
8226608: Hide the onjcmd option from the help output
...
Reviewed-by: sspitsyn, clanger
2019-06-27 00:51:04 -07:00
Robbin Ehn
8b067a95ed
8225702: Safepoint counter can't be used for safepoint detection
...
Reviewed-by: dcubed, dholmes
2019-06-26 18:22:28 +02:00
Stuart Monteith
d704504260
8226515: AArch64: float point register corruption in ZBarrierSetAssembler::load_at
...
Reviewed-by: aph
2019-06-25 10:50:59 +01:00
Valerie Peng
f35f2cdc3f
8226607: Inconsistent info between pcsclite.md and MUSCLE headers
...
Updated the info based on MUSCLE v1.8.24
Reviewed-by: ascarpino
2019-06-26 01:15:51 +00:00
Vicente Romero
b2e7d0367e
8226709: MethodTypeDesc::resolveConstantDesc needs access check per the specification
...
Reviewed-by: mchung, mcimadamore
2019-06-25 18:21:21 -04:00
Calvin Cheung
5c5126f5ee
8226462: [TESTBUG] runtime/appcds/sharedStrings/SysDictCrash.java failed with Cannot dump shared archive
...
Add a CDS log statement in arguments.cpp. The test catches RuntimeException duing dumping and checks if the log statement is in the stdout.
Reviewed-by: iklam, dholmes
2019-06-25 09:41:03 -07:00
Patrick Concannon
5629241827
8226730: Missing @
in code tags
...
Reviewed-by: bpb
2019-06-25 16:34:08 +01:00
Daniel D. Daugherty
d6be015b16
8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes
...
Reviewed-by: dholmes, rehn, dlong
2019-06-24 22:38:17 -04:00
Dean Long
01c739c34a
8225369: [AOT] vm/classfmt/cpl/cplres001/cplres00101m004/cplres00101m004.html fails
...
Reviewed-by: kvn, never
2019-06-24 18:51:54 -04:00
Sean Mullan
6ad9eba4cd
8180005: Provide specific links in KeyManagerFactory and TrustManagerFactory to the Standard Algorithm Names Specification
...
Reviewed-by: ascarpino
2019-06-24 10:11:17 -04:00
Sergey Bylokhov
035e07b212
8225146: Accessibility issues in javax/swing/plaf/nimbus/doc-files/properties.html
...
Reviewed-by: aivanov
2019-06-21 16:20:01 -07:00
Jonathan Gibbons
177f031d00
8226593: Fix HTML in com/sun/jdi/doc-files/signature.html
...
Reviewed-by: sspitsyn, lancea
2019-06-21 12:09:07 -07:00
Jonathan Gibbons
03051ed79d
8226592: Fix HTML in table for jdk.zipfs module-info
...
Reviewed-by: bpb, lancea
2019-06-21 11:41:29 -07:00