Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2423 commits
Select commit Hold shift + click to select a range
53a4342
8278137: JFR: PrettyWriter uses incorrect year specifier
shipilev Dec 3, 2021
0e7b6bc
8278141: LIR_OpLoadKlass::_info shadows the field of the same name fr…
shipilev Dec 3, 2021
0d938ce
8278172: java/nio/channels/FileChannel/BlockDeviceSize.java should on…
Dec 3, 2021
0a09092
8268288: jdk/jfr/api/consumer/streaming/TestOutOfProcessMigration.jav…
calvinccheung Dec 3, 2021
fbf096e
8251400: Fix incorrect addition of library to test in JDK-8237858
magicus Dec 3, 2021
2e30fa9
8278171: [vectorapi] Mask incorrectly computed for zero extending cast
merykitty Dec 3, 2021
660f21a
8278119: ProblemList few headful test failing in macosx12-aarch64 system
prsadhuk Dec 3, 2021
01cb2b9
8277529: SIGSEGV in C2 CompilerThread Node::rematerialize() compiling…
chhagedorn Dec 3, 2021
678ac58
8278240: ProblemList containers/docker/TestJcmd.java on linux-aarch64
Dec 3, 2021
780b8b1
8278179: Enable all doclint warnings for build of java.naming
jddarcy Dec 3, 2021
38f525e
8275821: Optimize random number generators developed in JDK-8248862 u…
vamsi-parasa Dec 3, 2021
a729a70
8225181: KeyStore should have a getAttributes method
wangweij Dec 3, 2021
e1cde19
8278247: KeyStoreSpi::engineGetAttributes does not throws KeyStoreExc…
wangweij Dec 3, 2021
2b87c2b
8277793: Support vector F2I and D2L cast operations for X86
Dec 3, 2021
24e16ac
8277617: Adjust AVX3Threshold for copy/fill stubs
Dec 3, 2021
02ee337
8278175: Enable all doclint warnings for build of java.desktop
jddarcy Dec 4, 2021
9642629
8276779: (ch) InputStream returned by Channels.newInputStream should …
mkarg Dec 4, 2021
267c024
8265150: AsyncGetCallTrace crashes on ResourceMark
coleenp Dec 4, 2021
839b606
8278143: Remove unused "argc" from ConstantPool::copy_bootstrap_argum…
shipilev Dec 5, 2021
104aa1f
8268575: Annotations not visible on model elements before they are ge…
Dec 6, 2021
f180a45
8278016: Add compiler tests to tier{2,3}
shipilev Dec 6, 2021
f39fe5b
8154011: Make TraceDeoptimization a diagnostic flag
Dec 6, 2021
194cdf4
8277864: Compilation error thrown while doing a boxing conversion on …
lahodaj Dec 6, 2021
8d190dd
8277496: Remove duplication in c1 Block successor lists
LudwikJaniuk Dec 6, 2021
d14f06a
8278031: MultiThreadedRefCounter should not use relaxed atomic decrement
Dec 6, 2021
286a26c
8278277: G1: Simplify implementation of G1GCPhaseTimes::record_or_add…
Dec 6, 2021
6994d80
8278291: compiler/uncommontrap/TraceDeoptimizationNoRealloc.java fail…
DamonFool Dec 6, 2021
a885aab
8276125: RunThese24H.java SIGSEGV in JfrThreadGroup::thread_group_id
Dec 6, 2021
7c6f57f
8275610: C2: Object field load floats above its null check resulting …
chhagedorn Dec 6, 2021
adf3952
8277372: Add getters for BOT and card table members
Dec 6, 2021
ab78187
8277105: Inconsistent handling of missing permitted subclasses
lahodaj Dec 6, 2021
082fdf4
8172065: javax/swing/JTree/4908142/bug4908142.java The selected index…
prsadhuk Dec 6, 2021
587e540
8210558: serviceability/sa/TestJhsdbJstackLock.java fails to find '^\…
plummercj Dec 6, 2021
5045eb5
8278273: Remove unnecessary exclusion of doclint accessibility checks
jddarcy Dec 6, 2021
70bad89
8277497: Last column cell in the JTAble row is read as empty cell
savoptik Dec 6, 2021
2c31a17
8275082: Update XML Security for Java to 2.3.0
wangweij Dec 6, 2021
239362d
8247973: Javadoc incorrect for IdentityArrayList, IdentityLinkedList
anupamdev20 Dec 6, 2021
ea8d3c9
8271566: DSA signature length value is not accurate in P11Signature
martinuy Dec 6, 2021
2ff1296
8277957: Add test group for IPv6 exclusive testing
Dec 6, 2021
f148e3e
8278318: Create {@index} entries for key LangTools terms
jonathan-gibbons Dec 7, 2021
10db0e4
8277932: Subject:callAs() not throwing NPE when action is null
wangweij Dec 7, 2021
f22d157
8277353: java/security/MessageDigest/ThreadSafetyTest.java test times…
Dec 7, 2021
e535cb3
8272395: Bad HTML in JVMTI man page
Dec 7, 2021
24877ac
8278270: ServerSocket is not thread safe
Dec 7, 2021
07669e3
8275375: [REDO] JDK-8271949 dumppath in -XX:FlightRecorderOptions doe…
YaSuenag Dec 7, 2021
b2638e5
8244602: Add JTREG_REPEAT_COUNT to repeat execution of a test
shipilev Dec 7, 2021
44fcee3
8278289: Drop G1BlockOffsetTablePart::_object_can_span
albertnetymk Dec 7, 2021
3536127
8277383: VM.metaspace optionally show chunk freelist details
tstuefe Dec 7, 2021
56ca66e
8277863: Deprecate sun.misc.Unsafe methods that return offsets
Dec 7, 2021
69d8669
8278339: ServerSocket::isClosed may return false after accept throws
Dec 7, 2021
5b81d5e
8276901: Implement UseHeavyMonitors consistently
rkennke Dec 7, 2021
bb50b92
8277536: Use String.blank in jdk.javadoc where applicable
turbanoff Dec 7, 2021
c609b5d
8277628: Spec for InetAddressResolverProvider::get() throwing error o…
AlekseiEfimov Dec 7, 2021
bd7c54a
8278341: Liveness check for global scope is not as fast as it could be
mcimadamore Dec 7, 2021
543d1a8
8275721: Name of UTC timezone in a locale changes depending on previo…
naotoj Dec 7, 2021
7ea4b19
8278166: java/nio/channels/Channels/TransferTo.java timed out
Dec 7, 2021
7217cb7
8274883: (se) Selector.open throws IAE when the default file system p…
mkartashev Dec 7, 2021
5a036ac
8277990: NMT: Remove NMT shutdown capability
zhengyu123 Dec 7, 2021
3955b03
8277328: jdk/jshell/CommandCompletionTest.java failures on Windows
lahodaj Dec 7, 2021
d7c283a
8275233: Incorrect line number reported in exception stack trace thro…
cushon Dec 7, 2021
061017a
8273175: Add @since tags to the DocTree.Kind enum constants
pavelrappo Dec 7, 2021
a8a1fbc
8278068: Fix next-line modifier (snippet markup)
pavelrappo Dec 7, 2021
716c2e1
8278368: ProblemList tools/jpackage/share/MultiNameTwoPhaseTest.java …
Dec 7, 2021
3d61372
8278363: Create extented container test groups
Dec 7, 2021
3c2951f
8275771: JDK source code contains redundant boolean operations in jdk…
Dec 7, 2021
ec7cb6d
8276447: Deprecate finalization-related methods for removal
Dec 8, 2021
d7ad546
8276422: Add command-line option to disable finalization
Dec 8, 2021
fb6d611
8278276: G1: Refine naming of G1GCParPhaseTimesTracker::_must_record
Dec 8, 2021
e7db581
8277168: AArch64: Enable arraycopy partial inlining with SVE
Dec 8, 2021
5266e7d
8278379: Zero VM is broken due to UseRTMForStackLocks was not declare…
DamonFool Dec 8, 2021
30f0c64
8277992: Add fast jdk_svc subtests to jdk:tier3
shipilev Dec 8, 2021
b334d96
8276964: Better indicate a snippet that could not be processed
hns Dec 8, 2021
5dcdee4
8262341: Refine identical code in AddI/LNode.
rwestrel Dec 8, 2021
10e0318
8278158: jwebserver should set request timeout
Dec 8, 2021
54993b1
8278309: [windows] use of uninitialized OSThread::_state
tstuefe Dec 8, 2021
e5cb84e
8278336: Use int64_t to represent byte quantities consistently in Jfr…
Dec 8, 2021
fd8cb2d
8278346: java/nio/file/Files/probeContentType/Basic.java fails on Lin…
MBaesken Dec 8, 2021
37921e3
8269258: java/net/httpclient/ManyRequestsLegacy.java failed with conn…
dfuch Dec 8, 2021
e4852c6
8277998: runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraint…
calvinccheung Dec 8, 2021
40d726b
8278310: Improve logging in CDS DynamicLoaderConstraintsTest.java
calvinccheung Dec 8, 2021
79165b7
8278324: Update the --generate-cds-archive jlink plugin usage message
calvinccheung Dec 8, 2021
3e93e0b
8276769: -Xshare:auto should tolerate problems in the CDS archive
yminqi Dec 8, 2021
8af3b27
8277850: C2: optimize mask checks in counted loops
rwestrel Dec 8, 2021
2478158
8277361: java/nio/channels/Channels/ReadXBytes.java fails with OOM error
Dec 8, 2021
9b74749
8276660: Scalability bottleneck in java.security.Provider.getService()
slumericanB Dec 8, 2021
8345453
8272392: Lanai: SwingSet2. Black background on expanding tree node
Dec 8, 2021
92aa75b
8274903: Zero: Support AsyncGetCallTrace
shipilev Dec 8, 2021
ba86dd4
8278445: ProblemList tools/jpackage/share/IconTest.java on macosx-x64
Dec 8, 2021
42d9b1b
8277106: Cannot compile certain sources with --release
lahodaj Dec 8, 2021
fb11d8f
8272945: Use snippets in java.compiler documentation
jonathan-gibbons Dec 8, 2021
5a80abf
8272944: Use snippets in jdk.javadoc documentation
jonathan-gibbons Dec 8, 2021
8e8fadf
8278428: ObjectInputStream.readFully range check incorrect
Dec 8, 2021
c83b781
8278459: ProblemList javax/swing/JTree/4908142/bug4908142.java on mac…
Dec 8, 2021
6e7b7f3
8278251: Enable "missing-explicit-ctor" check in the jdk.unsupported.…
mrserb Dec 8, 2021
fe2ae8e
8276904: Optional.toString() is unnecessarily expensive
Dec 8, 2021
b3faecf
8276116: C2: optimize long range checks in int counted loops
rwestrel Dec 8, 2021
3893f4f
8278330: dump stack trace if the jvmti test nsk/jvmti/GetThreadState/…
Dec 8, 2021
03bf55f
8277980: ObjectMethods::bootstrap throws NPE when lookup is null
Dec 8, 2021
3cec700
8278463: [test] Serialization WritePrimitive test revised for readFul…
Dec 8, 2021
83e6a4c
8255409: Support the new C_GetInterfaceList, C_GetInterface, and C_Se…
slumericanB Dec 8, 2021
3524355
8277882: New subnode ideal optimization: converting "c0 - (x + c1)" i…
CptGit Dec 9, 2021
8ef1a23
8278311: Debian packaging doesn't work
Dec 9, 2021
d170682
8278466: "spurious markup" warnings in snippets when building `docs-r…
jonathan-gibbons Dec 9, 2021
62a7f5d
8254318: Remove .hgtags
shipilev Dec 9, 2021
1ea766d
8278419: JFR jcmd option contract "This value cannot be changed once …
Dec 9, 2021
84baea7
8278433: Use snippets in jdk.incubator.foreign documentation
Dec 9, 2021
965ea8d
8274298: JFR Thread Sampler thread must not acquire malloc lock after…
Dec 9, 2021
08aad85
8211230: JFR: internal events
egahlin Dec 9, 2021
6dae52f
8276985: AArch64: [vectorapi] Backend support of VectorMaskToLongNode
e1iu Dec 9, 2021
918b350
8278516: Typos in snippet for java.compiler
jonathan-gibbons Dec 9, 2021
d40e90b
8278521: ProblemList java/lang/management/ThreadMXBean/ThreadLists.java
Dec 9, 2021
ed5d53a
8273179: Update nroff pages in JDK 18 before RC
jonathan-gibbons Dec 10, 2021
3df8dc4
8278538: Test langtools/jdk/javadoc/tool/CheckManPageOptions.java fai…
jonathan-gibbons Dec 10, 2021
0602f4c
8277621: ARM32: multiple fastdebug failures with "bad AD file" after …
Dec 10, 2021
94127f4
8277299: STACK_OVERFLOW in Java_sun_awt_shell_Win32ShellFolder2_getIc…
Dec 10, 2021
9b99cbe
8278580: ProblemList javax/swing/JTree/4908142/bug4908142.java on mac…
Dec 11, 2021
9a1bbaf
8273108: RunThese24H crashes with SEGV in markWord::displaced_mark_he…
asgibbons Dec 12, 2021
c93b24d
8132785: java/lang/management/ThreadMXBean/ThreadLists.java fails int…
Dec 13, 2021
32139c1
8262134: compiler/uncommontrap/TestDeoptOOM.java failed with "guarant…
dean-long Dec 14, 2021
475ec8e
8277919: OldObjectSample event causing bloat in the class constant po…
Dec 14, 2021
0cc989b
8278744: KeyStore:getAttributes() not returning unmodifiable Set
wangweij Dec 14, 2021
f48a3e8
8278758: runtime/BootstrapMethod/BSMCalledTwice.java fails with relea…
DamonFool Dec 14, 2021
918e339
8278233: [macos] tools/jpackage tests timeout due to /usr/bin/osascript
Dec 14, 2021
d6b5544
8278607: Misc issues in foreign API javadoc
mcimadamore Dec 15, 2021
69b5d49
8272064: test/jdk/jdk/jfr/api/consumer/TestHiddenMethod.java needs up…
egahlin Dec 15, 2021
d3408a4
8277964: ClassCastException with no stack trace is thrown with -Xcomp…
Dec 15, 2021
e82310f
8278575: update jcmd GC.finalizer_info to list finalization status
Dec 16, 2021
aec1b03
8278389: SuspendibleThreadSet::_suspend_all should be volatile/atomic
Dec 16, 2021
be6b90d
8278574: update --help-extra message to include default value of --fi…
Dec 16, 2021
f5d7c77
8276826: Clarify the ModuleDescriptor.Version specification’s treatme…
mbreinhold Dec 17, 2021
8494fec
8278796: Incorrect behavior of FloatVector.withLane on X86
Dec 17, 2021
bb7efb3
8278790: Inner loop of long loop nest runs for too few iterations
rwestrel Dec 17, 2021
b9a477b
8275638: GraphKit::combine_exception_states fails with "matching stac…
rwestrel Dec 17, 2021
fffa73c
8269425: 2 jdk/jfr/api/consumer/streaming tests failed to attach
egahlin Dec 17, 2021
9cd7090
8278587: StringTokenizer(String, String, boolean) documentation bug
naotoj Dec 17, 2021
b46f0b0
8277447: Hotspot C1 compiler crashes on Kotlin suspend fun with loop
Dec 17, 2021
8fbe172
8278604: SwingSet2 table demo does not have accessible description se…
savoptik Dec 17, 2021
a5f5d60
8273107: RunThese24H times out with "java.lang.management.ThreadInfo.…
Dec 17, 2021
36676db
8278970: [macos] SigningPackageTest is failed with runtime exception
Dec 17, 2021
deaf75a
8278413: C2 crash when allocating array of size too large
rwestrel Dec 20, 2021
ad12828
8278609: [macos] accessibility frame is misplaced on a secondary moni…
VeselovAlex Dec 20, 2021
819f9bd
8274323: compiler/codegen/aes/TestAESMain.java failed with "Error: in…
Dec 20, 2021
467f654
8279011: JFR: JfrChunkWriter incorrectly handles int64_t chunk size a…
shipilev Dec 21, 2021
db3d6d7
8278087: Deserialization filter and filter factory property error rep…
Dec 21, 2021
ac7430c
8278044: ObjectInputStream methods invoking the OIF.CFG.getSerialFilt…
Dec 21, 2021
54517fa
8279074: ProblemList compiler/codecache/jmx/PoolsIndependenceTest.jav…
Dec 21, 2021
1128674
8278627: Shenandoah: TestHeapDump test failed
zhengyu123 Dec 21, 2021
84d3333
8279081: ProblemList jdk/jfr/event/oldobject/TestLargeRootSet.java on…
Dec 21, 2021
9ee3ccf
8279045: Intrinsics missing vzeroupper instruction
Dec 21, 2021
97c5cd7
8278508: Enable X86 maskAll instruction pattern for 32 bit JVM.
Dec 22, 2021
7341439
8279007: jstatd fails to start because SecurityManager is disabled
kevinjwalls Dec 22, 2021
713fbeb
8278987: RunThese24H.java failed with EXCEPTION_ACCESS_VIOLATION in _…
Dec 22, 2021
e49d4a9
8271447: java.nio.file.InvalidPathException: Malformed input or input…
egahlin Dec 22, 2021
dfb15c3
8274315: JFR: One closed state per file or stream
egahlin Dec 22, 2021
2be3e7e
8278239: vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine failed w…
coleenp Dec 22, 2021
04ee921
8278967: rmiregistry fails to start because SecurityManager is disabled
Dec 22, 2021
9d5ae2e
8279076: C2: Bad AD file when matching SqrtF with UseSSE=0
shipilev Dec 22, 2021
730f670
8268297: jdk/jfr/api/consumer/streaming/TestLatestEvent.java times out
egahlin Dec 23, 2021
04ad668
8279204: [BACKOUT] JDK-8278413: C2 crash when allocating array of siz…
shipilev Dec 23, 2021
6588bed
8278889: AArch64: [vectorapi] VectorMaskLoadStoreTest.testMaskCast() …
e1iu Dec 24, 2021
2945b78
8279195: Document the -XX:+NeverActAsServerClassMachine flag
Dec 24, 2021
54b800d
8271202: C1: assert(false) failed: live_in set of first block must be…
Dec 25, 2021
b4b0328
8278824: Uneven work distribution when scanning heap roots in G1
Dec 28, 2021
e7244c1
8278966: two microbenchmarks tests fail "assert(!jvms->method()->has_…
rwestrel Jan 4, 2022
06f3713
8279379: GHA: Print tests that are in error
shipilev Jan 4, 2022
58b5fb3
8265317: [vector] assert(payload->is_object()) failed: expected 'obje…
Jan 4, 2022
95a3010
8275830: C2: Receiver downcast is missing when inlining through metho…
Jan 4, 2022
f8f9148
8278948: compiler/vectorapi/reshape/TestVectorCastAVX1.java crashes i…
merykitty Jan 4, 2022
0f4807e
8279222: Incorrect legacyMap.get in java.security.Provider after JDK-…
shipilev Jan 5, 2022
9d43d25
8278897: Alignment of heap segments is not enforced correctly
mcimadamore Jan 5, 2022
5cd9515
8279525: ProblemList java/awt/GraphicsDevice/CheckDisplayModes.java o…
Jan 5, 2022
590fa9d
8278612: [macos] test/jdk/java/awt/dnd/RemoveDropTargetCrashTest cras…
Jan 5, 2022
564c8c6
8279529: ProblemList java/nio/channels/DatagramChannel/ManySourcesAnd…
Jan 5, 2022
7c792f2
8279333: Some JFR tests do not accept 'GCLocker Initiated GC' as a va…
Jan 6, 2022
967ef0c
8278020: ~13% variation in Renaissance-Scrabble
iklam Jan 7, 2022
d65c665
8279527: Dereferencing segments backed by different scopes leads to p…
mcimadamore Jan 7, 2022
642ab34
8278373: JavacTrees.searchMethod finds incorrect match
lahodaj Jan 10, 2022
8f969a1
8278930: javac tries to compile a file twice via PackageElement.getEn…
lahodaj Jan 10, 2022
06b4d49
8278344: sun/security/pkcs12/KeytoolOpensslInteropTest.java test fail…
MBaesken Jan 10, 2022
354c904
8273452: DocTrees.getDocCommentTree should be specified as idempotent
hns Jan 10, 2022
928e347
8279032: compiler/loopopts/TestSkeletonPredicateNegation.java times o…
Jan 10, 2022
ad34f03
8279515: C1: No inlining through invokedynamic and invokestatic call …
Jan 10, 2022
40df5df
8279398: jdk/jfr/api/recording/time/TestTimeMultiple.java failed with…
egahlin Jan 10, 2022
bbc1ddb
8278267: ARM32: several vector test failures for ASHR
Jan 10, 2022
92307e5
8278489: Preserve result in native wrapper with +UseHeavyMonitors
rkennke Jan 10, 2022
6d7db4b
8279356: Method linking fails with guarantee(mh->adapter() != NULL) f…
TobiHartmann Jan 11, 2022
86d0abb
8279695: [TESTBUG] modify compiler/loopopts/TestSkeletonPredicateNega…
Jan 11, 2022
5aecb37
8206181: ExceptionInInitializerError: improve handling of exceptions …
pavelrappo Jan 11, 2022
65eb066
8279837: C2: assert(is_Loop()) failed: invalid node class: Region
chhagedorn Jan 13, 2022
3381479
8274007: [REDO] VM Exit does not abort concurrent mark
Jan 13, 2022
14a90e5
8279370: jdk.jpackage/share/native/applauncher/JvmLauncher.cpp fails …
shipilev Jan 13, 2022
ff85659
8279833: Loop optimization issue in String.encodeUTF8_UTF16
cl4es Jan 13, 2022
064ee6a
8278434: timeouts in test java/time/test/java/time/format/TestZoneTe…
naotoj Jan 13, 2022
45f2063
8279597: [TESTBUG] ReturnBlobToWrongHeapTest.java fails with -XX:Tier…
Jan 13, 2022
c6b0275
8279930: Synthetic cast causes generation of store barriers when usin…
mcimadamore Jan 14, 2022
4b520f0
8279702: [macosx] ignore xcodebuild warnings on M1
parttimenerd Jan 14, 2022
c809d34
8279924: [PPC64, s390] implement frame::is_interpreted_frame_valid ch…
TheRealMDoerr Jan 14, 2022
09d61b6
8280034: ProblemList jdk/jfr/api/consumer/recordingstream/TestOnEvent…
Jan 14, 2022
4d9b3f4
8279998: PPC64 debug builds fail with "untested: RangeCheckStub: pred…
shipilev Jan 17, 2022
e38df21
8256291: RunThese30M fails "assert(_class_unload ? true : ((((JfrTrac…
Jan 18, 2022
bd35f97
8278628: jdk/jfr/jmx/streaming/TestMaxSize.java Expected only one or …
egahlin Jan 18, 2022
20ef954
8279227: Access Bridge: Wrong frame position and hit test result on H…
VeselovAlex Jan 18, 2022
feff0e5
8264934: Enhance cross VM serialization
Jun 9, 2021
29f61b3
8269944: Better HTTP transport redux
pconcannon Jul 14, 2021
f18deeb
8268488: More valuable DerValues
slumericanB Jul 23, 2021
e069a3b
8268512: More content for ContentInfo
Jul 29, 2021
7ee905a
8270498: Improve SAX Parser configuration management
JoeWang-Java Aug 5, 2021
1fddb03
8271968: Better canonical naming
Aug 11, 2021
9a94fbc
8270952: Improve TIFF file handling
prrace Aug 16, 2021
fa47c36
8270386: Better verification of scan methods
iklam Aug 16, 2021
b02ea6d
8270646: Improved scanning of XML entities
JoeWang-Java Aug 17, 2021
afd0dc7
8271962: Better TrueType font loading
prrace Aug 17, 2021
5181603
8272272: Enhance jcmd communication
kevinjwalls Aug 20, 2021
c372990
8268494: Better inlining of inlined interfaces
Aug 20, 2021
6b6f829
8269151: Better construction of EncryptedPrivateKeyInfo
Aug 23, 2021
5832a34
8270416: Enhance construction of Identity maps
Aug 25, 2021
4be02d3
8271987: Manifest improved manifest entries
Sep 2, 2021
aa28430
8268813: Better String matching
Sep 2, 2021
3adc111
8272236: Improve serial forms for transport
Sep 3, 2021
78b2c84
8270492: Better resolution of URIs
JoeWang-Java Sep 9, 2021
ae7877d
8273290: Enhance sound handling
Sep 14, 2021
cb7482d
8272014: Better array indexing
chhagedorn Sep 20, 2021
4d3663a
8272026: Verify Jar Verification
wangweij Sep 20, 2021
1203427
8272462: Enhance image handling
Sep 22, 2021
9c02c4c
8273756: Enhance BMP image support
jayathirthrao Sep 23, 2021
abf6fdd
8273968: JCK javax_xml tests fail in CI
JoeWang-Java Sep 24, 2021
4525a4b
8270392: Improve String constructions
Sep 27, 2021
a6fd2c3
8273838: Enhanced BMP processing
jayathirthrao Sep 28, 2021
3603e75
8274374: Additional fix for JDK-8272014
chhagedorn Sep 29, 2021
82d6afe
8274096: Improve decoding of image files
jayathirthrao Oct 11, 2021
6d3fd86
8278417: Closed test fails after JDK-8276108 on aarch64
chhagedorn Jan 4, 2022
af6c9ab
8279654: jdk/incubator/vector/Vector256ConversionTests.java crashes r…
Jan 19, 2022
69cfa9c
8273383: vmTestbase/vm/gc/containers/Combination05/TestDescription.ja…
Jan 19, 2022
f37bfea
8280155: [PPC64, s390] frame size checks are not yet correct
TheRealMDoerr Jan 19, 2022
28e02fa
8280234: AArch64 "core" variant does not build after JDK-8270947
shipilev Jan 19, 2022
f5de6fa
8272058: 25 Null pointer dereference defect groups in 4 files
Jan 19, 2022
be0538d
8278834: Error "Cannot read field "sym" because "this.lvar[od]" is nu…
lahodaj Jan 19, 2022
03680be
8280233: Temporarily disable Unix domain sockets in Windows PipeImpl
Michael-Mc-Mahon Jan 19, 2022
7d2ef9d
8279179: Update nroff pages in JDK 18 before RC
jonathan-gibbons Jan 21, 2022
ead9fec
8280441: Missing "classpath exception" in several files from jdk.http…
Jan 24, 2022
ef08e2c
8280592: Small javadoc tweaks to foreign API
mcimadamore Jan 26, 2022
2531c33
8278871: [JVMCI] assert((uint)reason < 2* _trap_hist_limit) failed: oob
TobiHartmann Feb 1, 2022
01f93dd
8279385: [test] Adjust sun/security/pkcs12/KeytoolOpensslInteropTest…
MBaesken Feb 4, 2022
2be2a29
8281713: [BACKOUT] AArch64: Implement string_compare intrinsic in SVE
TobiHartmann Feb 15, 2022
0f2113c
8280415: Remove EA from JDK 18 version string starting with Initial R…
pashh Feb 15, 2022
7707abb
Merge tag 'jdk-17+35' of https://github.com/openjdk/jdk into openjdk-…
wmdietl Dec 10, 2024
50ca442
Merge tag 'jdk-18+37' of https://github.com/openjdk/jdk into jdk-18
wmdietl Dec 10, 2024
c1397fb
Remove GitHub CI
wmdietl Dec 10, 2024
0108b6d
Merge tag 'jdk-18-ga' of https://github.com/openjdk/jdk into jdk-18
wmdietl Dec 11, 2024
1b4e5d2
Disable jdk17u merging CI job
wmdietl Dec 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ NashornProfile.txt
**/JTreport/**
**/JTwork/**
/src/utils/LogCompilation/target/
/.project/
/.settings/
664 changes: 0 additions & 664 deletions .hgtags

This file was deleted.

146 changes: 73 additions & 73 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,79 +27,79 @@ jobs:
# - bash: make -C /jdk run-test-tier1
# displayName: make run-test-tier1

- job: build_jdk17u
pool:
vmImage: 'ubuntu-latest'
container: wmdietl/cf-ubuntu-jdk17-plus:latest
timeoutInMinutes: 0
steps:
- bash: |
whoami
git config --get remote.origin.url
pwd
ls -al
env | sort
displayName: show environment
- bash: |
set -ex
if [ -d /tmp/$USER/git-scripts ]; \
then git -C /tmp/$USER/git-scripts pull -q > /dev/null 2>&1 ; \
else mkdir -p /tmp/$USER && git -C /tmp/$USER clone --depth=1 -q https://github.com/eisop-plume-lib/git-scripts.git ; \
fi
displayName: git-scripts
- bash: |
set -ex
if [ -d /tmp/$USER/plume-scripts ]; \
then git -C /tmp/$USER/plume-scripts pull -q > /dev/null 2>&1 ; \
else mkdir -p /tmp/$USER && git -C /tmp/$USER clone --depth=1 -q https://github.com/eisop-plume-lib/plume-scripts.git ; \
fi
displayName: plume-scripts
# This creates ../jdk17u .
# If the depth is too small, the merge will fail. However, we cannot use "--filter=blob:none"
# because that leads to "fatal: remote error: filter 'combine' not supported".
- bash: |
set -ex
pwd
ls -al .. || true
ls -al ../jdk17u || true
df .
/tmp/$USER/git-scripts/git-clone-related typetools jdk17u ../jdk17u --depth 999
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git config --global core.longpaths true
git config --global core.protectNTFS false
cd ../jdk17u && git status
git diff --exit-code
echo $?
displayName: clone-related-jdk17u
- bash: |
set -ex
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git config --global pull.ff true
git config --global pull.rebase false
git config --global core.longpaths true
git config --global core.protectNTFS false
eval `/tmp/$USER/plume-scripts/ci-info eisop`
cd ../jdk17u && git status
echo "About to run: git pull --no-edit https://github.com/${CI_ORGANIZATION}/jdk ${CI_BRANCH}"
cd ../jdk17u && git pull --no-edit https://github.com/${CI_ORGANIZATION}/jdk ${CI_BRANCH} || (git --version && git show && git status && echo "Merge failed; see 'Pull request merge conflicts' at https://github.com/eisop/jdk/blob/master/README.md" && false)
displayName: git merge
- bash: cd ../jdk17u && export JT_HOME=/usr/share/jtreg && bash ./configure --with-jtreg=/usr/share/jtreg --disable-warnings-as-errors
displayName: configure
- bash: cd ../jdk17u && make jdk
displayName: make jdk
## This works only after `make images`
# - bash: cd ../jdk17u && build/*/images/jdk/bin/java -version
# displayName: version
# - bash: make -C /jdk17u run-test-tier1
# timeoutInMinutes: 0
# displayName: make run-test-tier1
# - bash: make -C /jdk17u :test/jdk:tier1
## Temporarily comment out because of trouble finding junit and jasm
# - bash: cd ../jdk17u && make run-test TEST="jtreg:test/jdk:tier1"
# timeoutInMinutes: 0
# displayName: make run-test
# - job: build_jdk17u
# pool:
# vmImage: 'ubuntu-latest'
# container: wmdietl/cf-ubuntu-jdk17-plus:latest
# timeoutInMinutes: 0
# steps:
# - bash: |
# whoami
# git config --get remote.origin.url
# pwd
# ls -al
# env | sort
# displayName: show environment
# - bash: |
# set -ex
# if [ -d /tmp/$USER/git-scripts ]; \
# then git -C /tmp/$USER/git-scripts pull -q > /dev/null 2>&1 ; \
# else mkdir -p /tmp/$USER && git -C /tmp/$USER clone --depth=1 -q https://github.com/eisop-plume-lib/git-scripts.git ; \
# fi
# displayName: git-scripts
# - bash: |
# set -ex
# if [ -d /tmp/$USER/plume-scripts ]; \
# then git -C /tmp/$USER/plume-scripts pull -q > /dev/null 2>&1 ; \
# else mkdir -p /tmp/$USER && git -C /tmp/$USER clone --depth=1 -q https://github.com/eisop-plume-lib/plume-scripts.git ; \
# fi
# displayName: plume-scripts
# # This creates ../jdk17u .
# # If the depth is too small, the merge will fail. However, we cannot use "--filter=blob:none"
# # because that leads to "fatal: remote error: filter 'combine' not supported".
# - bash: |
# set -ex
# pwd
# ls -al .. || true
# ls -al ../jdk17u || true
# df .
# /tmp/$USER/git-scripts/git-clone-related typetools jdk17u ../jdk17u --depth 999
# git config --global user.email "you@example.com"
# git config --global user.name "Your Name"
# git config --global core.longpaths true
# git config --global core.protectNTFS false
# cd ../jdk17u && git status
# git diff --exit-code
# echo $?
# displayName: clone-related-jdk17u
# - bash: |
# set -ex
# git config --global user.email "you@example.com"
# git config --global user.name "Your Name"
# git config --global pull.ff true
# git config --global pull.rebase false
# git config --global core.longpaths true
# git config --global core.protectNTFS false
# eval `/tmp/$USER/plume-scripts/ci-info eisop`
# cd ../jdk17u && git status
# echo "About to run: git pull --no-edit https://github.com/${CI_ORGANIZATION}/jdk ${CI_BRANCH}"
# cd ../jdk17u && git pull --no-edit https://github.com/${CI_ORGANIZATION}/jdk ${CI_BRANCH} || (git --version && git show && git status && echo "Merge failed; see 'Pull request merge conflicts' at https://github.com/eisop/jdk/blob/master/README.md" && false)
# displayName: git merge
# - bash: cd ../jdk17u && export JT_HOME=/usr/share/jtreg && bash ./configure --with-jtreg=/usr/share/jtreg --disable-warnings-as-errors
# displayName: configure
# - bash: cd ../jdk17u && make jdk
# displayName: make jdk
# ## This works only after `make images`
# # - bash: cd ../jdk17u && build/*/images/jdk/bin/java -version
# # displayName: version
# # - bash: make -C /jdk17u run-test-tier1
# # timeoutInMinutes: 0
# # displayName: make run-test-tier1
# # - bash: make -C /jdk17u :test/jdk:tier1
# ## Temporarily comment out because of trouble finding junit and jasm
# # - bash: cd ../jdk17u && make run-test TEST="jtreg:test/jdk:tier1"
# # timeoutInMinutes: 0
# # displayName: make run-test

- job: test_cftests_all_jdk8
timeoutInMinutes: 105
Expand Down
Loading