Christian Hagedorn
ce70e6c481
8071275: remove AbstractAssembler::update_delayed_values dead code
...
Removed dead code.
Reviewed-by: thartmann, mdoerr
2019-07-25 08:04:33 +02:00
Mikael Vidstedt
74c3432b28
Added tag jdk-14+7 for changeset 28ab01c06755
2019-07-24 17:08:14 -07:00
Mandy Chung
068575e9b1
8173978: Lookup.in should allow teleporting from a lookup class in a named module without dropping all access
...
Reviewed-by: alanb, plevart
2019-07-24 16:46:42 -07:00
Coleen Phillimore
221da20713
8228485: JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
...
Add case for JVM_CONSTANT_Dynamic in error_message function.
Reviewed-by: dholmes, shade
2019-07-24 10:22:11 -04:00
Zhengyu Gu
f2e1bfa38a
8227927: Move ParallelCleaningTask back to G1
...
Reviewed-by: tschatzl, kbarrett
2019-07-24 08:34:06 -04:00
Patrick Concannon
00395fe0d0
8227721: test/jdk/java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java should open the java.net package
...
Reviewed-by: chegar, bpb, alanb
2019-07-24 13:08:36 +01:00
Thomas Schatzl
5e48c76e81
8228388: Add information about dirty/skipped card for Merge HCC in G1 log
...
Collect and print informatio about the number of processed cards during the Merge HCC phase to improve log output.
Reviewed-by: kbarrett, sangheki
2019-07-24 11:49:39 +02:00
Thomas Schatzl
b3c21d9a9b
8227719: G1 Pending cards estimation too conservative in cost prediction
...
Instead of using a coarse prediction for the log buffers, accumulate the actual number directly.
Reviewed-by: kbarrett, sangheki
2019-07-24 11:49:39 +02:00
Thomas Schatzl
550408d240
8226913: Scale cards per chunk used during heap root scanning with region size
...
Scale cards per chunk based on heap size to decrease constant overhead with heap root scanning data structure initialization
Reviewed-by: kbarrett, sangheki
2019-07-24 11:49:39 +02:00
Mandy Chung
203db2596f
8219774: Reexamine the initialization of LangReflectAccess shared secret at AccessibleObject::<clinit>
...
Reviewed-by: alanb
2019-07-23 20:03:03 -07:00
Mikhailo Seledtsov
94c38c4cc1
8227122: [TESTBUG] Create Docker sidecar test cases
...
Created test cases for container sidecar pattern
Reviewed-by: bobv, sgehwolf
2019-07-23 11:36:05 -07:00
Coleen Phillimore
d9c3c6f9bf
8228484: Remove NoAllocVerifier because nothing uses it
...
Reviewed-by: hseigel, kbarrett
2019-07-23 13:56:41 -04:00
Anthony Scarpino
81db7083a7
8228396: Re-enable Stateless Resumption On by default for merge to mainline
...
Reviewed-by: jnimeh
2019-07-18 13:58:34 -07:00
Mikael Vidstedt
f73a94a772
Merge
2019-07-23 11:17:59 -07:00
Jonathan Gibbons
6e90474edf
8228492: Remove pako.md
...
Reviewed-by: mchung
2019-07-22 15:54:25 -07:00
Anthony Scarpino
199f179340
8228399: Remove mistaken open.iml
...
Reviewed-by: xuelei
2019-07-22 10:39:10 -07:00
Naoto Sato
8fc55ee1f5
8228450: unicode.md and icu.md text should be pre-formatted
...
Reviewed-by: rriggs
2019-07-22 08:07:15 -07:00
Matthias Baesken
9bba8fb124
8228426: xlc: switch to clang-style warning disabling
...
Reviewed-by: clanger, mdoerr
2019-07-19 11:09:41 +02:00
Matthias Baesken
2953d87fad
8228468: awt_Robot.c : format string contains 0 within the string body
...
Reviewed-by: serb
2019-07-22 10:15:46 +02:00
David Holmes
3e9d9e5e2e
8225782: Remove expired flags in JDK 14
...
Reviewed-by: hseigel
2019-07-23 00:29:31 -04:00
Thejasvi Voniadka
1f325a0f20
8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string
...
Changes to produce/consume the locale-specific equivalent corresponding to the english string "GMT".
Reviewed-by: naoto, rriggs
2019-07-11 03:28:43 +05:30
Jonathan Gibbons
2cd3eb0d40
8222791: Order of evaluation of -link params in Javadoc tool reversed -> regression with split packages
...
Reviewed-by: hannesw
2019-07-22 16:10:25 -07:00
Zhengyu Gu
3f470a2466
8227866: Shenandoah: Split weak root processing and class unloading in parallel cleaning task
...
Reviewed-by: rkennke
2019-07-13 12:15:17 -04:00
Alex Menkov
97af5fecb2
8227693: HTML error in jdwp-protocol.html
...
Reviewed-by: dcubed, sspitsyn
2019-07-22 10:26:21 -07:00
Ralf Schmelter
678b5df6c7
8227868: jinfo and jstack can fail converting UTF8 output to strings
...
Reviewed-by: sgehwolf, dholmes, cjplummer
2019-07-22 14:40:00 +02:00
Severin Gehwolf
5732fe95a6
8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
...
Move container constant to separate test lib class
Reviewed-by: alanb
2019-07-22 10:48:14 +02:00
Jan Lahoda
03270bb92a
8227923: End position of EndElementTree is -1
...
Fixing end positions for DocTrees EndElementTree, EntityTree and CommentTree.
Reviewed-by: jjg
2019-07-22 12:21:18 +02:00
Jie Fu
8d62f19e8d
8225648: [TESTBUG] java/lang/annotation/loaderLeak/Main.java fails with -Xcomp
...
Reviewed-by: alanb, iklam
2019-07-22 14:31:04 +08:00
Matthias Baesken
e576eaa483
8227869: fix wrong format specifiers in os_aix.cpp
...
Reviewed-by: dholmes, mdoerr, clanger
2019-07-17 15:40:27 +02:00
Matthias Baesken
a573f6a6b5
8227737: avoid implicit-function-declaration on AIX
...
Reviewed-by: clanger, goetz
2019-07-16 16:01:10 +02:00
Kim Barrett
4b3c528140
8162929: Enqueuing dirty cards into a single DCQS during GC does not scale
...
Refactor into G1RedirtyCardsQueue[Set] and G1DirtyCardQueueSet
Reviewed-by: tschatzl, sangheki
2019-07-19 16:47:11 -04:00
Antonios Printezis
c0f6ce7c54
8227179: Test for new gc+metaspace=info output format
...
Reviewed-by: tschatzl, kbarrett
2019-07-19 12:39:31 -04:00
Claes Redestad
1d8c827e12
8228394: Cleanup unused java.net SharedSecrets classes
...
Reviewed-by: alanb, chegar
2019-07-19 15:36:23 +02:00
Vladimir Ivanov
242bd67c6c
8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
...
Reviewed-by: eosterlund, dholmes, mdoerr, dpochepk
2019-07-19 16:25:04 +03:00
Matthias Baesken
e57e8f4db2
8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows
...
Reviewed-by: jjg, stuefe
2019-07-10 11:11:30 +02:00
Daniil Titov
3c6c2d8ca2
8221303: sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java fails due to java.rmi.server.ExportException: Port already in use
...
Reviewed-by: cjplummer, amenkov, sgehwolf
2019-07-18 12:29:57 -07:00
Igor Ignatyev
b97433e763
8226910: make it possible to use jtreg's -match via run-test framework
...
Reviewed-by: dholmes, mseledtsov
2019-07-18 11:47:52 -07:00
Kim Barrett
4d471e7845
8228340: JVMCI deleteGlobalHandle doesn't delete the handle
...
Add missing call to OopStorage::release() when deleting global handles in JVMCI to prevent handles leak.
Reviewed-by: kvn, dlong
2019-07-18 09:15:26 -07:00
Severin Gehwolf
96d9d06cc9
8227397: Add --with-extra-asflags configure option
...
Reviewed-by: phh
2019-07-08 17:44:34 +02:00
Matthias Baesken
9fb552745f
8228420: compile error in shenandoahSupport.cpp with clang 9
...
Reviewed-by: shade
2019-07-19 12:35:33 +02:00
Severin Gehwolf
da0f6da7e8
8227642: [TESTBUG] Make docker tests podman compatible
...
Reviewed-by: mseledtsov, iignatyev
2019-07-12 19:37:25 +02:00
Martin Doerr
d2611c4e2c
8227692: Remove develop feature PrintMallocStatistics
...
Reviewed-by: coleenp, dcubed
2019-07-19 10:18:48 +02:00
Matthias Baesken
781b790f18
8228368: avoid incompatible pointer to integer conversion initializing gint in gtk2_interface
...
Reviewed-by: prr
2019-07-18 14:01:54 +02:00
Matthias Baesken
39b7b5bbf9
8227633: avoid comparing this pointers to NULL
...
Reviewed-by: coleenp, mdoerr
2019-07-16 14:42:36 +02:00
Joe Wang
a91f9c4c7e
8157830: Errors in XSLT stylesheet are not dispatched correctly to ErrorListener
...
Reviewed-by: lancea
2019-07-19 02:40:59 +00:00
Brian Burkhalter
ba9c952f87
8228392: Backout incorrect change done by JDK-8067801
...
Reviewed-by: lancea
2019-07-18 17:10:33 -07:00
Kim Barrett
e396e38bb3
8227653: Add VM Global OopStorage
...
Replaced conditional JVMCI global storage with VM global storage.
Reviewed-by: tschatzl, lfoltan, kvn
2019-07-18 14:57:32 -04:00
Zhengyu Gu
1a115f9763
8227755: Need more than 2 distinct CodeCache unloading cycles
...
Reviewed-by: eosterlund, rkennke
2019-07-17 08:33:38 -04:00
Kim Barrett
7b176df9c9
8227652: SetupOperatorNewDeleteCheck should discuss deleting destructors
...
Add comment describing deleting destructors
Reviewed-by: dholmes
2019-07-18 11:54:54 -04:00
Brian Burkhalter
9b23ca4eb4
8228338: tools/pack200/TimeStamp.java fails with NullPointerException
...
Reviewed-by: lancea
2019-07-18 07:54:21 -07:00