Commit Graph

  • 13987b4244 8298390: Implement JEP 496: Quantum-Resistant Module-Lattice-Based Key Encapsulation Mechanism Ben Perez 2024-11-22 16:36:52 +00:00
  • 6d3becb486 8344861: Disable CheckJNICalls in tests until JDK-8344802 is fixed Tobias Hartmann 2024-11-22 14:48:39 +00:00
  • 15dbb6a380 8344219: Remove calls to SecurityManager and doPrivileged in java.net.SocksSocketImpl after JEP 486 integration Volkan Yazıcı 2024-11-22 14:39:07 +00:00
  • 9769ee8697 8344652: Remove access control context text from SSLEngine and SSLSession APIs Sean Mullan 2024-11-22 13:18:26 +00:00
  • 82c3612d77 8344830: [BACKOUT] JDK-8341334: CDS: Parallel relocation Aleksey Shipilev 2024-11-22 12:28:03 +00:00
  • 64e4aa21a4 8339916: AIOOBE due to Math.abs(Integer.MIN_VALUE) in tests Andrew Haley 2024-11-22 12:09:30 +00:00
  • bf374c33f5 8343453: Modernize FloatingDecimal tests Raffaello Giulietti 2024-11-22 11:41:04 +00:00
  • 847f65c14a 8344844: ciReplay tests fail with -XX:+UseCompactObjectHeaders because CDS is disabled since JDK-8341553 Tobias Hartmann 2024-11-22 11:37:35 +00:00
  • 8903854e01 8344718: Test runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails on Linuxppc64le after JDK-8344239 Matthias Baesken 2024-11-22 11:10:32 +00:00
  • a07b72bfcf 8344346: java/net/httpclient/ShutdownNow.java fails with java.lang.AssertionError: client was still running, but exited after further delay: timeout should be adjusted Daniel Fuchs 2024-11-22 09:55:07 +00:00
  • 2ea0364b6e 8343893: Test jdk/jfr/event/runtime/TestNativeMemoryUsageEvents.java failed: heap should have grown and NMT should show that: expected 0 > 0 Johan Sjölen 2024-11-22 08:55:27 +00:00
  • 50c099d69e 8344799: Remove permissions checks from java.awt.Desktop Phil Race 2024-11-22 04:00:46 +00:00
  • e21d06f488 8344338: javax/swing/JTextArea/bug4265784.java fails on Ubuntu 24.04.1 Prasanta Sadhukhan 2024-11-22 03:07:26 +00:00
  • db44e97c5d 8344798: Shenandoah: Use more descriptive variable names in shPhaseTimings.cpp William Kemper 2024-11-22 00:05:50 +00:00
  • c199f5326b 8344336: SM cleanup of java.lang.System, Runtime, String, StackWalker Roger Riggs 2024-11-21 21:50:41 +00:00
  • 0f458e2c3e 8342903: Deprecate for removal java.awt.Window.getWarningString() Phil Race 2024-11-21 21:24:46 +00:00
  • efeacfee01 8344646: The libjsig deprecation warning should go to stderr not stdout David Holmes 2024-11-21 21:18:18 +00:00
  • 2214906310 8272339: Update notes section from serialver man page Stuart Marks 2024-11-21 21:05:50 +00:00
  • cee74f9e67 8338536: Permanently disable remote code downloading in JNDI Aleksei Efimov 2024-11-21 20:55:02 +00:00
  • 7709d435d0 8344782: Cleanup left over doPrivileged calls and imports in java.desktop Phil Race 2024-11-21 20:29:53 +00:00
  • e03b1506d3 8178966: Don't swallow early bootstrap exceptions in Boolean.getBoolean, Integer.getInteger and Long.getLong Eirik Bjørsnøs 2024-11-21 20:04:39 +00:00
  • d6b40d3033 8344144: AES/CBC slow at big payloads Volodymyr Paprotski 2024-11-21 19:17:57 +00:00
  • 93d4ad4dd4 8344763: cpCache print_on doesn't handle nulls Coleen Phillimore 2024-11-21 18:26:23 +00:00
  • dc9a6ef610 8341137: Optimize long vector multiplication using x86 VPMUL[U]DQ instruction Jatin Bhateja 2024-11-21 18:13:32 +00:00
  • 191b38e712 8344549: Cleanup AccessController in sun.misc.Unsafe Roger Riggs 2024-11-21 18:03:12 +00:00
  • 78e5008e91 8317542: Specjvm::xml have scalability issue for high vCPU numbers Vladimir Ivanov 2024-11-21 17:59:28 +00:00
  • 4956a76621 8317538: Potential bottleneck in Provider::getService: specjvm2008::crypto.rsa have scalability issue for high vCPU numbers Vladimir Ivanov 2024-11-21 17:54:45 +00:00
  • 6113fa7503 8344248: Remove Security Manager dependencies from java.security.jgss and jdk.security.jgss modules Sean Mullan 2024-11-21 17:45:04 +00:00
  • 395e404666 8344066: Remove SecurityManager uses from the jdk.accessibility module Abhishek Kumar 2024-11-21 17:39:44 +00:00
  • dfa18fe6b3 8344328: (dc) DatagramChannelImpl.blockingReceive can now synchronize on packet Alan Bateman 2024-11-21 16:25:43 +00:00
  • 87be63f85d 8344659: Some uses of GetPropertyAction were not removed from java.io and java.nio Brian Burkhalter 2024-11-21 16:18:16 +00:00
  • aaf3df7bb8 8343823: (fs) Files.createLink: inconsistent behavior when creating link to symbolic link Brian Burkhalter 2024-11-21 16:17:58 +00:00
  • eef156180c 8344569: SwingUtilities2.makeIcon_Unprivileged is obsolete Phil Race 2024-11-21 16:02:28 +00:00
  • 882d635807 8245545: Disable TLS_RSA cipher suites Artur Barashev 2024-11-21 14:14:30 +00:00
  • 8f22db23a5 8330606: Redefinition doesn't but should verify the new klass Coleen Phillimore 2024-11-21 12:14:23 +00:00
  • a62279ca0a 8344235: Revisit SecurityManager usage in java.logging after JEP 486 and JEP 491 integration Daniel Fuchs 2024-11-21 11:54:28 +00:00
  • 18df6fd5ba 8336707: Contention of ForkJoinPool grows when stealing works Doug Lea 2024-11-21 11:50:46 +00:00
  • f2b10c6c22 8340422: ZGC: TestAllocateHeapAt.java should not run with transparent hugepages Axel Boldt-Christmas 2024-11-21 09:54:25 +00:00
  • 5ccd5106e0 8326369: Add test to verify bimorphic inlining happens after morphism changes Galder Zamarreño 2024-11-21 09:48:08 +00:00
  • 93aa7e2fcf 8328085: C2: Use after free in PhaseChaitin::Register_Allocate() Richard Reingruber 2024-11-21 06:57:09 +00:00
  • 10def484df 8344236: Revisit SecurityManager usage in jdk.net after JEP 486 integration Jaikiran Pai 2024-11-21 05:01:52 +00:00
  • 7105bb98cf 8344664: Remove some un-used java/sun.security imports in the java.desktop module Phil Race 2024-11-21 04:22:27 +00:00
  • a01aa22026 8342281: Deprecate for removal javax.sound.sampled.AudioPermission Phil Race 2024-11-21 03:58:49 +00:00
  • 4fbf272017 8344526: RISC-V: implement -XX:+VerifyActivationFrameSize SendaoYan 2024-11-21 02:05:00 +00:00
  • 13439113c3 8340334: Update jcmd VM.events max parameter to be INT Leonid Mesnik 2024-11-21 01:32:09 +00:00
  • 400eb9b10a 8344524: Remove SecurityManager related code from jdk.jlink module Jaikiran Pai 2024-11-21 00:55:23 +00:00
  • a599c30171 8344471: Remove SecurityManager related code from java.compiler module Jaikiran Pai 2024-11-21 00:49:25 +00:00
  • b9bf447209 8344057: Remove doPrivileged calls from unix platform sources in the java.desktop module Harshitha Onkar 2024-11-20 20:28:12 +00:00
  • da2d7a09f9 8344595: State transitions in internal VirtualThread comment needs to be updated Dr Heinz M. Kabutz 2024-11-20 20:01:37 +00:00
  • 22a39dc858 8344064: Remove doPrivileged calls from print/imageio/media classes in the java.desktop module Phil Race 2024-11-20 18:45:49 +00:00
  • 27fda0ea1f 8344578: Clean up left over java.security and sun.security imports in Swing classes Phil Race 2024-11-20 18:38:08 +00:00
  • 080f1cc8cd 8289771: jpackage: ResourceEditor error when path is overly long on Windows Alexey Semenyuk 2024-11-20 16:54:51 +00:00
  • c4c6b1fe06 8344562: Remove security manager dependency from module jdk.jdi Brian Burkhalter 2024-11-20 16:01:01 +00:00
  • 9be8ac6fbc 8344239: runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails on x64 with -Xmixed Calvin Cheung 2024-11-20 15:41:26 +00:00
  • 7d4c3fd091 8331295: C2: Do not clone address computations that are indirect memory input to at least one load/store Daniel Lundén 2024-11-20 15:37:43 +00:00
  • 75420e9314 8334431: C2 SuperWord: fix performance regression due to store-to-load-forwarding failures Emanuel Peter 2024-11-20 14:23:57 +00:00
  • e11d126a8d 8333796: Add missing serialization functionality to sun.reflect.ReflectionFactory David M. Lloyd 2024-11-20 14:17:28 +00:00
  • 21f0ed50a2 8344215: Remove calls to SecurityManager and doPrivileged in java.net.Socket and java.net.ServerSocket after JEP 486 integration Volkan Yazıcı 2024-11-20 13:59:52 +00:00
  • 4bc826ac1e 8342785: XWindowPeer::getNewLocation() adheres to ICCCM 4.1.5 only with some WMs Vlad Zahorodnii 2024-11-20 13:38:08 +00:00
  • db7ee3dad1 8344223: Remove calls to SecurityManager and doPrivileged in java.net.URLClassLoader after JEP 486 integration Jaikiran Pai 2024-11-20 12:41:39 +00:00
  • 6f4dfa6626 8344190: Cleanup code in sun.net.www.protocol.http and sun.net.www.protocol.https after JEP 486 integration Jaikiran Pai 2024-11-20 12:29:32 +00:00
  • 7bb4474d81 8344579: Clean up forward declarations and includes Coleen Phillimore 2024-11-20 12:22:43 +00:00
  • 21b8749bfd 8344479: Declare MetaspaceObj::operator delete to be deleted Coleen Phillimore 2024-11-20 12:21:41 +00:00
  • ea7e722ca0 8344010: RISC-V: Zacas do not work with LW locking Robbin Ehn 2024-11-20 12:05:53 +00:00
  • e2f8f1aded 8344621: ProblemList runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java David Holmes 2024-11-20 11:51:52 +00:00
  • afee7405bd 8343541: C1: Plain memory accesses are emitted with membars with +AlwaysAtomicAccesses Xiaolong Peng 2024-11-20 10:34:07 +00:00
  • 3a4a9b7af7 8340145: Problem with generic pattern matching results in internal compiler error Aggelos Biboudis 2024-11-20 10:29:45 +00:00
  • cf158bc6cd 8341631: JShell should auto-import java.io.IO.* Jan Lahoda 2024-11-20 09:24:05 +00:00
  • 5b12a87dcb 8344060: Remove doPrivileged calls from shared implementation code in the java.desktop module : part 1 Prasanta Sadhukhan 2024-11-20 09:11:12 +00:00
  • 587f2b4b4d 8343827: RISC-V: set AlignVector as false if applicable to enable SLP Hamlin Li 2024-11-20 08:49:35 +00:00
  • 189fc8ddef 8344381: [s390x] Test failures with error: Register type is not known Amit Kumar 2024-11-20 08:25:37 +00:00
  • 8a1f9f0a32 8343476: Remove unnecessary @SuppressWarnings annotations (client) Archie Cobbs 2024-11-20 01:57:03 +00:00
  • 4ddd3dec2d 8344356: Aarch64: implement -XX:+VerifyActivationFrameSize SendaoYan 2024-11-20 01:36:56 +00:00
  • bc7eabd7e4 8344350: Add '.gdbinit' and '.lldbinit' to file '.gitignore' Guoxiong Li 2024-11-20 01:09:05 +00:00
  • f525290000 8341935: javac states that -proc:full is the default but the default as of 23 is -proc:none Joe Darcy 2024-11-20 00:06:24 +00:00
  • acdbf83325 8341553: Remove UseCompactObjectHeaders extra CDS archives Calvin Cheung 2024-11-19 23:37:34 +00:00
  • 81e43114ec 8344077: Remove security manager dependency in java.io Brian Burkhalter 2024-11-19 20:30:22 +00:00
  • f6f73ce70d 8344446: Remove security manager dependency from module jdk.sctp Brian Burkhalter 2024-11-19 20:30:02 +00:00
  • aac1f9af01 8341793: Fix ExceptionOccurred in jdk.accessibility Laurent Bourgès 2024-11-19 20:28:58 +00:00
  • cd45ba32f0 8342041: Test gc/shenandoah/oom/TestClassLoaderLeak.java slow on Windows after JDK-8340490 Xiaolong Peng 2024-11-19 20:18:54 +00:00
  • 69c9f2566e 8344061: Remove doPrivileged calls from shared implementation code in the java.desktop module : part 2 Phil Race 2024-11-19 19:35:28 +00:00
  • 3328b4ecf2 8343700: ceil_log2 should not loop endlessly Sonia Zaldana Calles 2024-11-19 19:13:09 +00:00
  • 6a5256ec04 8344149: Remove usage of Security Manager from java.rmi Stuart Marks 2024-11-19 18:58:23 +00:00
  • 0b1f57105d 8253440: serviceability/sa/TestJhsdbJstackLineNumbers.java failed with "Didn't find enough line numbers" Chris Plummer 2024-11-19 18:58:00 +00:00
  • 93e889b48c 8342449: reimplement: JDK-8327114 Attach in Linux may have wrong behavior when pid == ns_pid Larry Cable 2024-11-19 18:45:45 +00:00
  • bb7a8403ba 8342541: Exclude List/KeyEventsTest/KeyEventsTest.java from running on macOS Renjith Kannath Pariyangad 2024-11-19 18:19:28 +00:00
  • 087a07b5ed 8343479: Remove unnecessary @SuppressWarnings annotations (hotspot) Archie Cobbs 2024-11-19 17:43:48 +00:00
  • 02ec8ca2d6 8342508: Use latch in BasicMenuUI/bug4983388.java instead of delay Alexey Ivanov 2024-11-19 17:15:46 +00:00
  • 47ebf8d868 8342098: Write a test to compare the images naveen.n.narayanan 2024-11-19 17:15:24 +00:00
  • 78602be1fe 8344024: Unnecessary Hashtable usage in RSAPSSSignature.DIGEST_LENGTHS Andrey Turbanov 2024-11-19 16:59:06 +00:00
  • 7f672eb266 8344550: Compilation error of jpackage test JPackageStringBundle.java source Alexey Semenyuk 2024-11-19 16:56:11 +00:00
  • 48223f7b9c 8344143: Test jdk/java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java timed out on macosx-x64 Alan Bateman 2024-11-19 16:37:43 +00:00
  • d4cd27e875 8344445: MethodCounters don't need a vptr Coleen Phillimore 2024-11-19 16:13:11 +00:00
  • dc940ec8af 8344387: RISC-V: C2: Improve encoding of LoadNKlass for compact headers Hamlin Li 2024-11-19 15:59:30 +00:00
  • ded01e4316 8344327: SM cleanup in jdk.unsupported ReflectionFactory Roger Riggs 2024-11-19 15:21:02 +00:00
  • 59fcfae630 8343129: Disable unstable check of ThreadsListHandle.sanity_vm ThreadList values SendaoYan 2024-11-19 15:17:34 +00:00
  • 1717946c1b 8344302: G1: Refactor G1CMTask::do_marking_step to use smaller wrapper methods Ivan Walulya 2024-11-19 14:31:40 +00:00
  • fea5f2b145 8344415: Restruct jpackage utility classes Alexey Semenyuk 2024-11-19 13:54:57 +00:00
  • a28e4d839c 8342299: Document that jpackage includes (possibly old) VC Redistributable MSVCP140.dll from JDK Alexey Semenyuk 2024-11-19 13:54:02 +00:00
  • 0714114fe3 8344322: Improve capabilities of jpackage test lib to validate error output of jpackage Alexey Semenyuk 2024-11-19 13:53:45 +00:00