Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 101 - 110 of 292 for Jdk (0.09 seconds)

  1. android/guava/src/com/google/common/base/Throwables.java

       *
       * @since 19.0
       * @deprecated This method is equivalent to {@link Throwable#getStackTrace()} on JDK versions past
       *     JDK 8 and on all Android versions. Use {@link Throwable#getStackTrace()} directly, or where
       *     possible use the {@code java.lang.StackWalker.walk} method introduced in JDK 9.
       */
      @Deprecated
      @J2ktIncompatible
      @GwtIncompatible // lazyStackTraceIsLazy, jlaStackTrace
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 20.6K bytes
    - Click Count (0)
  2. .github/workflows/maven.yml

      MVNW_REPOURL: https://maven-central.storage-download.googleapis.com/maven2
    
    jobs:
      initial-build:
        runs-on: ubuntu-latest
        steps:
          - name: Set up JDK
            uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
            with:
              java-version: 17
              distribution: 'temurin'
    
          - name: Checkout maven
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Mar 24 08:21:28 GMT 2026
    - 12.2K bytes
    - Click Count (0)
  3. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/ThirdPartyAuditTask.java

            CliMain.EXIT_SUCCESS,
            CliMain.EXIT_VIOLATION,
            CliMain.EXIT_UNSUPPORTED_JDK
        );
        private static final String JDK_JAR_HELL_MAIN_CLASS = "org.elasticsearch.jdk.JdkJarHellCheck";
    
        private Set<String> missingClassExcludes = new TreeSet<>();
    
        private Set<String> violationsExcludes = new TreeSet<>();
    
        private Set<String> jdkJarHellExcludes = new TreeSet<>();
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jun 17 08:59:22 GMT 2021
    - 16.2K bytes
    - Click Count (0)
  4. guava/src/com/google/common/collect/ImmutableSortedMultiset.java

       * Comparable<? super E>} in order to accommodate users of obsolete javac versions affected by <a
       * href="https://bugs.openjdk.org/browse/JDK-6468354">JDK-6468354</a>.
       */
      public static <E extends Comparable<?>> Builder<E> reverseOrder() {
        return new Builder<>(Ordering.<E>natural().reverse());
      }
    
      /**
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Sep 22 21:07:18 GMT 2025
    - 29.5K bytes
    - Click Count (0)
  5. compat/maven-model-builder/src/main/java/org/apache/maven/model/root/RootLocator.java

     * One notable exception is the computation of the early {@code session.rootDirectory}
     * property which happens very early.  The implementation used in this case
     * will be discovered using the JDK service mechanism.
     *
     * The default implementation will look for a {@code .mvn} child directory
     * or a {@code pom.xml} containing the {@code root="true"} attribute.
     *
     * @see DefaultRootLocator
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 25 08:27:34 GMT 2025
    - 2.5K bytes
    - Click Count (0)
  6. build-tools-internal/src/test/java/org/elasticsearch/gradle/AbstractDistributionDownloadPluginTests.java

            BWC_MINOR_VERSION
        );
    
        protected static String projectName(String base, boolean bundledJdk) {
            String prefix = bundledJdk == false ? "no-jdk-" : "";
            return prefix + base;
        }
    
        protected void checkBwc(
            String projectName,
            String config,
            Version version,
            ElasticsearchDistributionType type,
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 22 07:24:59 GMT 2021
    - 4.7K bytes
    - Click Count (0)
  7. okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt

          }
    
        fun fromMajor(version: Int): Matcher<PlatformVersion> =
          object : TypeSafeMatcher<PlatformVersion>() {
            override fun describeTo(description: Description) {
              description.appendText("JDK with version from $version")
            }
    
            override fun matchesSafely(item: PlatformVersion): Boolean = item.majorVersion >= version
          }
    
        fun onMajor(version: Int): Matcher<PlatformVersion> =
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 15.5K bytes
    - Click Count (1)
  8. android/guava/src/com/google/common/hash/LittleEndianByteArray.java

        private static final int BYTE_ARRAY_BASE_OFFSET;
    
        /**
         * Returns an Unsafe. Suitable for use in a 3rd party package. Replace with a simple call to
         * Unsafe.getUnsafe when integrating into a JDK.
         *
         * @return an Unsafe instance if successful
         */
        private static Unsafe getUnsafe() {
          try {
            return Unsafe.getUnsafe();
          } catch (SecurityException tryReflectionInstead) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  9. src/main/java/jcifs/internal/util/StringUtil.java

     */
    
    package jcifs.internal.util;
    
    /**
     * Utility class providing string manipulation methods for the jCIFS library.
     * Contains helper methods for string operations, including backported JDK functionality
     * for compatibility with older Java versions.
     */
    public final class StringUtil {
    
        /**
         *
         */
        private StringUtil() {
        }
    
        /**
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 1.8K bytes
    - Click Count (0)
  10. build-tools-internal/src/integTest/resources/org/elasticsearch/gradle/fake_elasticsearch-with-added-config.tar.gz

    configuration 8-13:-XX:+UseConcMarkSweepGC 8-13:-XX:CMSInitiatingOccupan=75 8-13:-XX:+UseCMSInitiatingOccu ## G1GC Configuration # to use G1GC, uncomment the next two lines and update the version on the # following three lines to your version of the JDK # 8-13:-XX:-UseConcMarkSweepGC # 8-13:-XX:-UseCMSInitiatingOccu 14-:-XX:+UseG1GC 14-:-XX:G1ReservePercent=25 14-:-XX:InitiatingHeapOccupa=30 ## JVM temporary directory -Djava.io.tmpdir=${ES_TMPDIR} ## heap dumps # generate a heap dump when an allocation...
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 1.2K bytes
    - Click Count (0)
Back to Top