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
Aleksey Shipilev
f412bfc34e
8231931: [TESTBUG] serviceability/sa/TestUniverse.java looks for wrong string with Shenandoah
...
Reviewed-by: rkennke
2019-10-08 15:08:59 +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
Dean Long
b1bffdfa00
8231902: Build of jdk.internal.vm.compiler.management/module-info.java.extra failed
...
Reviewed-by: kvn, ihse, erikj
2019-10-07 13:56:11 -07: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
Aleksey Shipilev
c1474ca64b
8231930: Windows build fails after JDK-8191521
...
Reviewed-by: dholmes, clanger
2019-10-07 15:00:24 +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
Eric Caspole
4325a8443b
8215521: add microbenchmark to measure AccessController.getContext
...
Reviewed-by: redestad, alanb
2019-10-04 12:00:16 -04:00
Fairoz Matte
80d6ffee5f
8216352: SA: ClhsdbLauncher should throw errors on Unrecognized commands
...
Reviewed-by: cjplummer, sspitsyn
2019-10-04 07:54:57 +01: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
Leonid Mesnik
f1a1fadb63
Merge
2019-10-03 08:51:40 -07:00
Leonid Mesnik
2cb764b24b
8231768: Remove duplicate if/else in vmTestbase/nsk/share/jdi/Binder.java
...
Reviewed-by: sspitsyn, phh, cjplummer
2019-10-03 08:50:10 -07: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