Chen Liang
beeffd4671
8332109: Convert remaining tests using com.sun.tools.classfile to ClassFile API
...
Reviewed-by: asotona
2024-05-17 12:24:39 +00:00
Adam Sotona
42ccb74399
8331940: ClassFile API ArrayIndexOutOfBoundsException with certain class files
...
Reviewed-by: liach, psandoz
2024-05-15 16:14:15 +00:00
Jan Lahoda
5a8df4106a
8331535: Incorrect prompt for Console.readLine
...
8331681: Test that jdk.internal.io.JdkConsole does not interpret prompts
Reviewed-by: naoto, asotona
2024-05-13 08:16:30 +00:00
Chen Liang
784b8fce7a
8331744: java.lang.classfile.TypeKind improvements
...
Reviewed-by: asotona, redestad
2024-05-10 10:50:51 +00:00
Jan Lahoda
aaa90b3005
8327476: Upgrade JLine to 3.26.1
...
Reviewed-by: ihse, vromero
2024-05-09 13:54:04 +00:00
Erik Gahlin
e8a2d5669c
8331653: JFR: Improve logging for jdk/jfr/api/consumer/recordingstream;TestStop.java
...
Reviewed-by: mgronlun
2024-05-06 11:01:55 +00:00
Jan Lahoda
15862a2f11
8331708: jdk/internal/jline/RedirectedStdOut.java times-out on macosx-aarch64
...
Reviewed-by: asotona
2024-05-06 08:48:46 +00:00
Jan Lahoda
f1509e007d
8330998: System.console() writes to stderr when stdout is redirected
...
Reviewed-by: naoto
2024-05-06 06:01:42 +00:00
Adam Sotona
c1a164528a
8331655: ClassFile API ClassCastException with verbose output of certain class files
...
Reviewed-by: psandoz
2024-05-03 19:15:12 +00:00
Chen Liang
1f6d38f7a6
8294978: Convert 5 test/jdk/jdk/jfr tests from ASM library to Classfile API
...
Reviewed-by: asotona
2024-05-03 11:57:10 +00:00
Chen Liang
c60474b122
8323707: Adjust Classfile API's type arg model to better represent the embodied type
...
Reviewed-by: asotona
2024-05-03 11:08:33 +00:00
Adam Sotona
e2c0cfef14
8331320: ClassFile API OutOfMemoryError with certain class files
...
Reviewed-by: psandoz
2024-05-02 18:07:42 +00:00
Adam Sotona
257a07d5ca
8331511: Tests should not use the "Classpath" exception form of the legal header
...
Reviewed-by: jpai
2024-05-02 12:20:07 +00:00
Adam Sotona
ae82405ff7
8323058: Revisit j.l.classfile.CodeBuilder API surface
...
Reviewed-by: briangoetz, psandoz
2024-05-02 10:08:29 +00:00
Tim Prinzing
f4caac8dea
8329138: Convert JFR FileForceEvent to static mirror event
...
Reviewed-by: alanb, egahlin
2024-04-30 15:39:23 +00:00
Patricio Chilano Mateo
22a1c617db
8330817: jdk/internal/vm/Continuation/OSRTest.java times out on libgraal
...
Reviewed-by: dnsimon, dlong
2024-04-30 13:08:35 +00:00
Thomas Stuefe
151ef5d4d2
8330677: Add Per-Compilation memory usage to JFR
...
Reviewed-by: kvn, mbaesken
2024-04-29 10:58:07 +00:00
Adam Sotona
fb63cbadb4
8330684: ClassFile API runs into StackOverflowError while parsing certain class' bytes
...
Reviewed-by: psandoz
2024-04-29 07:12:46 +00:00
Erik Gahlin
f3bb3e2170
8331153: JFR: Improve logging of jdk/jfr/api/consumer/filestream/TestOrdered.java
...
Reviewed-by: mgronlun
2024-04-26 19:20:27 +00:00
Patricio Chilano Mateo
fd331ff173
8325469: Freeze/Thaw code can crash in the presence of OSR frames
...
Reviewed-by: rpressler, dlong
2024-04-17 16:18:55 +00:00
Erik Gahlin
f7c84137b5
8326116: JFR: Add help option to -XX:StartFlightRecording
...
Reviewed-by: mgronlun
2024-04-16 17:21:47 +00:00
Coleen Phillimore
3e9c381166
8329488: Move OopStorage code from safepoint cleanup and remove safepoint cleanup code
...
Reviewed-by: kbarrett, eosterlund
2024-04-12 12:16:49 +00:00
Evgeny Nikitin
4bba445d83
8325659: Normalize Random usage by incubator vector tests
...
Reviewed-by: psandoz
2024-04-09 15:39:51 +00:00
Adam Sotona
e75e1cb02c
8329955: Class-File API ClassPrinter does not print bootstrap methods arguments
...
Reviewed-by: briangoetz
2024-04-09 14:44:00 +00:00
Adam Sotona
8907eda779
8325485: IncrementInstructions.of(int, int) is not storing the args
...
Reviewed-by: liach, jlahoda
2024-04-09 11:08:10 +00:00
Tomas Zezula
8267d6565d
8329564: [JVMCI] TranslatedException::debugPrintStackTrace does not work in the libjvmci compiler.
...
Reviewed-by: dnsimon
2024-04-03 20:10:50 +00:00
Bill Huang
375bfac8e7
8327474: Review use of java.io.tmpdir in jdk tests
...
Reviewed-by: michaelm, jpai
2024-04-03 17:04:09 +00:00
Sean Coffey
925d82931c
8329013: StackOverflowError when starting Apache Tomcat with signed jar
...
Reviewed-by: dfuchs, jpai
2024-04-02 17:32:31 +00:00
Robert Toyonaga
96530bcc07
8326521: JFR: CompilerPhase event test fails on windows 32 bit
...
Reviewed-by: egahlin
2024-03-20 19:42:56 +00:00
Jim Laskey
a7461de231
8325255: jdk.internal.util.ReferencedKeySet::add using wrong test
...
Reviewed-by: rriggs, liach
2024-03-06 12:01:10 +00:00
Christoph Langer
43c6f0b588
8326591: New test JmodExcludedFiles.java fails on Windows when --with-external-symbols-in-bundles=public is used
...
Reviewed-by: mbaesken
2024-03-04 16:32:48 +00:00
Robert Toyonaga
4dd6c44cbd
8326529: JFR: Test for CompilerCompile events fails due to time out
...
Reviewed-by: egahlin
2024-02-28 00:50:31 +00:00
Denghui Dong
9fbcc008cb
8326127: JFR: Add SafepointCleanupTask to hardToTestEvents of TestLookForUntestedEvents
...
Reviewed-by: mgronlun
2024-02-20 00:41:15 +00:00
Magnus Ihse Bursie
5c5a282f91
8325950: Make sure all files in the JDK pass jcheck
...
Reviewed-by: prr, wetmore, erikj, naoto
2024-02-19 16:13:34 +00:00
Eirik Bjørsnøs
7004c2724d
8303972: (zipfs) Make test/jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java independent of the zip command line
...
8301183: (zipfs) jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java failing with ZipException:R0 on OL9
Reviewed-by: lancea
2024-02-18 15:25:58 +00:00
Erik Österlund
84965ea1a8
8322630: Remove ICStubs and related safepoints
...
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Aleksei Voitylov <avoitylov@openjdk.org>
Reviewed-by: tschatzl, aboldtch, dlong
2024-02-14 11:44:30 +00:00
Chen Liang
3bffe223a3
8319463: ClassSignature should have superclass and superinterfaces as ClassTypeSig
...
Reviewed-by: asotona
2024-02-07 07:54:22 +00:00
Eirik Bjørsnøs
c3adc61e6e
8325199: (zipfs) jdk/nio/zipfs/TestPosix.java failed 6 sub-tests
...
Reviewed-by: clanger, lancea
2024-02-05 17:59:59 +00:00
Eirik Bjørsnøs
692c9f8821
8325201: (zipfs) Disable TestPosix.setPermissionsShouldConvertToUnix which fails on Windows
...
Reviewed-by: lancea
2024-02-04 21:01:37 +00:00
Eirik Bjørsnøs
a18b03b86f
8324635: (zipfs) Regression in Files.setPosixFilePermissions called on existing MSDOS entries
...
Reviewed-by: lancea
2024-02-02 21:50:13 +00:00
Paul Sandoz
1ae851387f
8324858: [vectorapi] Bounds checking issues when accessing memory segments
...
Reviewed-by: mcimadamore, jbhateja
2024-02-02 16:53:10 +00:00
Matthias Baesken
cab74b075e
8324287: Record total and free swap space in JFR
...
Reviewed-by: jbechberger, lucy, egahlin
2024-02-01 12:50:18 +00:00
Raffaello Giulietti
00bb6bf509
8324220: jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java had 22 failures
...
Reviewed-by: egahlin
2024-01-24 16:19:46 +00:00
sendaoYan
791b427f44
8323640: [TESTBUG]testMemoryFailCount in jdk/internal/platform/docker/TestDockerMemoryMetrics.java always fail because OOM killed
...
Reviewed-by: sgehwolf
2024-01-23 13:19:49 +00:00
Mandy Chung
6c0bebccb0
8159927: Add a test to verify JMOD files created in the images do not have debug symbols
...
Reviewed-by: jlaskey
2024-01-19 17:42:55 +00:00
Daniel D. Daugherty
5c874c19cb
8324161: validate-source fails after JDK-8275338
...
Reviewed-by: darcy
2024-01-18 17:42:55 +00:00
Raffaello Giulietti
bfd2afe5ad
8275338: Add JFR events for notable serialization situations
...
Reviewed-by: rriggs, egahlin
2024-01-18 17:05:35 +00:00
Stefan Karlsson
0216f5de55
8323730: Tweak TestZAllocationStallEvent.java to allocate smaller objects
...
Reviewed-by: aboldtch, sjohanss
2024-01-16 14:26:10 +00:00
Erik Gahlin
be900f1253
8323425: JFR: Auto-generated filename doesn't work with time-limited recording
...
Reviewed-by: mgronlun
2024-01-12 13:12:37 +00:00
Eirik Bjørsnøs
e70cb4e6c7
8322565: (zipfs) Files.setPosixPermissions should preserve 'external file attributes' bits
...
Reviewed-by: clanger, lancea
2024-01-10 21:42:23 +00:00
Stefan Karlsson
cbe329b90a
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
...
Reviewed-by: lkorinth, lmesnik
2024-01-03 08:53:01 +00:00
Adam Sotona
a5cf4210cd
8320360: ClassFile.parse: Some defect class files cause unexpected exceptions to be thrown
...
Reviewed-by: jpai
2024-01-02 12:58:53 +00:00
Adam Sotona
f9aec02f3c
8321540: ClassSignature.parseFrom() throws StringIndexOutOfBoundsException for invalid signatures
...
Reviewed-by: jpai
2024-01-02 12:39:41 +00:00
Eirik Bjørsnøs
93fedc12db
8321802: (zipfs) Add validation of incorrect LOC signature in ZipFileSystem
...
Reviewed-by: alanb, lancea
2023-12-22 16:09:22 +00:00
Lance Andersen
0eb299af79
8316141: Improve CEN header validation checking
...
Reviewed-by: alanb
2023-12-08 16:37:53 +00:00
Daniel Lundén
701bc3bbbe
8295166: IGV: dump graph at more locations
...
Reviewed-by: thartmann, rcastanedalo, chagedorn
2023-12-08 11:08:08 +00:00
Thomas Schatzl
86f9b3f52a
8319313: G1: Rename G1EvacFailureInjector appropriately
...
Reviewed-by: mli, iwalulya, ayang
2023-12-07 16:44:32 +00:00
Markus Grönlund
49fff0132b
8211238: @Deprecated JFR event
...
Reviewed-by: egahlin, jbachorik
2023-12-07 10:45:55 +00:00
Adam Sotona
0217b5ac8b
8321248: ClassFile API ClassModel::verify is inconsistent with the rest of the API
...
Reviewed-by: jlahoda, mcimadamore
2023-12-06 15:32:24 +00:00
Erik Gahlin
65be5e0c54
8305931: jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java failed with "Expected chains but found none"
...
Reviewed-by: mgronlun
2023-12-04 16:56:16 +00:00
Erik Gahlin
f6be922952
8316193: jdk/jfr/event/oldobject/TestListenerLeak.java java.lang.Exception: Could not find leak
...
Reviewed-by: mgronlun
2023-12-04 16:50:45 +00:00
Erik Gahlin
d5f59cf0a8
8321220: JFR: RecordedClass reports incorrect modifiers
...
Reviewed-by: mgronlun
2023-12-04 15:51:22 +00:00
Adam Sotona
2b00ac0d02
8308753: Class-File API transition to Preview
...
Reviewed-by: ihse, mchung, vromero
2023-12-04 07:07:57 +00:00
Erik Gahlin
b9df827adc
8309871: jdk/jfr/api/consumer/recordingstream/TestSetEndTime.java timed out
...
Reviewed-by: mgronlun
2023-12-03 19:46:37 +00:00
Erik Gahlin
4dcbd13f99
8314905: jdk/jfr/tool/TestView.java fails with RuntimeException 'Invoked Concurrent' missing from stdout/stderr
...
Reviewed-by: mgronlun
2023-12-02 17:03:15 +00:00
Erik Gahlin
3a09a052bc
8313722: JFR: Avoid unnecessary calls to Events.from(Recording)
...
Reviewed-by: mgronlun
2023-12-01 20:54:35 +00:00
Albert Mingkun Yang
693847452f
8320916: jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java failed with "OutOfMemoryError: GC overhead limit exceeded"
...
Reviewed-by: sjohanss, tschatzl
2023-11-30 15:48:00 +00:00
Thomas Schatzl
38cfb220dd
8318706: Implement JEP 423: Region Pinning for G1
...
Reviewed-by: ayang, iwalulya, sjohanss
2023-11-29 10:03:32 +00:00
Adam Sotona
28d3762bd3
8320618: NPE: Cannot invoke "java.lang.constant.ClassDesc.isArray()" because "this.sym" is null
...
Reviewed-by: alanb
2023-11-27 08:25:31 +00:00
Gergö Barany
6f263111a1
8318490: Increase timeout for JDK tests that are close to the limit when run with libgraal
...
Reviewed-by: dnsimon, never, thartmann
2023-11-23 18:33:19 +00:00
Erik Gahlin
6016536ab9
8314745: JFR: @StackFilter
...
Reviewed-by: mgronlun
2023-11-22 20:48:42 +00:00
Adam Sotona
c4aee66d74
8320222: Wrong bytecode accepted, and StackMap table generated
...
Reviewed-by: jlahoda
2023-11-21 10:08:48 +00:00
Mandy Chung
1588dd934c
8319567: Update java/lang/invoke tests to support vm flags
...
8319568: Update java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java to accept vm flags
8319672: Several classloader tests ignore VM flags
8319676: A couple of jdk/modules/incubator/ tests ignore VM flags
8319677: Test jdk/internal/misc/VM/RuntimeArguments.java should be marked as flagless
Reviewed-by: jvernee, lmesnik
2023-11-16 22:40:22 +00:00
Sandhya Viswanathan
d9a89c59da
8319572: Test jdk/incubator/vector/LoadJsvmlTest.java ignores VM flags
...
Reviewed-by: lmesnik
2023-11-15 01:17:40 +00:00
Mat Carter
d992033439
8317562: [JFR] Compilation queue statistics
...
Reviewed-by: kvn
2023-11-13 20:56:58 +00:00
Mandy Chung
c137b17e82
8187655: jdk.lambda.vm.InterfaceAccessFlagsTest.testPrivateMethodCall needs update after nestmates support
...
Reviewed-by: liach, asotona
2023-11-08 19:59:31 +00:00
Thomas Schatzl
7c7f8ea30d
8319456: jdk/jfr/event/gc/collection/TestGCCauseWith[Serial|Parallel].java : GC cause 'GCLocker Initiated GC' not in the valid causes
...
Reviewed-by: ayang, iwalulya
2023-11-08 13:50:58 +00:00
Chen Liang
d22e368cb5
8319462: Signature.ClassTypeSig::classDesc() incorrect for inner class types
...
Reviewed-by: asotona
2023-11-07 12:22:40 +00:00
Per Minborg
74f1889b58
8318678: Vector access on heap MemorySegments only works for byte[]
...
Reviewed-by: chegar, mcimadamore, psandoz
2023-11-07 09:46:45 +00:00
Markus Grönlund
faa8bde275
8319206: [REDO] Event NativeLibraryLoad breaks invariant by taking a stacktrace when thread is in state _thread_in_native
...
Reviewed-by: dholmes, egahlin
2023-11-02 12:17:35 +00:00
Erik Gahlin
2d5829afbc
8239508: JFR: @RemoveFields
...
Reviewed-by: mgronlun
2023-10-31 15:36:12 +00:00
Brian Burkhalter
864a876ebf
8313621: test/jdk/jdk/internal/math/FloatingDecimal/TestFloatingDecimal should use RandomFactory
...
Reviewed-by: rgiulietti
2023-10-30 18:27:50 +00:00
Markus Grönlund
c4c66aba93
8316271: JfrJvmtiAgent::retransformClasses failed: JVMTI_ERROR_FAILS_VERIFICATION
...
Reviewed-by: egahlin
2023-10-30 11:51:31 +00:00
Tim Prinzing
1183b221c2
8310978: JFR events SocketReadEvent/SocketWriteEvent for Socket adaptor ops
...
Reviewed-by: dfuchs, alanb
2023-10-30 06:04:17 +00:00
Leo Korinth
d52a995f35
8315097: Rename createJavaProcessBuilder
...
Reviewed-by: lmesnik, dholmes, rriggs, stefank
2023-10-27 08:47:26 +00:00
Leo Korinth
21d8a4725f
8318701: Fix copyright year
...
Reviewed-by: egahlin
2023-10-24 12:31:59 +00:00
Gergö Barany
e6f23a90d4
8315024: Vector API FP reduction tests should not test for exact equality
...
Reviewed-by: epeter, thartmann
2023-10-24 08:58:15 +00:00
Erik Gahlin
69c0ae23a3
8318124: JFR: Rewrite instrumentation to use Class-File API
...
Reviewed-by: mgronlun
2023-10-23 16:00:14 +00:00
Doug Simon
bd22d2381f
8318027: Support alternative name to jdk.internal.vm.compiler
...
Reviewed-by: erikj, ihse, kvn, alanb, mli
2023-10-23 13:15:31 +00:00
Jorn Vernee
32ac72c3d3
8312522: Implementation of Foreign Function & Memory API
...
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: dholmes, psandoz, mcimadamore, alanb
2023-10-12 19:50:08 +00:00
Mandy Chung
c72f00463f
8316456: StackWalker may skip Continuation::yield0 frame mistakenly
...
Reviewed-by: rpressler, pchilanomate
2023-09-21 23:10:49 +00:00
Adam Sotona
b2e91060db
8313452: Improve Classfile API attributes handling safety
...
Reviewed-by: briangoetz
2023-09-14 18:52:51 +00:00
Adam Sotona
ca747f09b6
8315678: Classfile API ConstantPool::entryCount and ConstantPool::entryByIndex methods are confusing
...
Reviewed-by: briangoetz
2023-09-14 18:30:39 +00:00
Adam Sotona
6d47fc6d5b
8313258: RuntimeInvisibleTypeAnnotationsAttribute.annotations() API Index out of Bound error
...
Reviewed-by: briangoetz
2023-09-14 18:29:01 +00:00
Erik Joelsson
020255a72d
8267174: Many test files have the wrong Copyright header
...
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
2023-09-12 20:16:05 +00:00
Aleksey Shipilev
1941290b79
8315942: Sort platform enums and definitions after JDK-8304913 follow-ups
...
Reviewed-by: rriggs, jpai
2023-09-11 12:08:31 +00:00
Aleksey Shipilev
9559e035d2
8315578: PPC builds are broken after JDK-8304913
...
Reviewed-by: mdoerr, rriggs
2023-09-08 15:11:17 +00:00
Markus Grönlund
b3dfc399da
8315930: Revert "8315220: Event NativeLibraryLoad breaks invariant by taking a stacktrace when thread is in state _thread_in_native"
...
Reviewed-by: egahlin
2023-09-08 12:27:01 +00:00
Mandy Chung
111ecdbaf5
8268829: Provide an optimized way to walk the stack with Class object only
...
8210375: StackWalker::getCallerClass throws UnsupportedOperationException
Reviewed-by: coleenp, dfuchs, bchristi
2023-09-07 21:37:40 +00:00
Markus Grönlund
1cae0f53a9
8315220: Event NativeLibraryLoad breaks invariant by taking a stacktrace when thread is in state _thread_in_native
...
Reviewed-by: mbaesken, egahlin
2023-09-07 16:12:55 +00:00
Aleksey Shipilev
cfc148930b
8315579: SPARC64 builds are broken after JDK-8304913
...
Reviewed-by: rriggs, phh
2023-09-06 08:27:11 +00:00
Mandy Chung
c8acab1d91
8315413: Remove special filtering of Continuation.yield0 in StackWalker
...
Reviewed-by: alanb
2023-08-31 16:11:03 +00:00
Aleksey Shipilev
145d8bc1a3
8315051: jdk/jfr/jvm/TestGetEventWriter.java fails with non-JVMCI GCs
...
Reviewed-by: phh, egahlin
2023-08-31 11:15:09 +00:00
Matthias Baesken
703817d21f
8314517: some tests fail in case ipv6 is disabled on the machine
...
Reviewed-by: mdoerr, lucy, jpai, dfuchs
2023-08-23 10:44:40 +00:00
Matthias Baesken
ef6db5c299
8314211: Add NativeLibraryUnload event
...
Reviewed-by: stuefe, mdoerr
2023-08-16 07:39:42 +00:00
Stefan Karlsson
049b55f24e
8314019: Add gc logging to jdk/jfr/event/gc/detailed/TestZAllocationStallEvent.java
...
Reviewed-by: aboldtch, eosterlund
2023-08-14 08:45:16 +00:00
Matthias Baesken
6dba2026d7
8313670: Simplify shared lib name handling code in some tests
...
Reviewed-by: cjplummer, sspitsyn
2023-08-10 07:23:24 +00:00
Pavel Rappo
19ae62ae2c
8311170: Simplify and modernize equals and hashCode in security area
...
Reviewed-by: djelinski, rriggs, valeriep
2023-08-09 12:34:40 +00:00
Thomas Schatzl
7e209528d3
8140326: G1: Consider putting regions where evacuation failed into next collection set
...
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Reviewed-by: iwalulya, ayang
2023-08-08 10:29:14 +00:00
Matthias Baesken
5d232959c2
8313251: Add NativeLibraryLoad event
...
Reviewed-by: jbechberger, egahlin, dholmes
2023-08-04 07:03:25 +00:00
Matthias Baesken
bdac348c80
8313602: increase timeout for jdk/classfile/CorpusTest.java
...
Reviewed-by: clanger
2023-08-03 08:12:20 +00:00
Jim Laskey
6af0af5934
8310913: Move ReferencedKeyMap to jdk.internal so it may be shared
...
Reviewed-by: naoto, rriggs, mchung, liach
2023-07-31 19:11:14 +00:00
Matthias Baesken
34173ff0d1
8312574: jdk/jdk/jfr/jvm/TestChunkIntegrity.java fails with timeout
...
Reviewed-by: egahlin
2023-07-28 13:31:13 +00:00
Erik Gahlin
c22cadf32f
8312526: Test dk/jfr/event/oldobject/TestHeapDeep.java failed: Could not find ChainNode
...
Reviewed-by: mgronlun
2023-07-26 10:47:25 +00:00
Erik Gahlin
b35ccb27c3
8312533: JFR: No message for JFR.view when data is missing
...
Reviewed-by: mgronlun
2023-07-25 09:58:29 +00:00
Erik Gahlin
8cd43bff3c
8312474: JFR: Improve logging to diagnose event stream timeout
...
Reviewed-by: mgronlun
2023-07-21 08:09:52 +00:00
Markus Grönlund
9905f75822
8311040: JFR: RecordedThread::getOSThreadId() should return -1 if thread is virtual
...
Reviewed-by: egahlin
2023-07-18 16:00:30 +00:00
Chen Liang
3fb9d117e3
8311172: Classfile.PREVIEW_MINOR_VERSION doesn't match that read from class files
...
Reviewed-by: asotona
2023-07-17 11:53:32 +00:00
Markus Grönlund
7539cc092d
8303134: JFR: Missing stack trace during chunk rotation stress
...
Reviewed-by: egahlin, thartmann
2023-07-14 10:46:49 +00:00
Markus Grönlund
6895debf66
8311536: JFR TestNativeMemoryUsageEvents fails in huge pages configuration
...
Reviewed-by: egahlin, mseledtsov
2023-07-13 12:13:44 +00:00
Erik Gahlin
ba974d5c62
8310661: JFR: Replace JVM.getJVM() with JVM
...
Reviewed-by: mgronlun
2023-07-03 12:19:57 +00:00
Doug Simon
f6bdccb45c
8310829: guarantee(!HAS_PENDING_EXCEPTION) failed in ExceptionTranslation::doit
...
Reviewed-by: never, kvn
2023-06-30 20:10:24 +00:00
Chen Liang
cbf418a486
8311020: Typo cleanup in Classfile API
...
Reviewed-by: asotona
2023-06-29 05:44:02 +00:00
Erik Gahlin
e3f18af1df
8311007: jdk/jfr/tool/TestView.java can't find event
...
Reviewed-by: mgronlun
2023-06-28 12:29:43 +00:00
Roger Riggs
7f09435367
8310982: jdk/internal/util/ArchTest.java fails after JDK-8308452 failed with Method isARM()
...
Reviewed-by: naoto, mchung, bpb, lancea
2023-06-27 20:54:53 +00:00
Roger Riggs
d6dd0dc3e0
8308452: Extend internal Architecture enum with byte order and address size
...
Reviewed-by: mdoerr, jpai, mchung, amitkumar
2023-06-27 17:49:09 +00:00
Adam Sotona
990e3a700d
8308899: Introduce Classfile context and improve Classfile options
...
8306650: Improve control of stack maps generation in Classfile API
8308646: Typo in ConstantValueAttribute
Reviewed-by: mcimadamore
2023-06-27 05:05:17 +00:00
Erik Gahlin
59c6c0e1b7
8310335: JFR: Modernize collections and switch statements
...
Reviewed-by: mgronlun
2023-06-21 15:07:42 +00:00
Erik Gahlin
658c3374d8
8309296: jdk/jfr/event/runtime/TestAgentEvent.java fails due to "missing" dynamic JavaAgent
...
Reviewed-by: mgronlun
2023-06-21 11:47:25 +00:00
Axel Boldt-Christmas
a0595761ef
8310187: Improve Generational ZGC jtreg testing
...
Reviewed-by: stefank, eosterlund, stuefe
2023-06-20 10:08:13 +00:00
Ao Qi
137a5f7c2c
8310105: LoongArch64 builds are broken after JDK-8304913
...
Reviewed-by: shade, rriggs
2023-06-19 21:05:55 +00:00
Roger Riggs
33c6ec9d4e
8310019: MIPS builds are broken after JDK-8304913
...
Reviewed-by: phh, shade, aoqi
2023-06-19 18:29:14 +00:00
Erik Gahlin
e08e94f1b9
8310266: JFR: Refactor after 'view' command
...
Reviewed-by: mgronlun
2023-06-19 17:46:23 +00:00
Erik Gahlin
7d4b77ad9e
8304835: jdk/jfr/event/oldobject/TestArrayInformation.java fails with "Could not find event with class ... as (leak) object"
...
Reviewed-by: shade, mgronlun
2023-06-19 11:41:10 +00:00
Erik Gahlin
84d010a24b
8309928: JFR: View issues
...
Reviewed-by: mgronlun
2023-06-14 12:26:51 +00:00
Mandy Chung
9bfe415f66
8305104: Remove the old core reflection implementation
...
Reviewed-by: dholmes, alanb
2023-06-13 19:41:38 +00:00
Chen Liang
1a9edb8df9
8309838: Classfile API Util.toBinaryName and other cleanup
...
Reviewed-by: asotona
2023-06-13 08:57:47 +00:00
Jaikiran Pai
57fc9a3e96
8309763: Move tests in test/jdk/sun/misc/URLClassPath directory to test/jdk/jdk/internal/loader
...
Reviewed-by: alanb, mchung
2023-06-13 00:54:35 +00:00
Tobias Holenstein
f5cbe53fdd
8027711: Unify wildcarding syntax for CompileCommand and CompileOnly
...
Reviewed-by: kvn, thartmann, chagedorn
2023-06-12 07:39:23 +00:00
Chris Hegarty
cee5724d09
8309727: Assert privileges while reading the jdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK system property
...
Reviewed-by: rriggs, uschindler, psandoz
2023-06-09 19:25:21 +00:00
Mandy Chung
679a6d8935
8309303: jdk/internal/misc/VM/RuntimeArguments test ignores jdk/internal/vm/options
...
Reviewed-by: dnsimon, alanb
2023-06-09 16:44:56 +00:00
Chen Liang
ac3ce2bf75
8304425: ClassHierarchyResolver from Reflection
...
Reviewed-by: asotona
2023-06-08 07:29:56 +00:00
Stefan Karlsson
5722903d53
8307374: Add a JFR event for tracking RSS
...
Reviewed-by: stuefe, rcastanedalo
2023-06-07 11:41:20 +00:00
Alan Bateman
f1c7afcc3f
8306647: Implementation of Structured Concurrency (Preview)
...
8306572: Implementation of Scoped Values (Preview)
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Reviewed-by: psandoz, dfuchs, mchung
2023-06-07 06:41:09 +00:00
Adam Sotona
4b8922f576
8308842: Consolidate exceptions thrown from Class-File API
...
Reviewed-by: briangoetz
2023-06-05 18:25:51 +00:00
Severin Gehwolf
dc8bc6c98c
8308090: Add container tests for on-the-fly resource quota updates
...
Reviewed-by: dholmes, mseledtsov
2023-06-02 08:58:20 +00:00
Roger Riggs
323d6ceda6
8308960: Decouple internal Version and OperatingSystem classes
...
Reviewed-by: mchung
2023-05-30 17:07:02 +00:00
Erik Gahlin
5fdb22f911
8308876: JFR: Deserialization of EventTypeInfo uses incorrect attribute names
...
Reviewed-by: mgronlun
2023-05-27 06:18:26 +00:00
Erik Gahlin
77c5adb09e
8308935: jdk.management.jfr.RecordingInfo.toString() lacks test coverage
...
Reviewed-by: mgronlun
2023-05-26 16:00:12 +00:00
Erik Gahlin
4870234552
8304375: jdk/jfr/api/consumer/filestream/TestOrdered.java failed with "Expected at least some events to be out of order! Reuse = false"
...
Reviewed-by: mgronlun
2023-05-25 21:01:37 +00:00